On Mon, Jan 11, 2021 at 2:22 PM Cameron Simpson <c...@cskk.id.au> wrote:
> >I've seen some Python gui frameworks like Tkinter, PyQt, etc. but they > >look kinda like adding a family room onto a 1986 double wide mobile > >home, and they look even more complicated than creating a GUI from > >scratch in C++ with a message loop, raising events . . . > > They aren't really. I've not use Tkinter, but I have used PyQt. > Maybe compared to Java or C# they are, which come with almost the only GUI toolkit that gets used. But there's also a version of Qt for Java. Not sure about C#. I've mostly used GTK for GUI's and a little Tkinter for turtle graphics, both in Python. Both felt natural. -- https://mail.python.org/mailman/listinfo/python-list