Re: I need a basic tutorial for GUI creation using Cambalache
Piergiorgio Sartor <[email protected]>
| Newsgroups | gmane.comp.python.general |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
On 12/08/2026 10.26, Chris Green wrote: > I am a retired software engineer with a background in assembler, C and > C++. > > I now dabble (mostly for my own amusement) in various bits and pieces, > mostly in Python nowadays. I have written quite a lot of Python > command line programs to run in a terminal. I have also written a > couple of simple Python GUI programs using PyGObject and Gtk. This is > all on Debian/Linux. > > I want to go a bit further and it appears that the most obvious next > step is to use Cambalache which has taken over from Glade as the > default GUI builder for Gnome/GTK. Not sure if this is the obvious next step. Depending on what your objective is. There are plenty of different Python modules to *create* (not to *design*) GUIs. For example: Gradio, DearPyGUI, Pyside6 and many more. All those are plenty documented, with many examples as well. With more or less pre-cooked structures. Of course, if the objective is to *design* the GUI, then possibly Cambalache may be the right tool. bye, -- piergiorgio