Sei sulla pagina 1di 1

Converting .py to .

exe :
1. First install pyinstaller
pip install pyinstaller
2. Then pyinstaller --onefile filename.py
pyinstaller filename.py
pyinstaller --onefile -w filename.py(will only give write Optioons to the
user).

Potrebbero piacerti anche