Examples of using Tkinter in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
Idle-python-- A Python IDE written in Tkinter.
Tkinter is a Python binding to the Tk GUI toolkit.
Idle-python2.4-- IDE for Python(v2.4) using Tkinter.
The Tkinter graphical user interface module(GUI) is described in detail with example widgets and programs.
I had to look at the source code of Tkinter. py to find that out….
There are also several books on using Tcl/Tk andat least one on Tkinter.
This is an excellent introduction and reference to Tkinter going beyond the basics that I cover in my topic.
It also provides more standard functionality than Tk"out of the box"- things like tooltips,status bars etc which have to be hand crafted in Tkinter.
WxPython has a vast array of widgets, far more than Tkinter, and with them you can build quite sophisticated GUIs.
If they are not,you are advised to install both Python and Tkinter packages with Yast.
Besides Python you will need Tkinter(for the GUI), which is included in most distributions.
Note also the attribute_tclCommands, this is because, as you might recall, Tkinter is built on a Tcl toolkit called Tk.
To create a GUI we will use Tkinter which we introduced briefly in the Event Driven Programming section and further in the GUI Programming topic.
I am not going to dwell much on the GUI aspects in this topic, rather I want to focus on the styleof programming- using Tkinter to handle the event loop and leaving the programmer to create the initial GUI and then process the events as they arrive.
I will however come back to Tkinter in the case study, where I illustrate one way of encapsulating a batch mode program in a GUI for improved usability.