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
I've previously posted a hobby projected I've been working on here. https://news.ycombinator.com/item?id=31679945
I'm happy to officially mark it as version 1.0.0 and to enforce backwards compatibility.
https://gitlab.com/BenWiser/python-live-gui
There is still a lot I want to get done but I'm also eagre to hopefully start getting feature requests.
The goal of this project is to make it really easy for me to throw a GUI together for remote applications. Hopefully that scratches an itch for some of you as well.
This demo showing how you can save form data shows the kind of usecases I use this for: https://gitlab.com/BenWiser/python-live-gui/-/blob/main/examples/5_form_upload.py
I wanted to share a recent weekend project I worked on. A few months ago, I discovered Ionic and I absolutely love it. https://ionicframework.com/
I’m not convinced I could build an “enterprise” app with it but for little personal throw away projects, I think it’s great.
For anyone not familiar with it, it basically wraps a native app around a webview and provides a bunch of css to make the app feel more native.
I built a little mobile app with it last month but I got especially excited by the idea of making a mobile game. I just threw in an HTML canvas element and I was successfully able to build a short game. What’s great is UI is also pretty easy to add with HTML.
Over all it took me roughly 2 days to make a small mobile game which I’m counting as a success.
Link for anyone interested in the game: https://apps.apple.com/gb/app/cluckeroo/id161543070