pyintaller

fukurou

the supreme coder
ADMIN
cmd:
pip install pyinstaller // run once to install
cd .py file directory address
pyinstaller --onefile pythonScriptName.py
 
Top