同题 (For Windows) 用 pyinstaller 参考命令 pyinstaller """".py --onefile --noconsole
For Linux:
Install:
sudo pip3 install Pyinstaller
USE:
pyinstaller --onefile sample.py