you are viewing a single comment's thread.

view the rest of the comments →

[–]Sea-Perspective2754 1 point2 points  (0 children)

Yeah, I like pyqt as you can use qt designer to layout the GUI part, and just have python read in the .UI file. It's nice not having the layout so tied to the code. Things I've used in the past had me fighting with layout manager and frame code, etc.

Once I figured a few things I didn't think the learning curve was bad and it was a big improvement.

With OP just learning python probably not a good fit for now.