2015-10-16 88 views

回答

27

您可以使用支持python 3.5的PyInstaller

要使用PIP安裝在執行終端: pip install pyinstaller

爲了使.exe文件:

pyinstaller --onefile script.py 
相關問題