wxPython is a wrapper for the cross-platform GUI API (toolkit) wxWidgets for the Python programming language, created by Robin Dunn. wxPython is one of the alternatives to Tkinter. It is implemented as a Python extension module (native code). Other popular alternatives are PyGTK and PyQt.