Python - pyinstaller

下载pyinstaller

pip install pyinstaller
MIPSASM 复制 全屏

打包文件

pyinstaller -F run.py   # 打包成单个文件

pyinstaller -D app.py
pyinstaller -F app.py

pyinstaller -F -w app.py

 
posted @ 2023-12-20 02:36  silencio。  阅读(15)  评论(0)    收藏  举报