Python的打包庫:Pyinstaller

一,安裝Pyinstaller 1. 安裝pywin32     pip install pywin32 2. 安裝Pyinstaller     pip install PyInstaller   二,使用Pyinstaller 1. Pyinstaller打包命令:     pyinstaller -F myfile.py 2. 輸入參數的含義     -F :表示生成單個可執行文件    
相關文章
相關標籤/搜索