A guy's app can be runned in 3 modes :
- can reuse a chrome browser (in app mode), on the host. To keep the minimal footprint. (app mode)
- can embbed its CEF (like electron) (thanks cefpython3), to provide all, to the users. (cef mode)
- can act as a classical web server. Any browser can be a client (server mode)
A guy's app can be released as a simple py3 file, as a freezed exe (pyinstaller compliant), or as an apk (with buildozer/kivy)
Just a post to announce that It's released, under an apache2 licence.
On github : https://github.com/manatlan/guy
On pypi : https://pypi.org/project/guy/
The (minimal yet) doc : https://manatlan.github.io/guy/ (see demo section)
btw, wuy will not be maintained anymore.