An open API service indexing awesome lists of open source software.

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

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
![](https://media.giphy.com/media/VdQsTaHUFMxMyKxc81/giphy.gif)

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