Python Tkinter GUI Widgets

Опубликовано: 20 Февраль 2025
на канале: Ryan Noonan
11,900
140

In this python tutorial, we will go over how to create widgets with Tkinter. This tutorial will focus on introducing some common widgets. Note, for large programs / complex applications consider using an object oriented (classes) approach.

The tkinter package ("Tk interface") is the standard Python interface to the Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, as well as on Windows systems. Source: python documentation

You can use Tkinter to create GUI applications.