PyInstaller把.py转为.exe

http://www.pyinstaller.org/

http://blog.csdn.net/hmy1106/article/details/45151409

python pyinstaller.py --console --onefile hello.py

原文地址:https://www.cnblogs.com/MrHacker/p/5165927.html