python 打包py成exe文件

发表于

原文链接:https://blog.csdn.net/lqzdreamer/article/details/77917493

1.安装

pip install pyinstaller 

2.使用

pyinstaller -F test.py

pyinstaller -F –-icon=my.ico test.py    //–icon=图标路径 

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注