Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 581 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 581 Bytes

Python

Tkinter - TOOL KIT INTERFACE - is a Python library that provides a set of tools for creating graphical user interfaces (GUIs) on desktop platforms. It is a popular choice for building desktop applications with Python, as it is easy to use and provides a wide range of widgets and layouts for creating GUI interfaces.tkinter provides a set of classes and functions for creating windows, buttons, labels, text boxes, menus, and other GUI elements. It also supports event handling, which allows you to respond to user input and perform actions in response to user actions