wxPython

Package — GUIPython 3.7+Intermediate

Python wrapper for wxWidgets; native cross-platform GUIs

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
six, Pillow (wxWidgets C++ library bundled)
Install
pip install wxPython

Learn by Difficulty

Quick Example

python
# Install: pip install wxPython
import wxpython

# Basic wxPython usage
print(f"Using wxPython")
# See documentation for detailed examples

wxPython is a third-party package. Python wrapper for wxWidgets; native cross-platform GUIs. Install with: pip install wxPython

Try in Playground

Tags

packageguidesktopui