PyQt!

* * * * * * PyQt3D https://www.riverbankcomputing.com/software/pyqt3d/download
PyQt4 https://www.riverbankcomputing.com/software/pyqt/download
PyQt5 https://www.riverbankcomputing.com/software/pyqt/download5
PyQtChart https://www.riverbankcomputing.com/software/pyqtchart/download
PyQtDataVisualization https://www.riverbankcomputing.com/software/pyqtdatavisualization/download
PyQtPurchasing https://www.riverbankcomputing.com/software/pyqtpurchasing/download
QScintilla https://www.riverbankcomputing.com/software/qscintilla/download
SIP https://www.riverbankcomputing.com/software/sip/download
dip https://www.riverbankcomputing.com/software/dip/download
pyqtdeploy https://www.riverbankcomputing.com/software/pyqtdeploy/download
* * * * * *

PyQt alternatives

  • PySide

  • The PySide project provides LGPL-licensed Python bindings for the Qt cross-platform application and UI framework. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support all of the platforms as Qt itself.

    tags: python ui-framework
  • Kivy

  • 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.

    tags: framework opengl python
  • wxWidgets

  • wxWidgets is a C++ library that lets developers create applications for Windows, OS X, Linux and UNIX on 32-bit and 64-bit architectures as well as several mobile platforms including Windows Mobile, iPhone SDK and embedded GTK+. It has popular language bindings for Python, Perl, Ruby and many other languages. Unlike other cross-platform toolkits, wxWidgets gives its applications a truly native look and feel because it uses the platform's native API rather than emulating the GUI. It's also extensive, free, open-source and mature. Why not give it a try, like many others have? ยป

    tags: c-plus-plus gui-toolkit perl programming python
  • wxPython

  • 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 wxWidgets cross platform GUI library, which is written in C++.

    tags: gui-toolkit programming python
  • Nana C++ Library

  • Nana C++ Library takes aim at easy-to-use and portable library, it provides a GUI framework and threads for easy programming with modern C++ methods, such as traits, metaprogramming and other template technologies. http://sourceforge.net/p/nanapro/blog

    tags: c-plus-plus developer-tools development metaprogramming programming
  • FLTK

  • The Fast, Light Toolkit (FLTK, pronounced fulltick) is a cross-platform graphical user interface (GUI) library developed by Bill Spitzak and others. Made to accommodate 3D graphics programming, it has an interface to OpenGL, but it is also suitable for general GUI programming.

    tags: c-plus-plus development gui-toolkit lightweight programming
  • Fox toolkit

  • The FOX toolkit is an open source, cross-platform widget toolkit, that is, a library of basic elements for building a graphical user interface (GUI).

    tags: framework widgets gui-builder
  • Crazy Eddie's GUI System

  • Crazy Eddie's GUI (CEGUI) system is a graphical user interface C++ library. It was designed particularly for the needs of video games, but the library is usable for non-game tasks, such as applications and tools. It is designed for user flexibility in look-and-feel, as well as being adaptable to the user's choice in tools and operating systems.

    tags: game programming-library graphical-user-interface gui-toolkit
  • gtkmm

  • gtkmm is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, and a comprehensive set of widgets that are easily extensible via inheritance. You can create user interfaces either in code or with the Glade User Interface designer, using Gtk::Builder. There's extensive documentation, including API reference and a tutorial.

    tags: c-plus-plus developer-tools development gui-toolkit programming
  • PyGTK

  • 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.

    tags: gui-toolkit programming python python-lib