码迷,mamicode.com
首页 > 其他好文 > 详细

使用pyInstaller打包py文件为exe文件

时间:2018-01-03 21:07:16      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:image   file   and   ogr   src   使用   ram   favicon   一个   

安装 pip install pyinstaller

 ①, 打包成一个文件: 

                        python pyinstaller.py --onefile  yourprogram.py 
 ②,修改exe的图标(D:\BabyWandH\src\faviconw.ico为图标的存放路径): 
                        python pyinstaller.py --onefile  --icon=D:\BabyWandH\src\faviconw.ico   yourprogram.py 

技术分享图片

 

使用pyInstaller打包py文件为exe文件

标签:image   file   and   ogr   src   使用   ram   favicon   一个   

原文地址:https://www.cnblogs.com/wilson-wu/p/8185308.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!