# pywebview_vue_ldq **Repository Path**: penn6699-fork/pywebview_vue_ldq ## Basic Information - **Project Name**: pywebview_vue_ldq - **Description**: 使用python+pywebview制作的桌面端exe (vue+element ui)鼠标连点器工具;版本号均有注释 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-28 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

pywebview_vue_ldq

使用pywebview制作的桌面端(vue+element ui)连点器工具

#### 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" -n="鼠标连点器v1.0" -i my.ico main.py #### 参数解释 -F = --onefile 单文件打包 -w = --noconsole 打包时指定不生成控制台窗口。 --add-data="static;static" 打包静态文件