List of UI libraries for the Python programming language.

This list includes libraries and frameworks that we can use to develop graphical user interfaces in the Python programming language. The list may include complete application and game development frameworks only because the framework comes with a UI widget system we can use.

ddabrahim
ddabrahimList by ddabrahim, last updated 
Copy a direct link to this comment to your clipboard
  1. wxPython icon
     Like

    wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular...

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
  2. The Qt for Python project aims to provide a complete port of the PySide module to Qt.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    Qt for Python (PySide) screenshot 1
  3. PyQt icon
     Like

    Py

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    PyQt screenshot 1
  4. A modern and customizable python UI-library based on Tkinter.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Python
    • Self-Hosted
    CustomTkinter with blue thème and dark mode
    CustomTkinter with blue thème and white mode
    CustomTkinter with dark-blue thème and dark mode
    +3
    CustomTkinter with dark-blue thème and white mode
  5. Tkinter icon
     Like

    The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, including macOS, as well as on Windows systems.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Windows
    • Mac
    • Linux
    Tkinter screenshot 1
    Tkinter screenshot 1
    Tkinter screenshot 2
  6. PyGTK icon
     Like

    PyGTK lets you to easily create programs with a graphical user interface using the Python programming language. The underlying GTK+ library provides all kind of visual elements and utilities for it and, if needed, you can develop full featured applications for the GNOME Desktop.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • GTK+
  7. Kivy icon
     Like

    Kivy is a Python library for development of multi-touch enabled media rich applications. The aim is to allow for quick and easy interaction design and rapid prototyping, while making your code reusable and deployable.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
    • Android
    • iPad
    Kivy screenshot 1
    Kivy screenshot 1
    Kivy screenshot 2
    +1
    Kivy launcher on Android
  8. raylib icon
     Like

    raylib is a game development library highly inspired by Borland BGI graphics lib and by XNA framework. Made as a simple and easy-to-use library to enjoy game programming.

    Cost / License

    • Free
    • Open Source

    Platforms

    • Mac
    • Windows
    • Linux
No comments so far, maybe you want to be first?
Gu