Differences between revisions 315 and 408 (spanning 93 versions)
Revision 315 as of 2014-03-16 00:27:01
Size: 19149
Comment: lwickjr
Revision 408 as of 2020-10-13 01:36:15
Size: 14114
Editor: Preston
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Python has a huge number of GUI frameworks (or toolkits) available for it, from Tkinter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies. Python has a huge number of GUI frameworks (or toolkits) available for it, from TkInter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies.
Line 5: Line 5:
{{{#!wiki note
[[GUI Programming in Python]] is a similar page whose content could arguably complement this page with some editing.
}}}
Line 10: Line 7:
||PyJamas ||All major Web Browsers || 0.8 || 2012-06-01 ||Comprehensive Widget toolkit, Python-to-Javascript compiler and AJAX library. Provides the "V" in MVC. Note PyjamasDesktop was merged into pyjamas.|| ||[[https://github.com/epeios-q37/atlas-python|Atlas toolkit for Python]] ||All major Web Browsers ||0.12 ||2020-08-28 ||For versatile GUIs written in HTML/CSS and Python (no JavaScript needed) - The lightweight and easy-to-use toolkit to begin with GUI programming. ||
||PyJa
mas ||All major Web Browsers ||0.8 ||2012-06-01 ||Comprehensive Widget toolkit, Python-to-Javascript compiler and AJAX library. Provides the "V" in MVC. Note PyjamasDesktop was merged into pyjamas. ||
Line 15: Line 13:
||'''Package''' ||'''Target''' ||Latest version ||Latest update date ||'''Notes''' ||
||[[http://avc.inrim.it/|AVC]] ||Linux / many || 0.8.3 || 2011-02-15 ||Fully automatic, live connection among graphical interface widgets and application variables. ||
||[[http://dabodev.com/|Dabo]] ||WxPython || 0.9.12 || 2013-06-12 ||Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit ||
||[[http://easygui.sourceforge.net/|EasyGui]] ||Tk || 0.96 || 2010-08-29 ||('''Effective March 6, 2013 EasyGui project is now closed''') EasyGUI is a module for very simple, very easy GUI programming in Python. ||
||[[https://code.google.com/p/formlayout/|formlayout]]||Qt || 1.0.15 || 2013-08-27 ||A tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code||
||GnomePython || Gnome || 2.28.1 || 2010-03-31 ||Gnome Platform bindings: bonobo, bonoboui, gconf, gnome, gnomecanvas, gnomevfs, gnomeui ||
||!GnomePythonDesktop || Gnome || 2.32.0 || 2010-09-28 ||Gnome Desktop bindings: metacity, nautilus, gnomeprint, gtksourceview, gtop, media-profiles, totem, wnck ||
||!GnomePythonExtras || Gnome || 2.25.3 || 2009-02-15 ||Additional Gnome bindings: libegg, gda, gtkmozembed, gtkspell, gksu, gdl, gtkhtml2 ||
||[[https://code.google.com/p/gui2py/|gui2py]] ||WxPython (WxWidgets) || 0.9.3 || 2013-08-26 ||Both a framework and visual tools: GUI Designer, Inspector and Property Editor. Supports Python 2.5 to Python 3.2; wxPython 2.8 "stable", 2.9 "classic" and "phoenix" (py3k). Features advanced pythonic MVC controls (!ListView, !GridView, !TreeView) using list- and dict-like objects; masked and date picker controls; common dialogs; fluid layout using sizers & basic HTML; simplified event model (similar to !JavaScript). Can include wxPython code in apps. Modern !PythonCard "fork" hugely enhanced. ||
||[[https://pythonhosted.org/guidata/|guidata]]||Qt || 1.6.1 || 2013-06-17 ||Based on the Qt Python binding module PyQt4, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4.||
||[[http://ironpython.codeplex.com/ |IronPython]]||.NET/Mono || 2.7.4 || 2013-09-07 ||Python for (originally MS') .NET platform. See IronPython for more info. ||
||[[http://www.jython.org/|Jython]] || Java || 2.5.4rc1 || 2013-02-10 ||Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. See [[Jython]] ||
||[[http://kivy.org/|Kivy]] ||Windows, MacOSX, Linux, Android, iOS || 1.8.0 || 2014-01-30 ||OpenGL ES accelerated framework for creating new user interfaces. Kivy have a native multitouch support for every platform, mouse simulator, widgets multitouch ready, integrated virtual keyboard, rst renderer... ||
||[[http://www.libavg.de/|libavg]] ||Windows, MacOS, Linux || 1.8.0 || 2014-02-15 ||Not strictly a GUI toolkit, but a high-level multimedia framework that allows construction of media-rich guis. ||
||[[http://nufox.berlios.de/|Nufox]]|| XUL (many) || 0.1.0 || 2005-10-13 ||Nufox is a python, XUL toolkit written ontop of the Twisted Networking Framework and Nevow. The idea is that you should be able to write server-side cross platform XUL applications without writing XUL markup, with little javascript, all from the comfort of Python. (Python 2.3 or 2.4)||
||[[http://sourceforge.net/projects/ocean/|Ocean]]|| many || 0.2.3-r97 || 2007-04-02 ||GUI library. Python only "pythonic javax.swing". Model/View/Controller, skinning. ||
||[[http://sourceforge.net/projects/ocemp/files/ocempgui/|OcempGUI(Ocean Empire GUI)]]|| Pygame || 0.2.9 || 2008-05-10 ||A small GUI toolkit written in Python based on Pygame. Provides accessibility support. [[http://ocemp.sourceforge.net/gui.html|Website]] ||
||[[http://sourceforge.net/projects/pyfltk/|PyFltk]]|| [[FLTK]] || 1.3.1 || 2012-02-19 ||supports Windows/Unix/Mac and provides access to OpenGL features. Stands for Fast, Light Toolkit.(Python 2 & 3) ||
||[[http://pygame.org/|PyGame]]|| PyGame || 1.9.1 || 2009-08-06 ||Primarily an introduction to game programming. Only supports one window.(Python 2 & 3) ||
||[[https://code.google.com/p/pyglet/|Pyglet]]|| Windows, MacOS, Linux || 1.2alpha1 || 2012-07-13 ||Alpha stage cross-platform windowing and multimedia library that heavily uses OpenGL. ||
||PyGtk || Gtk || 2.24.0 || 2011-04-01 ||Bindings for pango, atk, gtk and libglade. Good documentation from the [[http://www.gtk.org/documentation.php|Gtk Project]]. Wrapper uses some C programming style ||
||[[http://code.google.com/p/pygir-ctypes/|pygir-ctypes]]|| GObject Introspection || 0.1.1 || 2011-03-29 ||Pure Python GObject Introspection Repository (GIR) wrapper using ctypes. Supported CPython >= 2.6, CPython 3.x, PyPy >= 1.4.0, and on all platforms where gobject introspection is supported. ||
||[[http://code.google.com/p/pygtk2tk/|PyGtk2Tk]]|| TkInter || 0.2.0 || 2008-09-19 ||PyGtk to TkInter Wrapper runs PyGtk based code unchanged using TkInter (Tk). Python 2 only ||
||[[http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/|PyGUI]]|| Cocoa / Gtk / Win32 || 2.5.3 || 2011-07-16 ||Abstract, pythonic API encapsulating different platforms. ||
||PyjamasDesktop || Many || || ||Comprehensive Widget toolkit that uses [[http://code.google.com/p/pywebkitgtk/|PyWebkitGtk]] to do the heavy lifting. Provides the "V" in MVC. Note PyjamasDesktop was merged into Pyjamas. ||
||[[http://sourceforge.net/projects/pykde/|PyKDE]]|| Qt / KDE || || ||Python wrappers for the [[http://www.kde.org/|KDE]] libraries. See [[PyKDE]] ||
||[[http://pymt.eu/|PyMT]]|| OpenGL, all platform || 0.5.1 || 2010-09-06 ||Python framework for doing multitouch GUI / Application (Deprecated, in favor of Kivy) ||
||PyPicoGUI || [[http://picogui.org/|PicoGUI]] || 0.46 || 2003-11-18 ||python library is included in the main PicoGUI release ('''development is all but halted''') ||
||[[http://sourceforge.net/projects/pyqt/|PyQt]]|| Qt || 5.2 || 2014-01-07 ||Python bindings for the [[http://www.trolltech.com/products/qt/|Qt]] application development framework(Python 2 & 3)||
||[[http://www.pyside.org/|PySide]] || Qt || 1.2.1 || 2013-08-16 ||The PySide project provides licensed Python bindings for the [[http://www.trolltech.com/products/qt/|Qt]] cross-platform application and UI framework. ||
||[[http://www.cs.nyu.edu/zilin/pyswt/pmwiki.php?n=PySWT.Introduction|PySWT]]|| SWT || 0.0.3 || 2005-06-28 ||PySWT is a Python Binding to the IBM Eclipse SWT library, to provide Python with a cross platform native looking GUI. (Python 2.4) ||
||[[http://pythoncard.sourceforge.net/|PythonCard]] ||WxWidgets || 0.8.2 || 2006-05-22 ||Easy to use framework and GUI builder. Can include wxPython code in PythonCard apps [[http://showmedo.com/videotutorials/series?name=LIIBqnWDo|PythonCard tutorial videos]] at ShowMeDo ||
||PyWebkitGtk ||Web Browsers || 1.1.8 || 2010-08-07 ||PyWebkitGtk is a Python Binding to [[http://webkit.org|webkit]], including DOM model manipulation, Javascript execution, plugin support (e.g. Flash) and (on the TODO list) SVG Canvas support, for extremely powerful and comprehensive applications development. See PyjamasDesktop for an easy-to-use API. ||
||PyUi ||OpenGL || 1.0 || 2003-08-17 ||Specialized GUI Toolkit for generating GUIs for OpenGL programs. (Python 2.2) ||
||[[http://wiki.laptop.org/go/Sugar|Sugar]]|| OLPC XO with Linux || 0.98.5 || 2013-03-08 ||User interface for collaborative educational software ||
||TkInter || Tk || TK version varies by Python release and platform || ||Python's "standard" GUI library ([[http://docs.python.org/2/library/tkinter.html|Python 2 Docs]], [[http://docs.python.org/3.3/library/tkinter.html|Python 3 Docs]]) ||
||TkZinc || Tk extension || 3.2.2 || 2005-06-18 ||TkZinc is a extension of the Tk Canvas, with transparency, gradient, transformations ('''Inactive website gone''')||
||[[http://www.vtk.org/|VTK]] ||many || 6.1.0 || 2014-01-22 ||The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization. ||
||[[http://sourceforge.net/projects/waxgui/|Wax]]|| WxWidgets || 0.3.33 || 2006-03-17 ||A wrapper to WxPython, easier and more "pythonic" ||
||[[http://www.wxpython.org/|WxPython]] || WxWidgets || 3.0.0.0 || 2013-12-25 ||Supports Windows/Unix/Mac. See [[WxPython]] ||
||[[http://sourceforge.net/projects/xgui/|XGui]]|| XGui || ?SVN? || 2008-03-02 ||XGui is a cross-platform widget set with C,C++ and Python bindings. Actually supports *nix over Gtk and Windows over Win32 ||


=== Inactive/Unmaintained ===
||'''Package''' ||'''Target''' ||Latest version ||Latest update date ||'''Notes''' ||
||[[http://sourceforge.net/projects/anygui/|AnyGui]]|| many || 0.1.1 || 2002-02-08 ||('''[[AnyGui]] is no longer being actively developed or supported.''') single source code runs on many GUI back-ends, including many in this table, plus ncurses ||
||[[http://fxpy.sourceforge.net/|FxPy]]|| FOX || 1.0.5 || 2002-04-02 ||FXPy is a Python extension module that provides an interface to the cross-platform FOX GUI library. '''It is no longer under development, but the last release is compatible with FOX 1.0 and Python 2.2.''' ||
||[[https://web.archive.org/web/20071010020943/http://www.lucidtoolkit.org/|Lucid]]|| Windows, GTK, MacOS || 0.1 || SVN only ||('''Original website gone''') An abstraction layer and clever layout engine that uses the native GUI widgets of each operating system. Previously known as "[[https://web.archive.org/web/20070127132243/http://www.clarographics.org/|Claro Framework.]]" / Copy on Github https://github.com/theojulienne/lucid/tree/master/trunk ||
||'''Package''' ||'''Target''' ||'''Latest version''' ||'''Latest update''' ||'''Notes''' ||
||[[http://appJar.info/|appJar]] ||Windows, MacOS, Linux ||0.94 ||2019-05-26 ||Simple & intuitive wrapper for Tkinter. In active development, designed for educational purposes, heavily documented & feature rich! ||
||[[http://avc.inrim.it/|AVC]] ||Linux / many ||0.11.0 ||2016-02-16 ||Fully automatic, live connection among graphical interface widgets and application variables. ||
||[[https://github.com/cztomczak/cefpython|CEF Python]] ||Windows, MacOS, Linux ||66.0 ||2018-08-20 ||Python bindings for the [[https://bitbucket.org/chromiumembedded/cef|CEF Framework]]. CEF is based on Google Chromium and focuses on facilitating embedded browser use cases in third-party applications. With CEF you can create a light-weight native “shell” application that hosts a user interface developed primarily using Web technologies. Examples of embedding CEF browser control are available for many popular GUI toolkits such as PyQt, PySide, wxPython, PyGTK, PyGObject, Kivy and PyGame/PyOpenGL. ||
||[[http://dabodev.com/|Dabo]] ||WxPython ||0.9.16 ||2016-08-16 ||Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit ||
||[[https://github.com/hoffstadt/DearPyGui#some-features|DearPyGui]] ||Windows, MacOS, Linux ||0.4.605 ||2020-10-12 ||DearPyGui A GPU Accelerated Python GUI Framework. At its' core it is a Python implementation of [[https://github.com/ocornut/imgui#dear-imgui/|DearImGui]]. Docs are located on the [[https://hoffstadt.github.io/DearPyGui/|Github Pages]].||
||[[https://pypi.python.org/pypi/formlayout|formlayout]] ||Qt ||1.1.0 ||2015-11-15 ||A tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code ||
||[[https://code.google.com/p/gui2py/|gui2py]] ||WxPython (WxWidgets) ||0.9.3 ||2013-08-26 ||Both a framework and visual tools: GUI Designer, Inspector and Property Editor. Supports Python 2.5 to Python 3.2; wxPython 2.8 "stable", 2.9 "classic" and "phoenix" (py3k). Features advanced pythonic MVC controls (!ListView, !GridView, !TreeView) using list- and dict-like objects; masked and date picker controls; common dialogs; fluid layout using sizers & basic HTML; simplified event model (similar to !JavaScript). Can include wxPython code in apps. Modern !PythonCard "fork" hugely enhanced. ||
||[[https://pythonhosted.org/guidata/|guidata]] ||Qt ||1.7.6 ||2016-10-09 ||Based on the Qt Python binding module PyQt4, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4. ||
||[[https://guietta.readthedocs.io/en/stable|guietta]] ||Qt ||0.3.5 ||2020-07-10 ||A Qt wrapper that makes it extremely easy to create simple graphical interfaces||
||[[https://pypi.org/project/Gooey/|Gooey]] ||wxPython ||1.0.3 ||2019-09-22 ||Converts ''most'' argparse based CLI programs into [[https://wxpython.org/|wxPython]]GUI programs with a single import and decorator. ||
||[[https://lawsie.github.io/guizero/|guizero]] ||Windows, MacOS, Linux (Tkinter based) ||1.1.0 ||2019-10-24 ||The aim of guizero is to make the process of creating simple GUIs quick, accessible and understandable for children. It is a Python 3 library based on Tkinter, for creating simple GUIs. ||
||[[http://ironpython.codeplex.com/|IronPython]] ||.NET/Mono ||2.7.4 ||2013-09-07 ||Python for (originally MS') .NET platform. See IronPython for more info. ||
||[[http://www.jython.org/|Jython]] ||Java ||2.7.1 ||2017-06-30 ||Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. See [[Jython]] ||
||[[http://kivy.org/|Kivy]] ||Windows, MacOSX, Linux, [[Android]], iOS ||1.11.0 ||2019-06-01 ||OpenGL ES accelerated framework for creating new user interfaces. Kivy have a native multitouch support for every platform, mouse simulator, widgets multitouch ready, integrated virtual keyboard, rst renderer... ||
||[[http://www.libavg.de/|libavg]] ||Windows, MacOS, Linux ||1.8.2 ||2014-07-16 ||Not strictly a GUI toolkit, but a high-level multimedia framework that allows construction of media-rich guis. ||
||[[http://sourceforge.net/projects/pyfltk/|PyFltk]] ||[[FLTK]] ||1.3.1 ||2012-02-19 ||supports Windows/Unix/Mac and provides access to OpenGL features. Stands for Fast, Light Toolkit.(Python 2 & 3) ||
||[[https://github.com/UmSenhorQualquer/pyforms|PyForms]] ||Qt & OpenGL ||<<BR>> ||2016-12-20 ||A Python framework to develop GUI application, which promotes modular software design and code reusability with minimal effort. ||
||[[http://pygame.org/|PyGame]] ||PyGame ||1.9.6 ||2019-04-25 ||Primarily an introduction to game programming. Only supports one window.(Python 2 & 3) ||
||[[http://pyglet.org|Pyglet]] ||Windows, MacOS, Linux ||1.4.8 ||2019-11-21 ||Cross-platform windowing and multimedia library that heavily uses OpenGL. ||
||[[https://pygobject.readthedocs.io/en/latest/|PyGObject]] ||Gtk? ||3.34.0 ||2019-09-12 ||PyGObject (aka PyGI). Python Bindings for GLib/GObject/GIO/GTK+. '''Replacement for PyGtk'''. See PyGobject ||
||[[http://www.pygtk.org/|PyGtk]] ||Gtk ||2.24.0 ||2011-04-01 ||See PyGtk. Bindings for pango, atk, gtk and libglade. Good documentation from the [[http://www.gtk.org/documentation.php|Gtk Project]]. Wrapper uses some C programming style '''Note: New users are encouraged to use GTK+3 through the [[https://live.gnome.org/PyGObject|PyGObject bindings]] instead of using PyGTK with GTK+2. Windows users may still want to keep using PyGTK until more convenient installers are published.''' ||
||[[http://code.google.com/p/pygir-ctypes/|pygir-ctypes]] ||GObject Introspection ||0.1.1 ||2011-03-29 ||Pure Python GObject Introspection Repository (GIR) wrapper using ctypes. Supported CPython >= 2.6, CPython 3.x, PyPy >= 1.4.0, and on all platforms where gobject introspection is supported. ||
||[[http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/|PyGUI]] ||Cocoa / Gtk / Win32 ||2.5.3 ||2011-07-16 ||Abstract, pythonic API encapsulating different platforms. ||
||[[https://riverbankcomputing.com|PyQt]] ||Qt ||5.15.1 ||2020-09-12 ||Python bindings for the [[http://www.qt.io/|Qt]] application development framework (Python 2 & 3) ||
||[[https://github.com/sciter-sdk/pysciter|PySciter]] ||Sciter ||4.3.0.6 ||2016-02-16 ||Python bindings for the [[https://sciter.com|Sciter]] - embeddable HTML/CSS UI engine. Windows, MacOS, Linux and mobiles. ||
||[[http://www.pyside.org/|PySide]] ||Qt || 5.15.0 ||2020-06-15 ||The Qt for Python (PySide) project provides licensed Python bindings for the [[https://qt.io|Qt]] cross-platform application and UI framework. ||
||[[http://www.PySimpleGUI.com/|PySimpleGUI]] ||tkinter, Qt, wxPython,Browser, Win, Mac, Linux, Pi, PyDroid3, Trinket ||4.20.0 ||2020--06-06 ||Wraps tkinter, Qt (pyside2), wxPython and Remi (for browser support) in a non-OOP API. Build custom GUI layouts in a few minutes in a few lines of code. Easy enough for beginners, powerful enough for advanced users. Extensive documentation. 100+ Built-in color themes. Runs online using [[https://pysimplegui.trinket.io/demo-programs|Trinket]]. 200 example programs. ||
||[[https://github.com/r0x0r/pywebview|pywebview]] ||Cocoa / Win32 / Qt / GTK ||0.8.2 ||2015-10-08 ||Pywebview is a lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own dedicated window. ||
||[[http://wiki.laptop.org/go/Sugar|Sugar]] ||OLPC XO with Linux ||0.98.5 ||2013-03-08 ||User interface for collaborative educational software ||
||[[http://pybee.org/project/projects/libraries/toga/|Toga]] ||OSX, GTK+, iOS ||0.2.4 ||2016-10-13 ||Cross platform, Python native GUI toolkit that uses native system widgets. Under development as part of [[http://pybee.org/|the BeeWare project]]. (Latest [[https://github.com/pybee/toga/releases|releases]]) ||
||TkInter ||Tk ||<-2> Included in Python standard library ||Python's "standard" GUI library ([[http://docs.python.org/3/library/tkinter.html|Documentation]]) ||
||[[https://github.com/enthought/traitsui|Traits/TraitsUI]] ||Qt or Wx on Windows, MacOS, Linux ||6.0.0 ||2018-04-03 ||The Traits/TraitsUI package offers the ability to build scalable and cross-platforms GUIs simply by focusing on the model being viewed, and offering default widgets for various types of objects. It abstracts away the implementation, which can currently use PyQt, Pyside or WxPython. In the simplest case, it can automatically generate a user interface for editing a (Traits-based) object, with no additional coding on the part of the programmer-user. In more sophisticated uses, it can implement a Model-View-Controller (MVC) design pattern for Traits-based objects. ||
||[[http://www.vtk.org/|VTK]] ||many ||6.1.0 ||2014-01-22 ||The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization. ||
||[[http://www.wxpython.org/|wxPython]] ||[[WxWidgets|wxWidgets]] ||4.0.4 ||2019-01-05 ||Supports Windows/Unix/Mac. See [[WxPython|wxPython]]. Supports Python 2.7 and >=3.4, pip installable. Wraps & extends the wxWidgets toolchain. Permissive Licence. ||
Line 66: Line 51:
||'''Package''' ||'''Target''' ||Latest version ||Latest update date ||'''Notes''' ||
||BeThon || BeOS || 0.5.4 || ? || Port of Python 2.6 to BeOS, as well as the Bethon BeOS API interface library. See http://bebits.com/app/1564 ||
||[[http://homepages.cwi.nl/~jack/macpython/|MacPython]]|| MacOS || 2.3.3 || 2004-04-02 ||Supports both OSX and OS9. See [[MacPython]] ||
||[[http://pyobjc.sourceforge.net/|PyObjC]]|| MacOSX || || ||Supports Cocoa Aqua GUIs on the Mac ||
||[[https://bitbucket.org/yomgui/pymui|PyMUI]]|| MorphOS || 0.7.0 || 2013-12-27 ||LGPL !MagicUserInterface wrapper for Python. Support for MorphOS 2.x.(Python 2.7) ||
||[[http://www.codeplex.com/IronPythonStudio|IronPython Studio]]|| Windows || 1.0 || 2007-12-10 ||A free GUI implementation of IronPython with the same interface as Visual Studio. ||
||[[http://sourceforge.net/projects/venster/|venster]]|| Windows || 0.72 || 2004-12-25 ||[[venster|Venster]] is a highly native Windows GUI toolkit for Python based on the ctypes ffi library. The aim of Venster is to be a very lightweight wrapper around the standard Win32 API, making it easy to write slick windows applications in pure Python. ||
||Win32All ||Windows || || ||Also known by the names of its components: PythonWin (for the UI), Win32Com (for COM/ActiveX), Win32 (for some other parts of the API) ||
||'''Package''' ||'''Target''' ||'''Latest version''' ||'''Latest update''' ||'''Notes''' ||
||[[https://chaquo.com/chaquopy/|Chaquopy]] ||[[Android]] ||8.0.1 ||2020-07-28 ||A plugin for Android Studio's Gradle-based build system. Supports embedding Python code within a regular Java/Kotlin app, or writing an app entirely in Python with full access to the Android API. ||
||[[https://github.com/ronaldoussoren/pyobjc|PyObjC]] ||MacOSX || 6.2.2 || 2020-07-08 ||Supports Cocoa Aqua GUIs on the Mac ||
||[[https://bitbucket.org/yomgui/pymui|PyMUI]] ||MorphOS ||0.7.0 ||2013-12-27 ||LGPL !MagicUserInterface wrapper for Python. Support for MorphOS 2.x.(Python 2.7) ||
||[[https://github.com/mhammond/pywin32|pywin32]] ||Windows || 228 || 2020-06-13 ||Previously called win32all. Also known by the names of its components: PythonWin (for the UI), Win32Com (for COM/ActiveX), Win32 (for some other parts of the API) ||
Line 78: Line 60:
||[[http://autoglade.sf.net/|Autoglade]]|| PyGtk || 0.5 || 2009-07-27 ||Automagically creates GUI applications from [[http://glade.gnome.org/|Glade]] GUI definition, GPL ||
||[[http://www.thekompany.com/products/blackadder/ |BlackAdder]] || PyQt || 1.0 || 2003-09-11 ||Commercial ('''Inactive Website, Demo copy can be found at''' https://archive.org/details/tucows_332773_BlackAdder ) ||
||[[http://sourceforge.net/projects/boa-constructor/|BoaConstructor]] || WxPython || 0.6.1 || 2007-07-05 ||GPL A RAD GUI Building IDE for wxPython. See [[BoaConstructor]]||
||[[http://eric-ide.python-projects.org/|The Eric Python IDE]]|| PyQt || 5.4.2 || 2014-03-09 ||GPL. a full featured Python and Ruby editor and IDE, integrating the highly flexible Scintilla editor control.(Python 2 & 3 versions) ||
||[[http://sourceforge.net/projects/farpyguie/|FarPy GUIE]]|| WxPython || 0.5.5 || 2007-04-14 ||GPL. Supports wxPython, wxRuby, wxPerl & IronPython! ||
||[[https://code.google.com/p/gui2py/|gui2py]] ||WxPython || || ||Visual GUI Designer, Inspector and Property Editor (embeddable). PythonCard "fork". LGPL3. ||
||[[http://ftp.gnome.org/pub/GNOME/sources/gazpacho/0.7/|Gazpacho]]|| PyGtk || 0.7.2 || 2007-07-29 ||GPL. Create a Graphical User Interface (GUI) for your GTK+ program in a visual way. ||
||[[http://glade.gnome.org/|Glade]]|| PyGtk || 3.16.1 || 2013-12-18 ||GPL. Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. ||
||[[lwickjr/Modules/|GWiz]]|| [[Tix]] || || ||GUI engine with integrated GUI builder. '''File gone was on lwickjr's python wiki page''' ||
||[[http://www.codeplex.com/IronPythonStudio|IronPython Studio]] ||Windows Application || || ||A free GUI implementation of IronPython with the same interface as Visual Studio. ||
||[[http://www.activestate.com|Komodo]] ||TkInter || || ||Commercial ||
||[[http://nodebox.net/|NodeBox]]|| MacOSX, Win, Linux || 3.0.38 || 2014-01-24 ||App to creating 2D visuals using Python programming code. ||
||[[http://page.sourceforge.net/|PAGE]]|| Tkinter, Tix || 4.2.1 || 2014-02-21 ||GUI editor for Windows, Mac and Linux. ||
||[[https://github.com/alejandroautalan/pygubu|pygubu]] ||TkInter || || ||GPL TkInter GUI builder (exports XML ".ui" files) and RAD tool inspired by Glade. ||
||[[http://code.google.com/p/pyscripter/|PyScripter]]|| Windows || 2.5.1 || 20120319 ||MIT Open Source IDE developed using Python and Delphi. See [[PyScripter]].(Python 2 & 3) ||
||[[http://pythoncard.sourceforge.net/|PythonCard]] ||WxWidgets || 0.8.2 || 2006-05-22 ||Easy to use framework and GUI builder. Can include wxPython code in PythonCard apps [[http://showmedo.com/videotutorials/series?name=LIIBqnWDo|PythonCard tutorial videos]] at ShowMeDo ||
||[[http://pythontoolkit.sourceforge.net/|PythonToolkit (PTK)]]|| Windows/Linux/Mac || 13.01 || 2013-03-07 ||An interactive environment for python, suitable for interactive GUI programming with different GUI toolkits (wxPython, TkInter, pyGTK, pyQT4 and PySide) ||
||[[https://web.archive.org/web/20131520194000/http://www.pythonware.com/products/works/|PythonWorks]]|| TkInter || 1.3 || 2002/11/25 ||PythonWorks is no longer being developed. Existing customers still supported, but no new licenses are available to new customers. ||
||[[https://code.google.com/p/rad2py/|rad2py]] ||[[https://code.google.com/p/gui2py/|gui2py]] & WxPython || || ||Rapid Application Development platform for python (including editor, debugger, visual designer, unit tests, etc.). GPLv3. Alpha. ||
||[[https://github.com/tarball69/tkRAD|tkRAD]]|| TkInter || 1.4.1 || 2014-03-12 ||TkInter Rapid Application Development and XML widget builder ||
||[[http://www.trolltech.com/products/qt/features/designer|Qt Designer]]|| PyQt || || ||A form design tool, available with both Commercial and GPL editions of Qt. Can be used with Eric3 and Eric4. ||
||WxDesigner || WxPython || || ||Commercial Student EUR 29, Single user EUR 129 ||
||[[http://wxformbuilder.org/|WxFormBuilder]]|| WxPython || || ||GPL cross-platform WYSIWYG GUI builder. Can produce XRC/XML, wxWidgets/C++, or wxPython/python. ||
||[[http://wxglade.sourceforge.net/|WxGlade]]|| WxPython || 0.6.8 || 2013-07-13 ||MIT License, wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces.. See [[WxGlade]] ||
||[[http://sourceforge.net/projects/xrope/|xRope]]|| TkInter || 1.4.4 || 2008-07-29 ||GPL. GUI, class browser, file manager, with code completion. ||
||[[http://sourceforge.net/projects/visualtkinter/|Visual Tkinter IDE]]|| TkInter || 1.28 || 2010-04-18 ||Visual Tkinter IDE for Python 2.6 ||
||[[http://sourceforge.net/projects/visualtkinter/|Visual Python IDE]]|| TkInter || 0.12.2554 || 2010-11-02 ||Visual Python IDE for Python 2.6||
||[[http://eric-ide.python-projects.org/|The Eric Python IDE]] ||PyQt ||5.4.2 ||2014-03-09 ||GPL. a full featured Python and Ruby editor and IDE, integrating the highly flexible Scintilla editor control.(Python 2 & 3 versions) ||
||[[https://github.com/reingart/gui2py]] ||WxPython || 0.9.6.1 || 2016-09-05 ||Visual GUI Designer, Inspector and Property Editor (embeddable). PythonCard "fork". LGPL3. ||
||[[http://glade.gnome.org/|Glade]] ||PyGtk ||3.16.1 ||2013-12-18 ||GPL. Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment. ||
||[[https://www.activestate.com/products/komodo-ide/|Komodo]] ||TkInter || 12.0.1 || 2020-02-10 ||Commercial ||
||[[http://nodebox.net/|NodeBox]] ||MacOSX, Win, Linux ||3.0.38 ||2014-01-24 ||App to creating 2D visuals using Python programming code. ||
||[[http://page.sourceforge.net/|PAGE]] ||TkInter, Tix ||4.2.1 ||2014-02-21 ||GUI editor for Windows, Mac and Linux. ||
||[[https://github.com/alejandroautalan/pygubu|pygubu]] ||TkInter ||0.9.2 ||2013-11-05 ||GPL TkInter GUI builder (exports XML ".ui" files) and RAD tool inspired by Glade. ||
||[[http://code.google.com/p/pyscripter/|PyScripter]] ||Windows ||2.5.1 ||2012-03-19 ||MIT Open Source IDE developed using Python and Delphi. See PyScripter.(Python 2 & 3) ||
||[[http://pythontoolkit.sourceforge.net/|PythonToolkit (PTK)]] ||Windows/Linux/Mac ||13.01 ||2013-03-07 ||An interactive environment for python, suitable for interactive GUI programming with different GUI toolkits (wxPython, TkInter, pyGTK, pyQT4 and PySide) ||
||[[http://wxformbuilder.org/|wxFormBuilder]] ||[[WxPython|wxPython]] ||3.9.0 ||2018-10-26 ||GPL cross-platform WYSIWYG GUI builder. Can produce XRC/XML, wxWidgets/C++, or wxPython/python. ||
||[[http://wxglade.sourceforge.net/|wxGlade]] ||[[WxPython|wxPython]] ||0.9.2 ||2019-03-07 ||MIT License, wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces.. See WxGlade supports Python 2.7 & >=3.4 + wxPython >=2.8 or >=4.0 ||
Line 109: Line 74:
CameronLaird's personal notes on Python GUIs http://phaseit.net/claird/comp.lang.python/python_GUI.html includes over 25 links to toolkits and techniques for connecting python with a GUI.

Opendocs previously had some material on Qt programming with Python for on-line reading, but ownership of the domain appears to have lapsed. An online version of Boudewijn Rempt's book about PyQt for Qt 3, [[http://www.commandprompt.com/community/pyqt/|GUI Programming with Python: QT Edition]], is still available. An up-to-date book covering PyQt4, [[http://www.qtrac.eu/pyqtbook.html|Rapid GUI Programming with Python and Qt]] by Mark Summerfield, is now available in print and as an online "rough cut". More details can be found on the [[http://www.diotavelli.net/PyQtWiki/Books|PyQt Wiki]].

http://www.awaretek.com/toolkits.html - Choose Your GUI Toolkit: Find Your GUI Toolkit for Python based on your preferences. Quick cgi application which helps you make a choice. See also [[http://awaretek.com/plf.html|Python City]].
Line 120: Line 80:
Currently, this section is rather incomplete. Don't be too disappointed if you can't find the information you need, but please add any information you can contribute. It might be useful to have information about the GUIs and development tools in a fixed format to make them more easily comparable (see WebProgrammingTemplate and WebProgrammingTemplateHelp). Some categories: directly supported widgets, add-on widgets, layout managers, etc. Maybe it could answer the questions in ChoosingGuiToolkits for each toolkit. ----
[[CategoryPyGUI]]

GUI Programming in Python

Python has a huge number of GUI frameworks (or toolkits) available for it, from TkInter (traditionally bundled with Python, using Tk) to a number of other cross-platform solutions, as well as bindings to platform-specific (also known as "native") technologies.

Cross-Browser Frameworks

Package

Target

Latest version

Latest update date

Notes

Atlas toolkit for Python

All major Web Browsers

0.12

2020-08-28

For versatile GUIs written in HTML/CSS and Python (no JavaScript needed) - The lightweight and easy-to-use toolkit to begin with GUI programming.

PyJamas

All major Web Browsers

0.8

2012-06-01

Comprehensive Widget toolkit, Python-to-Javascript compiler and AJAX library. Provides the "V" in MVC. Note PyjamasDesktop was merged into pyjamas.

Cross-Platform Frameworks

The major cross-platform technologies upon which Python frameworks are based include Gtk, Qt, Tk and wxWidgets, although many other technologies provide actively maintained Python bindings.

Package

Target

Latest version

Latest update

Notes

appJar

Windows, MacOS, Linux

0.94

2019-05-26

Simple & intuitive wrapper for Tkinter. In active development, designed for educational purposes, heavily documented & feature rich!

AVC

Linux / many

0.11.0

2016-02-16

Fully automatic, live connection among graphical interface widgets and application variables.

CEF Python

Windows, MacOS, Linux

66.0

2018-08-20

Python bindings for the CEF Framework. CEF is based on Google Chromium and focuses on facilitating embedded browser use cases in third-party applications. With CEF you can create a light-weight native “shell” application that hosts a user interface developed primarily using Web technologies. Examples of embedding CEF browser control are available for many popular GUI toolkits such as PyQt, PySide, wxPython, PyGTK, PyGObject, Kivy and PyGame/PyOpenGL.

Dabo

WxPython

0.9.16

2016-08-16

Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit

DearPyGui

Windows, MacOS, Linux

0.4.605

2020-10-12

DearPyGui A GPU Accelerated Python GUI Framework. At its' core it is a Python implementation of DearImGui. Docs are located on the Github Pages.

formlayout

Qt

1.1.0

2015-11-15

A tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code

gui2py

WxPython (WxWidgets)

0.9.3

2013-08-26

Both a framework and visual tools: GUI Designer, Inspector and Property Editor. Supports Python 2.5 to Python 3.2; wxPython 2.8 "stable", 2.9 "classic" and "phoenix" (py3k). Features advanced pythonic MVC controls (ListView, GridView, TreeView) using list- and dict-like objects; masked and date picker controls; common dialogs; fluid layout using sizers & basic HTML; simplified event model (similar to JavaScript). Can include wxPython code in apps. Modern PythonCard "fork" hugely enhanced.

guidata

Qt

1.7.6

2016-10-09

Based on the Qt Python binding module PyQt4, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4.

guietta

Qt

0.3.5

2020-07-10

A Qt wrapper that makes it extremely easy to create simple graphical interfaces

Gooey

wxPython

1.0.3

2019-09-22

Converts most argparse based CLI programs into wxPythonGUI programs with a single import and decorator.

guizero

Windows, MacOS, Linux (Tkinter based)

1.1.0

2019-10-24

The aim of guizero is to make the process of creating simple GUIs quick, accessible and understandable for children. It is a Python 3 library based on Tkinter, for creating simple GUIs.

IronPython

.NET/Mono

2.7.4

2013-09-07

Python for (originally MS') .NET platform. See IronPython for more info.

Jython

Java

2.7.1

2017-06-30

Jython is an implementation of the high-level, dynamic, object-oriented language Python seamlessly integrated with the Java platform. See Jython

Kivy

Windows, MacOSX, Linux, Android, iOS

1.11.0

2019-06-01

OpenGL ES accelerated framework for creating new user interfaces. Kivy have a native multitouch support for every platform, mouse simulator, widgets multitouch ready, integrated virtual keyboard, rst renderer...

libavg

Windows, MacOS, Linux

1.8.2

2014-07-16

Not strictly a GUI toolkit, but a high-level multimedia framework that allows construction of media-rich guis.

PyFltk

FLTK

1.3.1

2012-02-19

supports Windows/Unix/Mac and provides access to OpenGL features. Stands for Fast, Light Toolkit.(Python 2 & 3)

PyForms

Qt & OpenGL


2016-12-20

A Python framework to develop GUI application, which promotes modular software design and code reusability with minimal effort.

PyGame

PyGame

1.9.6

2019-04-25

Primarily an introduction to game programming. Only supports one window.(Python 2 & 3)

Pyglet

Windows, MacOS, Linux

1.4.8

2019-11-21

Cross-platform windowing and multimedia library that heavily uses OpenGL.

PyGObject

Gtk?

3.34.0

2019-09-12

PyGObject (aka PyGI). Python Bindings for GLib/GObject/GIO/GTK+. Replacement for PyGtk. See PyGobject

PyGtk

Gtk

2.24.0

2011-04-01

See PyGtk. Bindings for pango, atk, gtk and libglade. Good documentation from the Gtk Project. Wrapper uses some C programming style Note: New users are encouraged to use GTK+3 through the PyGObject bindings instead of using PyGTK with GTK+2. Windows users may still want to keep using PyGTK until more convenient installers are published.

pygir-ctypes

GObject Introspection

0.1.1

2011-03-29

Pure Python GObject Introspection Repository (GIR) wrapper using ctypes. Supported CPython >= 2.6, CPython 3.x, PyPy >= 1.4.0, and on all platforms where gobject introspection is supported.

PyGUI

Cocoa / Gtk / Win32

2.5.3

2011-07-16

Abstract, pythonic API encapsulating different platforms.

PyQt

Qt

5.15.1

2020-09-12

Python bindings for the Qt application development framework (Python 2 & 3)

PySciter

Sciter

4.3.0.6

2016-02-16

Python bindings for the Sciter - embeddable HTML/CSS UI engine. Windows, MacOS, Linux and mobiles.

PySide

Qt

5.15.0

2020-06-15

The Qt for Python (PySide) project provides licensed Python bindings for the Qt cross-platform application and UI framework.

PySimpleGUI

tkinter, Qt, wxPython,Browser, Win, Mac, Linux, Pi, PyDroid3, Trinket

4.20.0

2020--06-06

Wraps tkinter, Qt (pyside2), wxPython and Remi (for browser support) in a non-OOP API. Build custom GUI layouts in a few minutes in a few lines of code. Easy enough for beginners, powerful enough for advanced users. Extensive documentation. 100+ Built-in color themes. Runs online using Trinket. 200 example programs.

pywebview

Cocoa / Win32 / Qt / GTK

0.8.2

2015-10-08

Pywebview is a lightweight cross-platform native wrapper around a webview component that allows to display HTML content in its own dedicated window.

Sugar

OLPC XO with Linux

0.98.5

2013-03-08

User interface for collaborative educational software

Toga

OSX, GTK+, iOS

0.2.4

2016-10-13

Cross platform, Python native GUI toolkit that uses native system widgets. Under development as part of the BeeWare project. (Latest releases)

TkInter

Tk

Included in Python standard library

Python's "standard" GUI library (Documentation)

Traits/TraitsUI

Qt or Wx on Windows, MacOS, Linux

6.0.0

2018-04-03

The Traits/TraitsUI package offers the ability to build scalable and cross-platforms GUIs simply by focusing on the model being viewed, and offering default widgets for various types of objects. It abstracts away the implementation, which can currently use PyQt, Pyside or WxPython. In the simplest case, it can automatically generate a user interface for editing a (Traits-based) object, with no additional coding on the part of the programmer-user. In more sophisticated uses, it can implement a Model-View-Controller (MVC) design pattern for Traits-based objects.

VTK

many

6.1.0

2014-01-22

The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization.

wxPython

wxWidgets

4.0.4

2019-01-05

Supports Windows/Unix/Mac. See wxPython. Supports Python 2.7 and >=3.4, pip installable. Wraps & extends the wxWidgets toolchain. Permissive Licence.

Platform-specific Frameworks

Package

Target

Latest version

Latest update

Notes

Chaquopy

Android

8.0.1

2020-07-28

A plugin for Android Studio's Gradle-based build system. Supports embedding Python code within a regular Java/Kotlin app, or writing an app entirely in Python with full access to the Android API.

PyObjC

MacOSX

6.2.2

2020-07-08

Supports Cocoa Aqua GUIs on the Mac

PyMUI

MorphOS

0.7.0

2013-12-27

LGPL MagicUserInterface wrapper for Python. Support for MorphOS 2.x.(Python 2.7)

pywin32

Windows

228

2020-06-13

Previously called win32all. Also known by the names of its components: PythonWin (for the UI), Win32Com (for COM/ActiveX), Win32 (for some other parts of the API)

GUI Design Tools and IDEs

IDE

Target

Latest version

Latest update date

Notes

The Eric Python IDE

PyQt

5.4.2

2014-03-09

GPL. a full featured Python and Ruby editor and IDE, integrating the highly flexible Scintilla editor control.(Python 2 & 3 versions)

https://github.com/reingart/gui2py

WxPython

0.9.6.1

2016-09-05

Visual GUI Designer, Inspector and Property Editor (embeddable). PythonCard "fork". LGPL3.

Glade

PyGtk

3.16.1

2013-12-18

GPL. Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.

Komodo

TkInter

12.0.1

2020-02-10

Commercial

NodeBox

MacOSX, Win, Linux

3.0.38

2014-01-24

App to creating 2D visuals using Python programming code.

PAGE

TkInter, Tix

4.2.1

2014-02-21

GUI editor for Windows, Mac and Linux.

pygubu

TkInter

0.9.2

2013-11-05

GPL TkInter GUI builder (exports XML ".ui" files) and RAD tool inspired by Glade.

PyScripter

Windows

2.5.1

2012-03-19

MIT Open Source IDE developed using Python and Delphi. See PyScripter.(Python 2 & 3)

PythonToolkit (PTK)

Windows/Linux/Mac

13.01

2013-03-07

An interactive environment for python, suitable for interactive GUI programming with different GUI toolkits (wxPython, TkInter, pyGTK, pyQT4 and PySide)

wxFormBuilder

wxPython

3.9.0

2018-10-26

GPL cross-platform WYSIWYG GUI builder. Can produce XRC/XML, wxWidgets/C++, or wxPython/python.

wxGlade

wxPython

0.9.2

2019-03-07

MIT License, wxGlade is a GUI designer written in Python with the popular GUI toolkit wxPython, that helps you create wxWidgets/wxPython user interfaces.. See WxGlade supports Python 2.7 & >=3.4 + wxPython >=2.8 or >=4.0

http://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments#Python - Wikipedia article describing several IDE's and GUI Builders.

Editorial Notes

The above lists should be arranged in ascending alphabetical order - please respect this when adding new frameworks or tools.


CategoryPyGUI

GuiProgramming (last edited 2024-02-25 07:39:56 by krakengore)

Unable to edit the page? See the FrontPage for instructions.