pywebview_vue_template pywebview适合编写桌面端gui应用,用浏览器伪装gui程序 萌新的一个小模板,方便快捷 github pywebview原主页 /~https://github.com/r0x0r/pywebview pywebview官方文档 https://pywebview.flowrl.com/ 程序入口 main.py 安装教程 pip install -r requirements.txt 打包指令,没有黑窗口,并且把静态文件打包进去 pyinstaller -F -w --add-data="static;static" main.py 参数解释 -F 只生成一个单个文件(只有一个 exe 文件) -w 运行的时候不弹出命令行(黑窗口)如果需要看报错,就别加这个参数