python-打包程序

  python寫的桌面程序給用戶使用,即不想給源碼,也不想給他配置環境,可以打包成一個exe給他使用。   安裝包PyInstaller pip install PyInstaller   在cmd中cd到python腳本的路徑,pyinstaller命令-F參數是打包成一個exe,-w是不帶命令界面,後面跟上要打包的主腳本。 pyinstaller -w py_Video.py   打包完
相關文章
相關標籤/搜索