como fazer um exe python
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Condemned Cowfish
pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
pyinstaller --onefile pythonScriptName.py
pip install pyinstaller