Python Forum
Request for [PyGTK] or [GTK] prefix in GUI forum - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Request for [PyGTK] or [GTK] prefix in GUI forum (/thread-32138.html)



Request for [PyGTK] or [GTK] prefix in GUI forum - Lomax - Jan-22-2021

I am the only one building Python GUI apps with GTK3? Surely not! Or have I missed something? Undecided


RE: Request for [PyGTK] or [GTK] prefix in GUI forum - Larz60+ - Jan-23-2021

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.


RE: Request for [PyGTK] or [GTK] prefix in GUI forum - Axel_Erfurt - Jan-30-2021

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]