Python代碼轉換爲exe可執行程序詳解

1:安裝pyinstaller

pip install pyinstaller

2,製做exe

1,先寫一個hello.pyspa

print('hello world!')

input()

2.執行(在script文件夾下)code

pyinstaller  -F ../project/hello.pyblog

相關文章
相關標籤/搜索