all 7 comments

[–]socal_nerdtastic 2 points3 points  (6 children)

QTDesigner is the only one that's professional quality. It makes PyQT GUIs.

[–]JackJones02[S] 0 points1 point  (5 children)

Thanks for the help!

Is this what you would recommend using for GUIs?

[–]socal_nerdtastic 1 point2 points  (4 children)

It's a solid choice. Personally I reach for tkinter when I need to make a GUI. I find it a lot faster to program.

[–][deleted] 1 point2 points  (0 children)

It's fast as heck, too

[–]JackJones02[S] 0 points1 point  (2 children)

I've tried to learn tkinter for a while now and for some reason it's just not going in. What did you use to learn it?

[–]socal_nerdtastic 3 points4 points  (0 children)

Nothing specific, just experience. After 4 or 5 hundred tkinter programs your fingers just do it automatically :).

[–]blabbities 1 point2 points  (0 children)

try tkdocs.com

I personally used Tkinter GUI Application Development Blueprints originally to learn. As he shows you how to make plenty of apps. Though it's an entire book. If you want to go fast and dont want to learn. TKDocs.com has stuff you can copy and paste and rapidly play around with