Python Forum

Full Version: Guietta – Python module to create simple GUIs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This module in on github: https://github.com/alfiopuglisi/guietta

It's a wrapper over QT with an extremely compact syntax:

[Image: example_code.png]

[Image: example.png]

Generated quite a discussion some days ago on hacker news :)

Online documentation, including a tutorial: https://guietta.readthedocs.io/en/latest/intro.html
It looks like a great idea.