Chapter 20. More GUIs

We made some simple GUIs back in chapter 6, when we used EasyGui to make some dialog boxes (or just “dialogs” for short). But GUIs need more than dialogs. In most modern programs, the whole program runs in a GUI. In this chapter, we’re going to look at making GUIs with PythonCard, which gives you more flexibility and control over how things look.

PythonCard is a module that helps you create GUIs. We’re first going to use it to make a version of our temperature-conversion program.

 

In the Good old Days

PythonCard was inspired by a much older piece of software called HyperCard. HyperCard was one of the first programs to ...

Get Hello World! 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.