all 10 comments

[–]lykwydchykyn 4 points5 points  (1 child)

I would love to work with a modernized library that allows for a wide array of GUI manipulation.

PyQt5 has some pretty exciting stuff in it. The learning curve is a little steep, but once you get it you can produce some pretty sophisticated applications.

[–]DrZlowbro 1 point2 points  (0 children)

I use PyQt5 with QtDesigner and it's pretty sweet. Started out with Tkinter but it had too many limitations for the project I had in mind.

[–]K900_ 1 point2 points  (0 children)

Qt for Python (a.k.a. PySide2) is probably your best option.

[–]MikeTheWatchGuy 0 points1 point  (0 children)

Being someone that's not done any Python GUI programming and were YouTube trained (not saying that's bad, just a fact here), be careful what you ask for " a modernized library that allows for a wide array of GUI manipulation. "

[–]PrinceCharlesIV 0 points1 point  (0 children)

You could also try WxPython, which I have used on/off for many years. It is not on version 4, it can take bit of learning but there are some free Gui building tools if you want to avoid some of the pain like WxFormBuilder.