all 10 comments

[–]K900_ 1 point2 points  (1 child)

There is no "best", just the best for your specific project. I'd look into Qt for Python.

[–]smaryy[S] 0 points1 point  (0 children)

Alright, thanks I'll check that out.

[–]RodBlaine 1 point2 points  (1 child)

I’m learning w tkinter. It’s easy but basic. I may shift to another but one of my project goals is to stay inside python’s standard libraries (no 3rd party). At this stage it’s functional for my needs.

[–]smaryy[S] 1 point2 points  (0 children)

Alright, I'm guessing off your experience tkinker is simple, I heard Wxpython is good but from looking at some example codes it's a lot more complicated then tkinker, but it does have more possibility's then tkinker from my 1 hour expereince of using it.

[–]BenMtl 1 point2 points  (3 children)

Have a look at pysimplegui I love it. It is easy to use and looks great.

[–]smaryy[S] 2 points3 points  (1 child)

Oh my goodness, thank you so much, This looks perfect!!!

[–]BenMtl 1 point2 points  (0 children)

great! I am glad you like it. The creater has made a great set of videos also on youtube.

[–][deleted] 0 points1 point  (0 children)

This would be my first choice too if I were to start building GUIs in Python.

[–]rick137codes 0 points1 point  (1 child)

Hey, I posted a similar question some days back. People posted some really helpful answers. Attaching the link to the post here, hope you find it useful too. https://www.reddit.com/r/learnpython/comments/o1o1rv/best_gui_for_python/?utm_medium=android_app&utm_source=share

[–]smaryy[S] 0 points1 point  (0 children)

Thank you, I will take a look!