Skip to content

GenderGame v2023.1.4

Latest
Compare
Choose a tag to compare
@gupta07ayush gupta07ayush released this 02 Apr 17:24
· 2 commits to main since this release
7a3a39b

Using py2exe
cd to the folder
touch setup.py
write this in setup.py
from distutils.core import setup
import py2exe
setup(console=["Gender.py"])

cmd
python setup.py p2ex

How to run the app after download:

Unzip the file
open the folder
go to dist folder
run the Gender.exe file