- Python GUI Programming Cookbook(Second Edition)
- Burkhard A. Meier
- 49字
- 2021-07-09 19:51:04
Getting ready
In order to improve our Python GUI using tabs, we will start at the beginning, using the minimum amount of code necessary. In this recipe, we will create a simple GUI and then add widgets from the previous recipes and place them into this new tabbed layout.