Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.14 KB

pythonGUIs.md

File metadata and controls

33 lines (23 loc) · 1.14 KB

PYTHON GUIs

9 python GUIs

Python Graphical User Interfaces


  • PyQt5 - Developed By: Riverbank Computing
  • Kivy - Developed By: Kivy Organization
  • wxPython - Developed By: Robin Dunn
  • Libavg - Developed By: Alfred Bigler
  • PySimpleGUI - Developed By: Mike B
  • PyForms - Developed By: Ricardo Ribeiro
  • Wax - Developed By: Hans Nowak
  • PySide2 - Developed By: The Qt Company
  • PyGUI - Developed By: Gregory Ewing




When choosing a GUI, don't forget to consider the other two most important features for applications:

  • security
  • performance