mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #9384: python -m tkinter will now display a simple demo applet.
This commit is contained in:
parent
5a63183a8b
commit
c02cc2707a
3 changed files with 12 additions and 1 deletions
|
@ -9,7 +9,9 @@
|
|||
The :mod:`tkinter` package ("Tk interface") is the standard Python interface to
|
||||
the Tk GUI toolkit. Both Tk and :mod:`tkinter` are available on most Unix
|
||||
platforms, as well as on Windows systems. (Tk itself is not part of Python; it
|
||||
is maintained at ActiveState.)
|
||||
is maintained at ActiveState.) You can check that :mod:`tkinter` is properly
|
||||
installed on your system by running ``python -m tkinter`` from the command line;
|
||||
this should open a window demonstrating a simple Tk interface.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue