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=图标路径
原文链接: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=图标路径