| by Arround The Web | No comments

Getting Started with Tkinter for Python Tutorial

Tkinter stands for “Tk interface”: the package with the same name on many Linux distributions provides the Python bindings for the Tcl/Tk GUI toolkit. Although other graphical toolkit can be used from Python, like Qt or GTK, Tkinter is the standard (the Python IDLE editor and development environment is written using this toolkit, for example) and probably the easiest to work with. In this tutorial we see the basic concepts behind the usage of Tkinter and how to create and interact with some of the most used widgets.

The post Getting Started with Tkinter for Python Tutorial appeared first on Linux Today.

Share Button

Source: Linux Today

Leave a Reply