Differences between revisions 6 and 9 (spanning 3 versions)
Revision 6 as of 2002-10-01 00:53:18
Size: 1154
Editor: MikeRovner
Comment: added tix documentation reference
Revision 9 as of 2003-04-05 05:49:42
Size: 1148
Editor: pD9530097
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
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 Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/[http://wiki.tcl.tk/tk Tk].
Line 10: Line 10:
  * DEAD: [http://www.amk.ca/bookstore/applications.html Python and Tkinter Programming] by JohnGrayson   * [wiki:ISBN:1884777813 Python and Tkinter Programming] by John Grayson

Tkinter is Python's de-facto standard GUI (Graphical User Interface) package. It is a thin object-oriented layer on top of Tcl/[http://wiki.tcl.tk/tk 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.