python web前后端GUI,类似于gradio https://github.com/zauberzeug/nicegui
|
1 year ago | |
---|---|---|
README.md | 1 year ago |
这个项目有点类似 gradio,python 快速开发web前后端项目。
用户无需编写css,html,直接通过python代码快速布局,并使用 fastapi ,快速打通前后端。此外对接sqlite数据库。
目前还不成熟,组件不是很多,UI可定制性不强。
直接打开 https://github.com/zauberzeug/nicegui 下 examples目录查看代码,使用比较简单。