05-Intro to GUI (tkinter)

Unit 05 - Intro to GUI (tkinter)

By request and interest of the class, we will explore creating Graphic User Interfaces (GUIs) with Python 3's built in graphic library, "tkinter".

One of the best online references for Tkinter we have found is located here: https://tkdocs.com/index.html

Providing credit where it is due, the tutorial we will follow is heavily based on the following online tutorial:

https://dzone.com/articles/python-gui-examples-tkinter-tutorial-like-geeks

The file used for printing this tutorial as a booklet is available here:

tkinter-starter-v4.pdf

Booklet Examples