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

猜你喜欢

转载自www.cnblogs.com/holaworld/p/12614538.html
今日推荐