Pyintaller 的使用方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pyintaller 的使用方法相关的知识,希望对你有一定的参考价值。
Pyinstaller介绍:Python打包程序,可以把.py程序打包成.exe
Windows下的安装方法:
pip3 install pyinstaller
程序打包(需CD到程序所在目录)
C:\Python35\Scripts\pyinstaller -F -w -i image\256.ico MainTab.py
-F 打宝成一个程序
-w 运行时没有黑窗
-i 使用图标(图标需使用ico格式,推荐像素256x256)
本文出自 “扣扣” 博客,请务必保留此出处http://koukouli.blog.51cto.com/11155730/1875719
以上是关于Pyintaller 的使用方法的主要内容,如果未能解决你的问题,请参考以下文章
???python???????????????exe( pyintaller) ?????????