Windows 下打包python 程序


安装pip3 install pyinstaller
执行打包命令 pyinstaller-F setup.py

Pyinstaller -F setup.py # 打包exe

Pyinstaller -F -w setup.py # 不带控制台的打包

Pyinstaller -F -i xx.ico setup.py # 打包指定exe图标打包

pack

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/289777.html

(0)
上一篇 2022年9月16日
下一篇 2022年9月16日

相关推荐

发表回复

登录后才能评论