14117
Comment:
|
15343
Removing spammy links to service companies
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
Line 7: | Line 8: |
||[[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. || ||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://www.abstra.io/forms|Abstra Forms]] ||All major Web Browsers || ||2023-5-11 || Build forms as Python scripts. || ||[[https://github.com/anvil-works/anvil-runtime|Anvil]] ||All major Web Browsers ||1.7.0 ||2022-5-30 ||Full-stack web apps using only Python and a free online drag-and-drop GUI builder, with built-in (freemium) hosting for your apps. || ||[[https://github.com/epeios-q37/atlas-python|Atlas toolkit for Python]] ||All major Web Browsers ||0.13.3 ||2023-09-11 ||World's lightest toolkit to quickly and easily add a GUI to your Python programs and bring them online. || ||[[https://justpy.io|JustPy]] ||All major Web Browsers ||0.1.5 ||2020-10-14 ||An object oriented high-level Python Web Framework that requires no frontend programming. || ||[[https://github.com/mljar/mercury|Mercury]] || All major Web Browsers ||1.1.3 ||2022-07-12 ||Mercury converts Python code in Jupyter Notebook into web applications. The interactive widgets are added based on YAML header. The end-user can tweak widgets values and execute notebook with new parameters. It allows to hide code, export executed notebook to PDF, schedule notebook, add authentication. || ||[[https://nicegui.io|NiceGUI]] ||All major Web Browsers ||1.2.15 ||2023-05-27 || NiceGUI provides a unique combination of gentle learning curve and advanced customization capabilites. Operating as a webserver or Electron-like in a native window, it's also designed for hardware integration like USB cameras and GPIO pins, making it ideal for home automation and robotics. || ||[[https://kitware.github.io/trame/|Trame]] ||All major Web Browsers ||3.5.4 ||2024-03-22 || Trame seamlessly exposes vue.js templates to Python. Many widget libraries are available for complex visualizations and interactive graphical user interfaces. Created applications can be deployed in the cloud, in a native window (Tauri), on HPC or within Jupyter Lab. || |
Line 12: | Line 17: |
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. | 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. |
Line 14: | Line 19: |
||[[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://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! || |
Line 16: | Line 21: |
||[[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. || | ||[[https://github.com/cztomczak/cefpython|CEF Python]] ||Windows, macOS, Linux ||66.1 ||2021-02-16 ||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. || |
Line 18: | Line 23: |
||[[https://github.com/hoffstadt/DearPyGui#some-features|Dear PyGui]] ||Windows, MacOS, Linux ||0.5.66 ||2020-11-09 ||Dear PyGui A GPU Accelerated Python GUI Framework. At its' core it is a Python implementation of [[https://github.com/ocornut/imgui#dear-imgui/|Dear ImGui]]. 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/hoffstadt/DearPyGui|Dear PyGui]] ||Windows, macOS, Linux, Raspberry Pi 4 ||1.7.3 ||2022-10-22 || A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies. At its’ core it is a Python implementation of [[https://github.com/ocornut/imgui#dear-imgui/|Dear ImGui]]. Docs are located at [[https://dearpygui.readthedocs.io/en/latest/|Read The Docs]].|| ||[[https://flet.dev|Flet]] ||Windows, MacOSX, Linux, Android, iOS ||0.21.2 ||2024-03-18 ||An easy to learn Python framework for building realtime web, mobile and desktop apps with a beautiful Flutter UI. || ||[[https://pypi.python.org/pypi/formlayout|formlayout]] ||Qt ||1.2.0 ||2020-08-10 ||A tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code || ||[[https://github.com/reingart/gui2py|gui2py]] ||WxPython (WxWidgets) ||0.9.5 ||2016-08-17 ||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://github.com/PierreRaybaut/guidata|guidata]] ||Qt ||2.2.1 ||2022-06-05 ||Based on the Qt library, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for Qt (PyQt5, PySide2, PyQt6, PySide6). || ||[[https://guietta.readthedocs.io/en/stable|guietta]] ||Qt ||1.4.0 ||2022-03-31 ||A Qt wrapper that makes it extremely easy to create simple graphical interfaces.|| ||[[https://pypi.org/project/Gooey/|Gooey]] ||wxPython ||1.0.8.1 ||2021-06-12 ||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.3.0 ||2022-01-01 ||guizero is a Python 3 library for creating simple GUIs. The aim of guizero is to make the process of creating simple GUIs quick, accessible and understandable for new learners.|| ||[[https://ironpython.net/|IronPython]] ||.NET/Mono ||3.4.0-beta1 ||2022-04-30 ||Python for .NET platform. See IronPython for more info. || ||[[http://www.jython.org/|Jython]] ||Java ||2.7.2 ||2020-03-21 ||Jython is an implementation of Python seamlessly integrated with the Java platform. See [[Jython]] || ||[[https://kivy.org/|Kivy]] ||Windows, MacOSX, Linux, [[Android]], iOS ||2.1.0 ||2022-03-06 ||OpenGL ES 2 accelerated framework for creating innovative 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. || ||[[https://github.com/kunitoki/popsicle|popsicle]] ||JUCE (Windows, MacOSX, Linux) ||0.9.6 ||2024-02-21 ||Python 3 bindings for the [[https://juce.com/|JUCE]] application framework. || ||[[https://sourceforge.net/projects/pyfltk/|PyFltk]] ||Windows, macOS, Linux, Raspberry Pi OS (Wraps C++ [[FLTK]]) ||1.3.9 ||2024-01-07 ||Fast and Easy to learn. OOP extensible widgets. Provides access to OpenGL features. Stands for Fast, Light Toolkit.(Python 3) || |
Line 31: | Line 38: |
||[[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]]) || |
||[[https://pygame.org/|PyGame]] ||PyGame ||2.1.2 ||2021-12-27 ||Pygame is a set of Python modules designed for making multimedia applications like games built on top of the SDL library. || ||[[https://pyglet.org|Pyglet]] ||Windows, macOS, Linux ||1.5.24 ||2022-06-12 ||pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications. || ||[[https://pygobject.readthedocs.io/en/latest/|PyGObject]] ||GTK ||3.42.1 ||2022-04-17 ||PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more. See PyGobject. Replacement for PyGtk. || ||[[https://riverbankcomputing.com|PyQt]] ||Qt ||6.3.1 ||2022-06-17 ||Python 3 bindings for the [[http://www.qt.io/|Qt]] application framework. || ||[[https://github.com/sciter-sdk/pysciter|PySciter]] ||Windows, macOS, Linux (via Sciter) ||4.4.7.0 ||2021-04-27 ||Python bindings for the [[https://sciter.com|Sciter]] (embeddable HTML/CSS/JavaScript engine). || ||[[https://wiki.qt.io/Qt_for_Python|PySide]] ||Qt || 6.3.0 ||2022-04-13 ||Qt for Python (formerly known as PySide) offers the official 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, replit || 5.0.2 ||2024-02-14 || Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt (pyside2 & pyside6), WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users. [[https://docs.PySimpleGUI.com|Extensive 5.0 Documentation]] || ||[[https://pywebview.flowrl.com/|pywebview]] ||Cocoa / Win32 / Qt / GTK ||3.6.3 ||2022-04-05 ||pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. || ||[[https://beeware.org/project/projects/libraries/toga/|Toga]] ||Windows, macOS, Linux (GTK), Android, iOS ||0.4.1 ||2023-12-21 ||Cross platform, Python native GUI toolkit that uses native system widgets. Under development as part of [[https://beeware.org/|the BeeWare project]]. || |
Line 45: | Line 48: |
||[[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. || |
||[[https://github.com/enthought/traitsui|Traits/TraitsUI]] ||Qt or Wx on Windows, macOS, Linux ||7.3.1 ||2022-03-14 ||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, Pyside2 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. || ||[[https://vtk.org/|VTK]] ||many ||9.1.0 ||2021-11-04 ||The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data. It comes with state-of-the-art tools for 3D rendering, a suite of widgets for 3D interaction, and extensive 2D plotting capability. || ||[[https://www.wxpython.org/|wxPython]] ||[[WxWidgets|wxWidgets]] ||4.1.1 ||2020-11-21 ||Supports Windows/Unix/Mac. See [[WxPython|wxPython]]. Supports Python 2.7 and >=3.4, pip installable. Wraps & extends the wxWidgets toolchain. Permissive Licence. || |
Line 52: | Line 55: |
||[[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://chaquo.com/chaquopy/|Chaquopy]] || [[Android]] || 15.0.1 || 2023-12-24 || A plugin for Android Studio’s standard Gradle build system. Provides simple APIs for calling Python code from Java/Kotlin and vice versa, and a wide range of third-party Python packages. || |
Line 54: | Line 57: |
||[[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) || |
||[[https://github.com/mhammond/pywin32|pywin32]] ||Windows || 304 || 2022-06-02 ||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 60: | Line 62: |
||[[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://www.abstra.io/editor|Abstra lib]] || Web ||1.4.0 ||2023-04-14 ||GUI App Builder for Python || ||[[https://anvil.works/articles/python-gui-builder-web|Anvil GUI Builder]] || Web || ||2023-1-30 ||Free online drag-and-drop GUI builder for full-stack web apps all in Python, with built-in (freemium) hosting for apps. || ||[[https://eric-ide.python-projects.org/|The Eric Python IDE]] ||PyQt ||7 (22.6) ||2022-06-01 ||Eric is a full featured Python editor and IDE, written in Python. It is based on the cross platform Qt UI toolkit, integrating the highly flexible Scintilla editor control. || |
Line 62: | Line 66: |
||[[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.10.3 ||2020-10-03 ||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 || |
||[[http://glade.gnome.org/|Glade]] ||PyGobject ||3.38.2 ||2020-11-20 ||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 IDE]] ||TkInter || 12.0.1 || 2020-02-10 ||Komodo IDE is now FREE as part of the ActiveState Platform. || ||[[http://nodebox.net/|NodeBox]] ||macOS, Win, Linux ||3.0.53 ||2022-02-18 ||Cross-platform, node-based GUI for efficient data visualizations and generative design. || ||[[http://page.sourceforge.net/|PAGE]] ||TkInter, ttk ||7.4 ||2022-05-04 ||PAGE is a cross-platform drag-and-drop GUI generator, bearing a resemblance to Visual Basic. It allows one to easily create Python GUI windows containing a selection of Tk and ttk widgets. || ||[[https://github.com/alejandroautalan/pygubu|pygubu]] ||TkInter ||0.21 ||2022-05-05 ||GPL TkInter GUI builder (exports XML ".ui" files) and RAD tool inspired by Glade. || ||[[https://github.com/pyscripter/pyscripter|PyScripter]] ||Windows ||4.0.0 ||2021-05-21 ||MIT Open Source IDE developed using Python and Delphi. See PyScripter. (Python 3) || ||[[https://github.com/wxFormBuilder/wxFormBuilder|wxFormBuilder]] ||[[WxPython|wxPython]] ||3.10.1 ||2021-10-22 ||GPL cross-platform WYSIWYG GUI builder. Can produce XRC/XML, wxWidgets/C++, or wxPython/python. || ||[[http://wxglade.sourceforge.net/|wxGlade]] ||[[WxPython|wxPython]] ||1.0.0 ||2020-12-20 ||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 (recommended 3.5/3.6) and wxPython >=2.8 (recommended 4.0) || |
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 |
All major Web Browsers |
|
2023-5-11 |
Build forms as Python scripts. |
|
All major Web Browsers |
1.7.0 |
2022-5-30 |
Full-stack web apps using only Python and a free online drag-and-drop GUI builder, with built-in (freemium) hosting for your apps. |
|
All major Web Browsers |
0.13.3 |
2023-09-11 |
World's lightest toolkit to quickly and easily add a GUI to your Python programs and bring them online. |
|
All major Web Browsers |
0.1.5 |
2020-10-14 |
An object oriented high-level Python Web Framework that requires no frontend programming. |
|
All major Web Browsers |
1.1.3 |
2022-07-12 |
Mercury converts Python code in Jupyter Notebook into web applications. The interactive widgets are added based on YAML header. The end-user can tweak widgets values and execute notebook with new parameters. It allows to hide code, export executed notebook to PDF, schedule notebook, add authentication. |
|
All major Web Browsers |
1.2.15 |
2023-05-27 |
NiceGUI provides a unique combination of gentle learning curve and advanced customization capabilites. Operating as a webserver or Electron-like in a native window, it's also designed for hardware integration like USB cameras and GPIO pins, making it ideal for home automation and robotics. |
|
All major Web Browsers |
3.5.4 |
2024-03-22 |
Trame seamlessly exposes vue.js templates to Python. Many widget libraries are available for complex visualizations and interactive graphical user interfaces. Created applications can be deployed in the cloud, in a native window (Tauri), on HPC or within Jupyter Lab. |
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 |
Windows, macOS, Linux |
0.94 |
2019-05-26 |
Simple & intuitive wrapper for Tkinter. In active development, designed for educational purposes, heavily documented & feature rich! |
|
Linux / many |
0.11.0 |
2016-02-16 |
Fully automatic, live connection among graphical interface widgets and application variables. |
|
Windows, macOS, Linux |
66.1 |
2021-02-16 |
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. |
|
0.9.16 |
2016-08-16 |
Dabo is a 3-tier, cross-platform application development framework, written in Python atop the wxPython GUI toolkit |
||
Windows, macOS, Linux, Raspberry Pi 4 |
1.7.3 |
2022-10-22 |
A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies. At its’ core it is a Python implementation of Dear ImGui. Docs are located at Read The Docs. |
|
Windows, MacOSX, Linux, Android, iOS |
0.21.2 |
2024-03-18 |
An easy to learn Python framework for building realtime web, mobile and desktop apps with a beautiful Flutter UI. |
|
Qt |
1.2.0 |
2020-08-10 |
A tiny Python module for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code |
|
0.9.5 |
2016-08-17 |
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. |
||
Qt |
2.2.1 |
2022-06-05 |
Based on the Qt library, guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for Qt (PyQt5, PySide2, PyQt6, PySide6). |
|
Qt |
1.4.0 |
2022-03-31 |
A Qt wrapper that makes it extremely easy to create simple graphical interfaces. |
|
wxPython |
1.0.8.1 |
2021-06-12 |
Converts most argparse based CLI programs into wxPython GUI programs with a single import and decorator. |
|
Windows, macOS, Linux (Tkinter based) |
1.3.0 |
2022-01-01 |
guizero is a Python 3 library for creating simple GUIs. The aim of guizero is to make the process of creating simple GUIs quick, accessible and understandable for new learners. |
|
.NET/Mono |
3.4.0-beta1 |
2022-04-30 |
Python for .NET platform. See IronPython for more info. |
|
Java |
2.7.2 |
2020-03-21 |
Jython is an implementation of Python seamlessly integrated with the Java platform. See Jython |
|
Windows, MacOSX, Linux, Android, iOS |
2.1.0 |
2022-03-06 |
OpenGL ES 2 accelerated framework for creating innovative user interfaces. Kivy have a native multitouch support for every platform, mouse simulator, widgets multitouch ready, integrated virtual keyboard, rst renderer... |
|
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. |
|
JUCE (Windows, MacOSX, Linux) |
0.9.6 |
2024-02-21 |
Python 3 bindings for the JUCE application framework. |
|
Windows, macOS, Linux, Raspberry Pi OS (Wraps C++ FLTK) |
1.3.9 |
2024-01-07 |
Fast and Easy to learn. OOP extensible widgets. Provides access to OpenGL features. Stands for Fast, Light Toolkit.(Python 3) |
|
Qt & OpenGL |
|
2016-12-20 |
A Python framework to develop GUI application, which promotes modular software design and code reusability with minimal effort. |
|
2.1.2 |
2021-12-27 |
Pygame is a set of Python modules designed for making multimedia applications like games built on top of the SDL library. |
||
Windows, macOS, Linux |
1.5.24 |
2022-06-12 |
pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications. |
|
GTK |
3.42.1 |
2022-04-17 |
PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more. See PyGobject. Replacement for PyGtk. |
|
Qt |
6.3.1 |
2022-06-17 |
Python 3 bindings for the Qt application framework. |
|
Windows, macOS, Linux (via Sciter) |
4.4.7.0 |
2021-04-27 |
Python bindings for the Sciter (embeddable HTML/CSS/JavaScript engine). |
|
Qt |
6.3.0 |
2022-04-13 |
Qt for Python (formerly known as PySide) offers the official Python bindings for the Qt cross-platform application and UI framework. |
|
tkinter, Qt, wxPython,Browser, Win, Mac, Linux, Pi, PyDroid3, Trinket, replit |
5.0.2 |
2024-02-14 |
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt (pyside2 & pyside6), WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users. Extensive 5.0 Documentation |
|
Cocoa / Win32 / Qt / GTK |
3.6.3 |
2022-04-05 |
pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its own native GUI window. |
|
Windows, macOS, Linux (GTK), Android, iOS |
0.4.1 |
2023-12-21 |
Cross platform, Python native GUI toolkit that uses native system widgets. Under development as part of the BeeWare project. |
|
Tk |
Included in Python standard library |
Python's "standard" GUI library (Documentation) |
||
Qt or Wx on Windows, macOS, Linux |
7.3.1 |
2022-03-14 |
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, Pyside2 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. |
|
many |
9.1.0 |
2021-11-04 |
The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data. It comes with state-of-the-art tools for 3D rendering, a suite of widgets for 3D interaction, and extensive 2D plotting capability. |
|
4.1.1 |
2020-11-21 |
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 |
15.0.1 |
2023-12-24 |
A plugin for Android Studio’s standard Gradle build system. Provides simple APIs for calling Python code from Java/Kotlin and vice versa, and a wide range of third-party Python packages. |
||
MacOSX |
6.2.2 |
2020-07-08 |
Supports Cocoa Aqua GUIs on the Mac |
|
Windows |
304 |
2022-06-02 |
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 |
Web |
1.4.0 |
2023-04-14 |
GUI App Builder for Python |
|
Web |
|
2023-1-30 |
Free online drag-and-drop GUI builder for full-stack web apps all in Python, with built-in (freemium) hosting for apps. |
|
7 (22.6) |
2022-06-01 |
Eric is a full featured Python editor and IDE, written in Python. It is based on the cross platform Qt UI toolkit, integrating the highly flexible Scintilla editor control. |
||
0.9.6.1 |
2016-09-05 |
Visual GUI Designer, Inspector and Property Editor (embeddable). PythonCard "fork". LGPL3. |
||
3.38.2 |
2020-11-20 |
Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK toolkit and the GNOME desktop environment. |
||
12.0.1 |
2020-02-10 |
Komodo IDE is now FREE as part of the ActiveState Platform. |
||
macOS, Win, Linux |
3.0.53 |
2022-02-18 |
Cross-platform, node-based GUI for efficient data visualizations and generative design. |
|
TkInter, ttk |
7.4 |
2022-05-04 |
PAGE is a cross-platform drag-and-drop GUI generator, bearing a resemblance to Visual Basic. It allows one to easily create Python GUI windows containing a selection of Tk and ttk widgets. |
|
0.21 |
2022-05-05 |
GPL TkInter GUI builder (exports XML ".ui" files) and RAD tool inspired by Glade. |
||
Windows |
4.0.0 |
2021-05-21 |
MIT Open Source IDE developed using Python and Delphi. See PyScripter. (Python 3) |
|
3.10.1 |
2021-10-22 |
GPL cross-platform WYSIWYG GUI builder. Can produce XRC/XML, wxWidgets/C++, or wxPython/python. |
||
1.0.0 |
2020-12-20 |
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 (recommended 3.5/3.6) and wxPython >=2.8 (recommended 4.0) |
Links
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.