pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
cd .py文件所在文件夹
pyinstaller -F [-w] [-i ico_name.ico] xxx.py
参考:
https://blog.csdn.net/weixin_41879093/article/details/104216881
https://blog.csdn.net/qq_41140138/article/details/100833814
原文地址:https://www.cnblogs.com/holaworld/p/12614538.html
时间: 2024-10-30 14:13:46