Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

"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…