Quantcast
Channel: Blogfreakz - Web Design and Web Development resources » Python
Viewing all articles
Browse latest Browse all 7

TKinter Programming

$
0
0

ScreenHunter 719 Oct. 22 12.53 TKinter Programming

This combination of Python and Tkinter is a fast and easy way to create GUI applications.

Tkinter is the standard GUI library for Python. It is also implemented as a Python wrapper around a Tcl interpreter that is embedded in the Python interpreter. It has a number of modules that gives a powerful interface to Tk GUI toolkit. It gives different controls like buttons, labels, text boxes. The controls are called widgets.

To create a GUI application using Tkinter, follow these steps:

  • You should import first the Tkinter module.
  • Create GUI application main window.
  • Add the ones mentioned above  to the GUI application.
  • Enter main event loop to take action against event triggered by the user.

Incoming search terms for the article:


Viewing all articles
Browse latest Browse all 7

Trending Articles