Pyinstaller Single File
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
pyinstaller --onefile --windowed --icon=<project-logo>.ico --add-data "<folder>;<folder>" <filename.py>