Chapter 9. Extending Our GUI with the wxPython Library
In this chapter, we will enhance our Python GUI by using the wxPython
library. We will cover the following recipes:
- Installing the
wxPython
library - Creating 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
- Using Python to control two different GUI frameworks
- Communicating between two connected GUIs