首页 > 其他 > 详细

Pyintaller 的使用方法

时间:2016-11-23 17:11:53      阅读:392      评论:0      收藏:0      [点我收藏+]

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 的使用方法

原文:http://koukouli.blog.51cto.com/11155730/1875719

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!