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 3. Look and Feel Customization

In this chapter, we will customize our GUI using Python 3:

  • Creating message boxes – information, warning, and error

  • How to create independent message boxes

  • How to create the title of a tkinter window form

  • Changing the icon of the main root window

  • Using a spin box control

  • Relief, sunken, and raised appearance of widgets

  • Creating tooltips using Python

  • How to use the canvas widget