1、安裝pyinstallerpython
pip install pyinstaller
2、下載安裝pyinstaler運行時所須要的windows擴展pywin32git
https://github.com/mhammond/pywin32/releasesgithub
3、打包exe程序windows
icon製做網址:http://www.bitbug.net/spa
pyinstaller -F -w -i G:/記事本/icon.ico ./miniText.py
參數含義:.net
-F 指定打包後只生成一個exe格式的文件(建議寫上這個參數)blog
-D –onedir 建立一個目錄,包含exe文件,但會依賴不少文件(默認選項)ip
-c –console, –nowindowed 使用控制檯,無界面(默認)get
-w –windowed, –noconsole 使用窗口,無控制檯it
-p 添加搜索路徑,讓其找到對應的庫。
-i 改變生成程序的icon圖標