Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 665 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 665 Bytes

Introduction to Tk

Tk is a graphical user interface (GUI) library. It allows to create windows, buttons and all the other graphical elements.

This tutorial shows how to use object-oriented programming (OOP) for making applications with the Tk framework.

You can find the online tutorial here: https://tk-tutorial.readthedocs.io

More tutorials