Are there Tkinter examples somewhere?

Will Ware wware at world.std.com
Tue Jan 16 23:40:55 EST 2001


Terry Hancock (hancock at earthlink.net) wrote:
> I'm trying to learn how to use the Tkinter toolkit...
> Is there somewhere I can find sample
> code and stuff to get me started?

The Unix source distribution has some wonderful examples, which you
can also find here:
http://www.fsck.org/doc/python/examples/Demo/tkinter/
I don't recall whether the Scale widget is specifically highlighted
in any of the examples. Also try this:
http://www.python.org/doc/life-preserver/
This might be helpful:
http://www.python.org/doc/life-preserver/ClassScale.html

-- 
import string,time,os;print string.join((lambda x:x[:10]+x[8:])(map(
lambda x:string.center("*"*(lambda x:((x<24) ### Seasons Greetings, Will Ware
*(x-3))+3)(x),24),range(1,28, 2))),"\n") ################ wware at world.std.com



More information about the Python-list mailing list