打包Python程序为exe文件

mac2024-10-03  48

第一步

 cmd安装pyinstaller

pip install pyinstaller

 

第二步

PyInstaller -F GUI10.py

最新回复(0)