Python Software - GUI Frameworks

GUI Frameworks

  • PyGTK, a popular cross-platform GUI library based on GTK+; furthermore, other GNOME libraries also have bindings for Python
  • PyQt, another cross-platform GUI library based on Qt; as above, KDE libraries have bindings too
  • PySide, an alternative to the PyQt library, released under the BSD-style licence.
  • wxPython, a port of wxWidgets and a cross-platform GUI library for Python

Read more about this topic:  Python Software