Python Forum

Full Version: Request for [PyGTK] or [GTK] prefix in GUI forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am the only one building Python GUI apps with GTK3? Surely not! Or have I missed something? Undecided
What are you using to interface with GTK? Are you using one of the available packages?
list here: https://wiki.python.org/moin/GuiProgramming

Seems like most developers today are using Qt5, Kivy, wxpython or tkinter

There are only occasional questions about GTK, and I don't know the reason.

But, I see most Gnome applications seem to be written with GTK.
So, It will be interesting to see others comments.

My choice by the way is wxpython.
I also agree.

I've been doing a lot with python and gtk3 lately.
Some things are more complicated than with PyQt5, but many things are also easier to implement.

I also do it to learn something new.
I'm working on that right now.

https://github.com/Axel-Erfurt/PyEdit4

[Image: screenshot.png]