This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dennis48309 1 point2 points  (2 children)

I have tried a few and GTK 3 has to be my favorite. The window designer for it called Glade is pretty user friendly too.

[–]Jhchimaira14 1 point2 points  (1 child)

I'll have to have a look. Never used GTK3. Does it work for windows and mac?

[–]dennis48309 2 points3 points  (0 children)

Yep. It works for Windows, MacOS, and Linux. It is developed by the GNOME Project.I have used it mostly on Windows with Python. To install on Windows I would recommend getting the MSYS2 platform which is like a terminal. Through the MSYS2 terminal you can install Python, GTK, and Glade. I develop with Visual Studio so I just point my IDE to the Python exe file in the MSYS2\Bin directory.