python学习:python打包成exe

1) 安装pyinstaller

pip install pyinstaller

目前已经支持 python 3.7 版本

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

posted @ 2019-12-23 11:17  panie2015  阅读(993)  评论(0编辑  收藏  举报