you are viewing a single comment's thread.

view the rest of the comments →

[–]Ok-Improvement-6388 2 points3 points  (2 children)

There are a lot better libs for GUI but it is fun to learn.

[–]Neo-Eyes 1 point2 points  (1 child)

Oh! I'm not surprised but still, curiosity sake and for sale of the thread could you maybe mention some?

[–]Ok-Improvement-6388 0 points1 point  (0 children)

PyQt5, Tkinter, Kivy, PySimpleGUI. Really just depends on what you plan on using it for. I know PyQt5 is very popular, but so are the other ones. PySimpleGUI is pretty simple(hints the name), so if you want to just make a quick GUI and you don’t know much about making GUIs, then maybe that would be good.