使用pyinstaller 打包可执行文件

pip install pyinstaller==3.1

打包 目标文件

pyinstaller -F xxx.py

原文地址:https://www.cnblogs.com/angdh/p/13878024.html