← Return to game
Log in with itch.io to leave a comment.
/pipinstallpyistaller
"pip install pyistaller"
use this command and install pyinstaller
Once it installed open your game's folder and press 'ctrl + shift + right_click' and click on 'open Powershell window here' and type:-
'pyinstaller +Space+ your file's name.py'
and make sure files name dosen't contains spaces.
then to play this game no one will need python 3
Thanks a lot ! Wish I knew that when I made this page…
← Return to game
Comments
Log in with itch.io to leave a comment.
/pipinstallpyistaller
"pip install pyistaller"
use this command and install pyinstaller
Once it installed open your game's folder and press 'ctrl + shift + right_click' and click on 'open Powershell window here' and type:-
'pyinstaller +Space+ your file's name.py'
and make sure files name dosen't contains spaces.
then to play this game no one will need python 3
Thanks a lot ! Wish I knew that when I made this page…