Python GUI Programming (Tkinter)


Độ phân giải: Nhóm | Thời lượng: Hai đến bốn giờ

Tổng quat


Bàn thắng

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

Mục tiêu học tập

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.

Bối cảnh

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.