Tkinter Examples
Tkinter Examples

Overview

tkinter is a python library to create GUIs or graphical user interfaces. This can be used to pull applications out of the command line and into a program with a buttons, boxes, and bitmaps. This site provides a reference of how to build applcations with this library, emphasizing visual examples.

Concepts

There are 3 concepts central to tkinter:

Two important questions that tkinter cannot answer for us are “who?” and “why?”. We must make sure to answer that ourselves.

Examples

Below are some examples of applications built with tkinter, highlighting the versatility and usefulness of the library. This site is not affiliated with any of the listed projects and does not make claims about their licensing, availability, or quality.

A basic text editor containing computer code
Porcupine - a decent editor
A user interface with lots of text boxes and a rendered graphic of a neural network
Perceptron - A flexible artificial neural network builder
A user interface with details about a tesla car
TeslaPy - A Python module to use the Tesla Motors Owner API