Creating our GUI in wxPython
In this recipe, we will start creating our Python GUIs using the wxPython GUI toolkit.
We will first recreate several of the widgets we previously created using tkinter, which ships with Python.
Then, we will explore some of the widgets the wxPython GUI toolkit offers, which are not that easy to create by using tkinter.
Getting ready
The previous recipe showed you how to install the correct version of wxPython that matches both your version of Python and the OS you are running.