News

We've built a few of those (like the simple To-Do List using Python). For this one, I wanted to use some GUI, so I decided we'll be importing the Tkinter library to have some usable UI elements.
The Tkinter Listbox The Tkinter GUI and its component elements are available for immediate use in Python by importing the "Tkinter" module. One of these components is the "listbox" widget.
This intro course provides an overview of Python 3 and the basics of programming. As you learn more, you can see how to do GUI programming using Tkinter.