下载pyinstaller

pip install pyinstaller

打包文件

pyinstaller -F run.py   # 打包成单个文件

05-11 11:27