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

Chapter 1. Creating the GUI Form and Adding Widgets

In this chapter, we start creating amazing GUIs using Python 3:

  • Creating our first Python GUI

  • Preventing the GUI from being resized

  • Adding a label to the GUI form

  • Creating buttons and changing their text property

  • Text box widgets

  • Setting the focus to a widget and disabling widgets

  • Combo box widgets

  • Creating a check button with different initial states

  • Using radio button widgets

  • Using scrolled text widgets

  • Adding several widgets in a loop