I have a small script in Python that I and a few others use for specific purposes in IRC. I inherited the script, which was made using Gtk3 years ago. To integrate it more closely with the IRC program and make it available to other platforms besides Linux, I'm porting it to Qt6
I'm very much an amateur in all of this, but I'm discovering Gtk3 is simpler to use and, while I can get some results in Qt6 I couldn't in Gtk3, it's proving to be a real headache.
The worst part is all of it is for an IRC program that is no longer being developed and hasn't for a while. Python is the only language I feel comfortable in. Eventually we'll need to switch IRC programs, but I'm limping this along until another one offers Python scripting support.
I do enjoy learning more about the language though, this has only ever been a hobby for me.
🍵 





