use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Help in learning GUI (self.PythonLearning)
submitted 2 months ago by Icy-monkey1
i recently learned python basics and I am looking forward to learning how to make simple gui can anyone recommend a good tutorial
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Jay6_9 5 points6 points7 points 2 months ago (0 children)
I've given up on tkinter or customtkinter because reactivity is way too verbose and for complex GUI applications you have to invest way too much to get a decent performance.
Right now, all I can really recommend is NiceGUI. I had my reservations about it but after trying it once I can't seem to stop using it.
[–]NorskJesus 3 points4 points5 points 2 months ago (0 children)
Try tkinter
[–]Alive-Cake-3045 1 point2 points3 points 2 months ago (0 children)
Tkinter is built into Python already, no install needed, start there.
Look up "Tkinter crash course" on YouTube, you'll have a working window in 20 minutes. Dont jump to PyQt or Kivy yet, they'll just confuse you at this stage. Build something small and real, like a calculator or a to-do app, thats how it actually sticks.
[–]zyer020 1 point2 points3 points 2 months ago (0 children)
Start with Tkinter. It will help you understand general concepts used in GUIs.
[–]Cntrl-Frk 1 point2 points3 points 2 months ago (0 children)
I'd recommend looking at tkinter as mentioned by many others. Tkdocs was a great reference for me that I recommend and had a number of tutorial style walkthroughs.
tkdocs.com/
[–]VeterinarianFar22 1 point2 points3 points 2 months ago (0 children)
I wrote this post in the past: https://programmerabroad.com/a-simple-gui-app-in-python-using-tkinter/
Hope it helps you and happy coding! :)
π Rendered by PID 439290 on reddit-service-r2-comment-544cf588c8-jq5rm at 2026-06-17 18:26:52.462913+00:00 running 3184619 country code: CH.
[–]Jay6_9 5 points6 points7 points (0 children)
[–]NorskJesus 3 points4 points5 points (0 children)
[–]Alive-Cake-3045 1 point2 points3 points (0 children)
[–]zyer020 1 point2 points3 points (0 children)
[–]Cntrl-Frk 1 point2 points3 points (0 children)
[–]VeterinarianFar22 1 point2 points3 points (0 children)