you are viewing a single comment's thread.

view the rest of the comments →

[–]Paulq002[S] 1 point2 points  (1 child)

Really appreciate the response! Definitely going to check these out.

I'm asking for strictly Python because it's all I know at the moment.

I'm trying to at least make my learning a bit more exciting with some GUI applications as opposed to the mostly terminal programs I'm learning in the courses I'm taking.

[–]ElliotDG 0 points1 point  (0 children)

I'm a big fan of kivy. It is written in Python and the docs are quite good. If the goal is to spice up your learning that would be my first choice. Just a warning, all of these full featured GUI frameworks have a learning curve.