pyinstaller
pip install pyinstaller
pyinstaller <file name>.py
pyinstaller --onefile <file name>.py
Wrong Worm
pip install pyinstaller
pyinstaller <file name>.py
pyinstaller --onefile <file name>.py
pip install pyinstaller
pyinstaller <file name>.py
pyinstaller --onefile <file name>.py
pyinstaller --onefile --noconsole <file name>.py
pyinstaller --onefile --windowed --icon=<project-logo>.ico --add-data "<folder>;<folder>" <filename.py>
pip install pyinstaller
pyinstaller --onefile --noconsole <"filename">
"""
You use: pip install pyinstaller
to install Pyinstaller
Then use pyinstaller --onefile YourFileName.py to convert EXE
"""