1. 安装:pip install pyinstaller
2. 用法:
pyinstaller demo.py
pyinstaller -F demo.py
pyinstaller -D demo.py
python利用pyinstaller打包
原文:https://www.cnblogs.com/loren880898/p/15012038.html