Create a GUI Application using Tkinter (“Tk interface”)

Опубликовано: 21 Март 2026
на канале: Endezyaro
169
5

The topic is how to create a simple graphical user interface (GUI) application in python?
Python has a huge number of GUI frameworks (or toolkits) available for it.
This video focuses on the tkinter package, the name Tkinter comes from "TK interface".
-Tkinter is a Python binding to the Tcl/Tk GUI toolkit. It is the standard -Python interface to the Tcl/Tk GUI toolkit.
-Tkinter is the standard GUI library for deploying Python applications.
-Tkinter is open source.
-Tkinter is free software released under a Python license, so it's free for any commercial use.
-Tkinter is cross-platform, so the same code works on Windows, macOS and Linux.
I use PyCharm as the integrated development einvironment (IDE).
Enjoy watching and learning :-)