Python GUI Programming (Tkinter)


Resolution: Group | Duration: Two to four hours

Overview


Goals

To make students learn about GUI Programming and know how to use Tkinter to build GUI in Python.

Learning Objectives

By the end of this activity, students will be able to: • Explain various concepts on how to build GUI Programming. • Get to know various widgets in Tkinter. • Understand how to handle user interaction with widgets. • Create a GUI application with Tkinter.

Context

Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit. With Tkinter, students can easily create a GUI application that will work on any platform that has support for Python.