What this book covers
Chapter 1, Creating the GUI Form and Adding Widgets, explains how to develop our first GUI in Python. We will start with the minimum code required to build a running GUI application. Each recipe then adds different widgets to the GUI form.
Chapter 2, Layout Management, explores how to arrange widgets to create our Python GUI. The grid layout manager is one of the most important layout tools built into tkinter that we will be using.
Chapter 3, Look and Feel Customization, shows several examples of how to create a good look and feel GUI. On a practical level, we will add functionality to the Help | About menu item we created in one of the recipes.
Chapter 4, Data and Classes, discusses saving the data our GUI displays. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access