Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2002-07-12 22:29:49
Size: 900
Editor: anonymous
Comment: missing edit-log entry for this revision
Revision 3 as of 2002-09-26 15:40:25
Size: 980
Editor: 213
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
  * [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson   
Line 11: Line 11:

  * DEAD: [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson
Line 19: Line 21:

== Comments ==

MythDebunking: ''TkInter is ugly on Windows.''

Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/Tk.

Tkinter is not the only GuiProgramming toolkit for Python. It is however the most commonly used one, and almost the only one that is portable between Unix, Mac and Windows. CameronLaird calls the yearly decision to keep TkInter "one of the minor traditions of the Python world."

More info here: http://www.python.org/topics/tkinter/

Tkinter Documentation

Also see: http://www.python.org/topics/tkinter/doc.html

Tkinter Extensions

Comments

MythDebunking: TkInter is ugly on Windows.

TkInter (last edited 2022-02-08 22:05:48 by martinmiller)

Unable to edit the page? See the FrontPage for instructions.