|
|
|
Show HN: Python Live GUI – Web Based immediate mode renderer
|
|
2 points
by RupertWiser
1426 days ago
|
|
Hey all, Wanted to re-share my framework now that it has reached v1.0. https://gitlab.com/BenWiser/python-live-gui I’m promising stability for the API but there’s still a lot more I’d like to get done. I built this for a very specific use case I have of wanting a remote based application. I specifically use this for communicating with a raspberry pi. It’s quite a nice quick way of working. Hopefully the form upload gives a better idea of how you can use this:
https://gitlab.com/BenWiser/python-live-gui/-/blob/main/examples/5_form_upload.py |
|