Advanced Python – Project 4 – Making Applications with Tkinter

Somewhere along your programming journey, it will be useful to know how to build apps that people can actually interact with. To this end, it will be helpful to make something called a Graphical User Interface, or GUI, and almost any piece of software that you might have used has one. This project will show you how to make your own, by using a python library called Tkinter.