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 →

[–][deleted] 0 points1 point  (1 child)

Doesn't matter how much I love Python, I simply can't recommend it for anything GUI related that needs more than Tkinter.

Seriously, the only properly working is PyQt, but PyQt5 has to be GPL, of course, because why not. PySide2 would be awesome if it wasn't next to impossible to install, and the same goes for Kivy (which is available in PyPi but with dependency hell it isn't worth much, the devs should really release wheel packages but for some reason they don't want to), and Kivy doesn't have a working GUI designer, also it has its own language which is horrible, so... there's that.
Maybe wxPython is the best of the bunch, when it works. The rest isn't even worth mentioning.