# pywebview_vue_template **Repository Path**: kygz007/pywebview_vue_template ## Basic Information - **Project Name**: pywebview_vue_template - **Description**: pywebview的快速模板项目 适合编写桌面端gui应用,用浏览器伪装gui程序 主打一个快速开发,拿到就写 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2023-12-04 - **Last Updated**: 2025-02-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, pywebview ## README

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 运行的时候不弹出命令行(黑窗口)如果需要看报错,就别加这个参数