Python腳本轉換爲exe程序

一、安裝pyinstaller pip install pyinstaller 二、打包程序(pyinstaller.exe在python下的「Scripts」文件夾下) python pyinstaller.exe -F -w D:\Publish.py -F代表將程序所依賴的庫合成爲一個整體,只生成一個exe文件 -w代表不出現控制檯窗口
相關文章
相關標籤/搜索