====== python程序打包成exe ====== ===== - Install module pyinstaller ===== # Install package pip install pyinstaller # Check the package pyinstaller -v ===== - Generate exe ===== pyinstall -F test.py # or, -w, no terminal pyinstaller -F music.py -w