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 9. Extending Our GUI with the wxPython Library

In this chapter, we will enhance our Python GUI by using the wxPython library.

  • How to install the wxPython library

  • How to create our GUI in wxPython

  • Quickly adding controls using wxPython

  • Trying to embed a main wxPython app in a main tkinter app

  • Trying to embed our tkinter GUI code into wxPython

  • How to use Python to control two different GUI frameworks

  • How to communicate between the two connected GUIs