You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python Tkinter Topic Guide provides a great deal of information on using Tk
24
29
from Python and links to other sources of information on Tk.
@@ -32,17 +37,32 @@ this should open a window demonstrating a simple Tk interface.
32
37
`Tkinter docs from effbot <http://effbot.org/tkinterbook/>`_
33
38
Online reference for tkinter supported by effbot.org.
Book by Mark Lutz, has excellent coverage of Tkinter.
40
42
41
43
`Modern Tkinter for Busy Python Developers <https://www.amazon.com/Modern-Tkinter-Python-Developers-ebook/dp/B0071QDNLO/>`_
42
44
Book by Mark Rozerman about building attractive and modern graphical user interfaces with Python and Tkinter.
43
45
44
46
`Python and Tkinter Programming <https://www.manning.com/books/python-and-tkinter-programming>`_
Most commands are available as :mod:`tkinter` or :mod:`tkinter.ttk` classes.
53
+
Change '8.6' to match the version of your Tcl/Tk installation.
54
+
55
+
`Tcl/Tk recent man pages <https://www.tcl.tk/doc/>`_
56
+
Recent Tcl/Tk manuals on www.tcl.tk.
57
+
58
+
`ActiveState Tcl Home Page <http://tcl.activestate.com/>`_
59
+
The Tk/Tcl development is largely taking place at ActiveState.
60
+
61
+
`Tcl and the Tk Toolkit <https://www.amazon.com/exec/obidos/ASIN/020163337X>`_
62
+
Book by John Ousterhout, the inventor of Tcl.
63
+
64
+
`Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_
65
+
Brent Welch's encyclopedic book.
46
66
47
67
48
68
Tkinter Modules
@@ -175,21 +195,6 @@ documentation that exists. Here are some hints:
175
195
place to go when nothing else makes sense.
176
196
177
197
178
-
.. seealso::
179
-
180
-
`Tcl/Tk 8.6 man pages <https://www.tcl.tk/man/tcl8.6/>`_
181
-
The Tcl/Tk manual on www.tcl.tk.
182
-
183
-
`ActiveState Tcl Home Page <http://tcl.activestate.com/>`_
184
-
The Tk/Tcl development is largely taking place at ActiveState.
185
-
186
-
`Tcl and the Tk Toolkit <https://www.amazon.com/exec/obidos/ASIN/020163337X>`_
187
-
The book by John Ousterhout, the inventor of Tcl.
188
-
189
-
`Practical Programming in Tcl and Tk <http://www.beedub.com/book/>`_
0 commit comments