pyinstaller打包python应用程序
Posted HolaWorld
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于pyinstaller打包python应用程序的主要内容,如果未能解决你的问题,请参考以下文章
请问python的打包程序 pyinstaller 怎么用啊?