Everyone knows software with a GUI is better.
2 Likes
Haha, I was thinking to make something small with tkinter in my spare time. But guess what, I have no spare time
2 Likes
tkinter
or wxPython
should be much modern, prettier and easier to develop
I have some experience with PyQt when I finally have time to get back to modelling I could try out some simple stuff. Could be fun to do a comparison of the same functionality in PyQt, wx, tkinter, and pysimplegui to see which seems best.
Also have some experience with PyQt. When I presented a small system with PyQt GUI the first feedback I got was that the look is so from eighties, that I have to abandon PyQt and develop web based interface. It turned out to be doable with FLASK (https://flask.palletsprojects.com/en/2.0.x/)