用pyinstaller把python脚本打包成exe

https://www.jianshu.com/p/7de585b18792
在控制台输入:

pip install pyinstaller
pyinstaller -F test.py

你可能感兴趣的:(用pyinstaller把python脚本打包成exe)