https://github.com/elnardu/webimgui
Python framework for simple webapps and dashboards
https://github.com/elnardu/webimgui
Last synced: 9 months ago
JSON representation
Python framework for simple webapps and dashboards
- Host: GitHub
- URL: https://github.com/elnardu/webimgui
- Owner: elnardu
- License: mit
- Created: 2019-10-30T02:25:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T11:56:39.000Z (over 3 years ago)
- Last Synced: 2025-08-08T04:33:21.192Z (10 months ago)
- Language: Python
- Homepage:
- Size: 1.49 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webimgui
## Installation
`pip install webimgui`
## Examples
* [Simple example that uses matplotlib](https://github.com/elnardu/webimgui/blob/master/examples/simple_app.py)
* Use `adev runserver simple_app.py` to run the dev server

## Inspiration
* [Dear ImGui](https://github.com/ocornut/imgui)