Jan-22-2021, 11:09 PM
Jan-23-2021, 02:41 AM
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.
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.
Jan-30-2021, 12:06 AM
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]](https://raw.githubusercontent.com/Axel-Erfurt/PyEdit4/main/screenshot.png)
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]](https://raw.githubusercontent.com/Axel-Erfurt/PyEdit4/main/screenshot.png)