https://i.cnblogs.com/settings

PyInstaller库的安装

PyInstaller库的安装


(cmd命令行) pip install pyinstaller

 

参数描述


-h 查看帮助
--clean 清理打包过程中的临时文件
-D, --onedir 默认值,生成dist文件夹
-F, --onefile 在dist文件夹中只生成独立的打包文件
-i <图标文件名.ico> 指定打包程序使用的图标(icon)文件

 

使用举例

https://www.cnblogs.com/Lynn123/p/11769452.html
pyinstaller–icurve.ico –F SevenDigitsDrawV2.py





posted @ 2019-11-08 18:10  LLLN  阅读(175)  评论(0)    收藏  举报
Copyright © 2021 llln Powered by .NET 5.0 on Kubernetes