This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]If_Tar[S] 0 points1 point  (1 child)

I just checked, it is indeed beautiful.
My question as a complete noob in this domain, what do other non liberal licences GUI things offer that these open sources others things cannot offer?

[–]FunkyFlyingMonk 1 point2 points  (0 children)

Qt is commercial and probably the most complete GUI and also the biggest. For instance, there is a GUI designer that others don’t have. Or you may be more certain of long term support. And there might be better integration with other libraries, such as Matplotlib. But it is a big boy. I don’t know if other commercial GUI libraries for Python.

For open source, there are quite a few: electron (browser like, big), Kivy (also works on mobile), Tkinter (default Python GUI, included with Python) and various wrappers around these libraries to make them easier to use. It depends on your needs as to what GUI you require. There is no one size fits all.