Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 583 Bytes

File metadata and controls

29 lines (21 loc) · 583 Bytes

Graphical User Interfaces with Tk

.. index::
   single: GUI
   single: Graphical User Interface
   single: Tkinter
   single: Tk

The modules described in this chapter allow writing graphical user interfaces for your program using the Tcl/Tk platform-independent windowing toolkit.

.. toctree::

   tkinter.rst
   tkinter.ttk.rst
   tkinter.tix.rst
   tkinter.scrolledtext.rst
   idle.rst
   othergui.rst