Tkinter

Tkinter is the built-in GUI toolkit in Python, based on Tcl/Tk. It's simple and easy to use, suitable for quickly building small desktop applications. Though basic in functionality, it requires no additional installation and is widely used in education and lightweight projects.

Resource Introduction