Програмиране на GUI на Python (Tkinter)


Резолюция: Група | Продължителност: Два до четири часа

Общ преглед


Цели

За да накарате учениците да научат за GUI програмиране и да знаят как да използват Tkinter за изграждане на GUI в Python.

Цели на обучението

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.

Контекст

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.