Chapter 6. GUIs: Graphical User Interfaces

Up until now, all our input and output has been simple text in the IDLE window. But modern computers and programs use lots of graphics. It would be nice if we could have some graphics in our programs. In this chapter, we’ll start making some simple GUIs. That means our programs will start to look more like the ones you’re used to—with windows, buttons, and so on.

What’s a GUI?

GUI is an abbreviation for graphical user interface. In a GUI, instead of just typing text and getting text back, the user sees graphical things like windows, buttons, text boxes, and so on, and they can use the mouse to click things as well as type on the keyboard. The types of programs we have done so far are command-line ...

Get Hello World! Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.