计算机学习pythonpackpack# 打包exePyinstaller -F setup.py # 不带控制台的打包Pyinstaller -F -w setup.py # 打包指定exe图标打包Pyinstaller -F -i xx.ico setup.py