Show HN: Guy is alive (create GUI(HTML/JS) on any OS (android too) for py3)

2 points by manatlan ↗ HN
guy is a lib, to quickly release a GUI (html/js) for a python (>=3.5) script, targetting any platform ... and android too. It's like python-eel or wuy. Understand that the same app can work on any os, without modifications.

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.

0 comments

[ 2.7 ms ] story [ 8.7 ms ] thread

No comments yet.