Pyinstaller庫的使用

1、Pyinstaller庫概述   (1)、將.py源代碼轉換成無需源代碼的可執行文件   (2)、PyInstaller庫是第三方庫,安裝第三方庫需要使用pip工具          (cmd命令行) pip install pyinstaller 2、PYInstaller庫使用說明   (1)、簡單的使用          (cmd命令行) pyinstaller -F <文件名.py>
相關文章
相關標籤/搜索