PyInstaller把.py转为.exe

http://www.pyinstaller.org/

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

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

你可能感兴趣的:(PyInstaller把.py转为.exe)