Advanced Resources for Tkinter? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Advanced Resources for Tkinter?

I'm coming to the end of the Python course on SoloLearn and I am interested in GUI development. I have used Tkinter before and enjoy using it for making simple GUIs but can anyone recommend any resources for making more complex windows? I want to learn how to make navigation menus, how to use radio buttons and check boxes and how to switch between windows etc. Thanks in advance!

23rd Jul 2017, 5:56 PM
Thomas John
Thomas John - avatar
4 Answers
+ 6
There were a few good tkinter tutorials on thenewboston youtube channel. Generally I would recommend scouring through youtube for more tutorials, you'll definitrly find something useful. As for harder options, you can always find completed tkinter projects and deconstruct them, or just study the documentation (:
23rd Jul 2017, 6:28 PM
Maya
Maya - avatar
0
http://infohost.nmt.edu/tcc/help/pubs/tkinter/web/index.html
21st Jan 2018, 1:00 AM
Gourinda Adil
Gourinda Adil - avatar
0
Just dropping this in here for anyone who happens to come by. It's a link to an entire section dedicated to Tkinter in Python. Over 20 pages of content. https://coderslegacy.com/python/python-gui/ https://coderslegacy.com/python/python-gui/python-tkinter-frame/
4th Jun 2020, 5:10 PM
Raahim Siddiqui
Raahim Siddiqui - avatar