Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, we will save our GUI data into tkinter variables.

We will also start using object-oriented programming (OOP) to extend the existing tkinter classes in order to extend tkinter's built-in functionality. This will lead us into creating reusable OOP components.