Python Forum
Can a player play game created with Python without installing Python?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can a player play game created with Python without installing Python?
#1
After I finished my game(around the end of this year),I plan to publish it.will the player that doesn't have Python and the some library installed on their computer be able to play?
If they can't play,what should I do to allow them to play?
Reply
#2
Hello,
yes, for use on Windows platforms you can use py2exe (http://www.py2exe.org/) to pack your creation into an executable. It would include Python interpreter and modules required to run the game, so user doesn't need to install anything else.
Another option may be PyInstaller (http://www.pyinstaller.org/), and probably more, but I am not familiar with them.
Reply
#3
For shure. Pyinstaller, py2exe, freeze  are the tools you need
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#4
See snippsat's post here https://python-forum.io/Thread-can-t-run...yinstaller
on recommended pyinstaller
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is Python used to make popular games that you can play on the Xbox or PlayStation ironsheep 15 16,584 Apr-01-2024, 03:53 AM
Last Post: FaithMartinez
  My game's code works but Python still freezes at random intervals. game_slayer_99 13 7,582 Dec-09-2021, 11:23 AM
Last Post: metulburr
  From python game in terminal to a website game using bottle Njanez 0 3,864 Aug-13-2021, 01:11 PM
Last Post: Njanez
  Creating a “Player” class, and then importing it into game onizuka 4 3,038 Sep-01-2020, 06:06 PM
Last Post: onizuka
  Game Logic - Pokemon like type advantages in python JellyCreeper6 3 2,718 Aug-17-2020, 07:31 PM
Last Post: michael1789
  Basically a Python Tetris game [pygame] rather keyboard arrows can be controlled with lsepolis123 9 5,098 Sep-10-2019, 08:12 PM
Last Post: metulburr
  Adding a single player mode to my wxOthello game keames 29 11,973 May-01-2019, 02:56 AM
Last Post: SheeppOSU
  Python Maze Game by Christian Thompson ninedeadeyes 2 6,657 Apr-05-2019, 01:03 PM
Last Post: ninedeadeyes
  [PyGame] How do you make a quiz game in Python? SteampunkMaverick12 1 4,550 May-20-2018, 09:34 PM
Last Post: Larz60+
  Python not correctly choosing numbers for my game. LavaCreeperKing 10 6,677 Apr-01-2018, 03:00 PM
Last Post: LavaCreeperKing

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020