WxPython
| Developer(s) | Robin Dunn Harri Pasanen | 
|---|---|
| Initial release | 1998 | 
| Stable release | 4.2.2
   / September 11, 2024 | 
| Repository | |
| Written in | C++ / Python | 
| Operating system | Cross-platform | 
| License | wxWindows License | 
| Website | wxpython | 
wxPython is a wrapper for the cross-platform GUI API (often referred to as a "toolkit") wxWidgets (which is written in C++) for the Python programming language. It is one of the alternatives to Tkinter. It is implemented as a Python extension module (native code).