7.如何将python脚本打包为exe形式

先安装pyinstaller,pip install pyinstaller

然后 pyinstaller -F combine.py打包即可

原文地址:https://www.cnblogs.com/caimuqing/p/9016854.html