python3轉變exe的方法

python開發的代碼可能在其餘windows上並不能使用用,除非別人的環境中也有python。python

下面是如何將python開發的東西轉爲exe格式windows

 

1.安裝pyinstallerspa

pip install pyinstallerblog

2.跳到python文件目錄下面運行命令 pyinstaller --onefile python文件名ip

--onefile的做用是產生的結果匯成一個exe的文件。開發

 

3.結果會將exe的文件輸出到當前目錄下的dist的下面pip

相關文章
相關標籤/搜索