In the previous chapter, we learned all about creating, opening, and manipulating your computer’s files in Python. In this chapter, we’re officially back to having fun with Python. You’re going to learn about Tkinter , which is a package that can be used to create desktop apps (GUI – graphical user interface) with Python. You’ll learn how to create buttons, labels, boxes, and so much more.
Tkinter – let’s set it right up!
Remember what we did when we worked with Turtle? Some of the processes ...