用pyinstaller打包py文件成exe程序

在cmd命令行中,輸入代碼::pip install pyinstaller  或者升級  pip install --upgrade pyinstallerpython 安裝所需依賴後將cmd的目錄切換至須要打包的py文件目錄下:git 並輸入使用命令:pyinstaller -F 文件名(帶後綴py):pyinstaller -F test.pygithub 經常使用參數說明:i –icon(
相關文章
相關標籤/搜索