Discussion:
[Tkinter-discuss] Visual (8-bit!) tkinter Cheatsheets
Lion Kimbro
2010-09-30 18:47:46 UTC
Permalink
Hi all,

For many reasons, but mainly just for fun, I made some tkinter
documentation in pixel graphics.

I'd like to share what I made, here it is..!

[image: grid_layout.png][image: button.png]

It's pretty exhausting work, making letters pixel by pixel, but I like the
results (assuming you can even see them.)

If I receive encouragement and interesting criticism, I think I'll be
motivated to make a few more. {:)}=
I think next, I want to document row & column configuration on the Grid,
and perhaps how Images work.

Please feel free to share these however you like.

Take care,
Lion


(If the images don't go through the mail, here are two URLs to them:
http://twitpic.com/2t4n9p/full
http://twitpic.com/2t4n9q/full )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20100930/5888f735/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: button.png
Type: image/png
Size: 4287 bytes
Desc: not available
URL: <Loading Image...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grid_layout.png
Type: image/png
Size: 5995 bytes
Desc: not available
URL: <Loading Image...>
Wayne Werner
2010-09-30 23:18:44 UTC
Permalink
I really like those - they're quite nice! I'm going to be giving a Tkinter
presentation at PyArkansas October 16, would you mind if I include these in
my presentation?

-Wayne
Post by Lion Kimbro
Hi all,
For many reasons, but mainly just for fun, I made some tkinter
documentation in pixel graphics.
I'd like to share what I made, here it is..!
[image: grid_layout.png][image: button.png]
It's pretty exhausting work, making letters pixel by pixel, but I like
the results (assuming you can even see them.)
If I receive encouragement and interesting criticism, I think I'll be
motivated to make a few more. {:)}=
I think next, I want to document row & column configuration on the Grid,
and perhaps how Images work.
Please feel free to share these however you like.
Take care,
Lion
http://twitpic.com/2t4n9p/full
http://twitpic.com/2t4n9q/full )
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss at python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20100930/438e30f2/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grid_layout.png
Type: image/png
Size: 5995 bytes
Desc: not available
URL: <Loading Image...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: button.png
Type: image/png
Size: 4287 bytes
Desc: not available
URL: <Loading Image...>
Lion Kimbro
2010-09-30 23:33:19 UTC
Permalink
Thanks Wayne!

Please *do *include them; And I'd love to hear how they are received
afterwards.

By the time your presentation happens, I should have 1-3 more as well.

If you have any special requests (any particular aspects of tkinter you'd
like to see imaged,) let me know, and I'll create those first.
Post by Wayne Werner
I really like those - they're quite nice! I'm going to be giving a Tkinter
presentation at PyArkansas October 16, would you mind if I include these in
my presentation?
-Wayne
Post by Lion Kimbro
Hi all,
For many reasons, but mainly just for fun, I made some tkinter
documentation in pixel graphics.
I'd like to share what I made, here it is..!
[image: grid_layout.png][image: button.png]
It's pretty exhausting work, making letters pixel by pixel, but I like
the results (assuming you can even see them.)
If I receive encouragement and interesting criticism, I think I'll be
motivated to make a few more. {:)}=
I think next, I want to document row & column configuration on the Grid,
and perhaps how Images work.
Please feel free to share these however you like.
Take care,
Lion
http://twitpic.com/2t4n9p/full
http://twitpic.com/2t4n9q/full )
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss at python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tkinter-discuss/attachments/20100930/40f72e02/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: button.png
Type: image/png
Size: 4287 bytes
Desc: not available
URL: <Loading Image...>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grid_layout.png
Type: image/png
Size: 5995 bytes
Desc: not available
URL: <Loading Image...>
Greg Ewing
2010-10-01 03:26:37 UTC
Permalink
Post by Lion Kimbro
It's pretty exhausting work, making letters pixel by pixel,
Yeow! Documenting the layout parameters using diagrams is a good
idea, but surely there are less masochistic ways of going about it?
--
Greg
Loading...