Skip to content

pywebview的快速模板项目 适合编写桌面端gui应用,用浏览器伪装gui程序 主打一个快速开发,拿到就写

Notifications You must be signed in to change notification settings

auuuuun/pywebview_vue_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

pywebview的快速模板项目 适合编写桌面端gui应用,用浏览器伪装gui程序 主打一个快速开发,拿到就写

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages