Python pyinstaller 打包 exe

安装包:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pyinstaller

在控制台执行命令:

pyinstaller -F test.py
原文地址:https://www.cnblogs.com/guxingy/p/12206690.html