Bundle Python applications and dependencies into standalone executables
Bundle a Python application and all its dependencies
pyinstaller$ pyinstaller --onefile myapp.py$ pyinstaller --onefile --icon=myicon.ico myapp.py$ pyinstaller --onefile --windowed myapp.py