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