Pythoni graafilise kasutajaliidese programmeerimine (Tkinter)


Resolutsioon: Grupp | Kestus: Kaks kuni neli tundi

Ülevaade


Eesmärgid

Et panna õpilasi õppima graafilise kasutajaliidese programmeerimist ja teadma, kuidas kasutada Tkinterit GUI-de loomiseks Pythonis.

Õppe-eesmärgid

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.

Sisu

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.