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

Python第三方打包库——PyInstaller

pyinstaller 打包python文件成.exe程序

请问python的打包程序 pyinstaller 怎么用啊?

python桌面应用(pyinstaller打包多个py文件)

如何在win7 64位系统下用pyinstaller打包python代码成exe