Jak zrobić exe Pythona
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Condemned Cowfish
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
pip install pyinstaller
cd FullPathOfFile in cmd console
pyinstaller --onefile pythonScriptName.py
# a .exe file is created in the FullPathOfFile\dist
pyinstaller --onefile pythonScriptName.py
pip install pyinstaller
pyinstaller --onefile filename.py