File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 11GUI Applications
22================
33
4-
5- Tk
6- --
7- Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage
8- of being included with the Python standard library, making it the most
9- convenient and compatible toolkit to program with. **
10-
11- Both Tk and Tkinter are available on most Unix platforms, as well as on Windows
12- and Macintosh systems. Starting with the 8.0 release, Tk offers native look and
13- feel on all platforms.
14-
15- There's a good multi-language Tk tutorial with Python examples at
16- `TkDocs <http://www.tkdocs.com/tutorial/index.html >`_. There's more information
17- available on the `Python Wiki <http://wiki.python.org/moin/TkInter >`_.
4+ Alphabetical list of GUI Applications.
185
196Camelot
207-------
8875`Qt <http://qt-project.org/ >`_ is a cross-platform application framework that is widely used for developing
8976software with a GUI but can also be used for non-GUI applications.
9077
78+ Tk
79+ --
80+ Tkinter is a thin object-oriented layer on top of Tcl/Tk. **It has the advantage
81+ of being included with the Python standard library, making it the most
82+ convenient and compatible toolkit to program with. **
83+
84+ Both Tk and Tkinter are available on most Unix platforms, as well as on Windows
85+ and Macintosh systems. Starting with the 8.0 release, Tk offers native look and
86+ feel on all platforms.
87+
88+ There's a good multi-language Tk tutorial with Python examples at
89+ `TkDocs <http://www.tkdocs.com/tutorial/index.html >`_. There's more information
90+ available on the `Python Wiki <http://wiki.python.org/moin/TkInter >`_.
91+
9192wxPython
9293--------
9394wxPython is a GUI toolkit for the Python programming language. It allows
You can’t perform that action at this time.
0 commit comments