python学习:python打包成exe

1) 安装pyinstaller

pip install pyinstaller

目前已经支持 python 3.7 版本

2) 打开cmd窗口,进入到要打包的python文件所在目录,
pyinstaller -F excelconvertor.py (仅生成exe 包)

原文地址:https://www.cnblogs.com/panie2015/p/12082757.html