pip install pyinstaller -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

进入到app目录下

pyinstaller -F 主程序.py

会在当前目录下生成dist目录,目录下是打包好的exe程序

相关文章: