pyinstaller打包python应用程序

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

cd .py文件所在文件夹
pyinstaller -F [-w] [-i ico_name.ico] xxx.py

参考:
https://blog.csdn.net/weixin_41879093/article/details/104216881
https://blog.csdn.net/qq_41140138/article/details/100833814

posted on 2020-04-01 18:30  HolaWorld  阅读(163)  评论(0编辑  收藏  举报

导航