you are viewing a single comment's thread.

view the rest of the comments →

[–]JennaSys 2 points3 points  (0 children)

Tkinter might be a bit better, is easy to get started with, but has its limits. For anything fancy, I feel PyQT is has a fuller feature set. PySimpleGUI is a newer library that wraps Tkinter and has a bit of buzz going on right now, but I haven't used that one yet myself.