Python4Kids: New Tutorial - Tkinter tinkering (Graphical User Interfaces)
Jul 19, 2011, 06:07 (0 Talkback[s])
(Other stories by brendanscott)
[ Thanks to Brendan Scott for this
link. ]
"In order to use a GUI, we need to use an external module to do
all the grunt work behind making the interface components and
presenting them to the end user. There are a number of different
modules which can be used. We are going to use one called
'Tkinter'. We are going to use Tkinter because it should come as
part of every Python installation, so there's no additional
downloading to do, nor any need to get the Responsible Adult
involved – but leave a comment if you have problem with
Tkinter."
Complete Story
Related Stories:
- Python4Kids: New Tutorial - Format Strings and Silly Sentences(Jun 16, 2011)
- Python4Kids: New Tutorial - A Functioning Stand Alone Python Program(May 18, 2011)
- Python4Kids: New Tutorial - Baby Steps With Our Text Editor(May 09, 2011)
- Python4Kids: New Tutorial - Catching Our Breath(May 03, 2011)
- Python4Kids: New Tutorial - Keeping Code(Apr 21, 2011)
- Python4Kids: New Tutorial - Increasingly Trivial Questions(Mar 23, 2011)
- Python4Kids: New Tutorial - Time for Some Introspection(Mar 07, 2011)
- Python4Kids: New Tutorial - A Big Jar of Pickles(Feb 28, 2011)
- Python4Kids: New Tutorial - An Awful Pickle(Feb 07, 2011)
- Python4Kids: New Tutorial: Filing(Oct 01, 2010)