https://github.com/notnaton/simplewebui
https://github.com/notnaton/simplewebui
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/notnaton/simplewebui
- Owner: Notnaton
- License: agpl-3.0
- Created: 2025-06-21T09:16:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-21T09:46:45.000Z (12 months ago)
- Last Synced: 2025-06-21T10:36:47.904Z (12 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplewebui
Made with HTMX and flask. Just a toy project to learn.
## Requires UV
`curl -LsSf https://astral.sh/uv/install.sh | sh`
## Install
`uv tool install git+https://github.com/Notnaton/simplewebui.git`
## Running it
`simplewebui`
or just copy the webui.py file and run it with UV:
`./webui.py`