pyinstaller打包py程序为exe文件

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

进入到app目录下

pyinstaller -F 主程序.py

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

posted @ 2020-07-08 21:01  jeancheng  阅读(148)  评论(0编辑  收藏  举报