Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Tkinter is a Python binding to the Tk GUI toolkit. It is the standard Python interface to the Tk GUI toolkit, and is Python's de facto standard GUI.

Tkinter is included with standard Linux, Microsoft Windows and Mac OS X installs of Python. The name Tkinter comes from Tk interface.


Unfortunately Tkinter is not installed on CentOS 7 as a part of Python standard package, When you need Tkinter in your Python Code on CentOS 7, you can install it as following:

...