Based on our record, wxWidgets should be more popular than PyQt. It has been mentiond 10 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> Are we missing somethng? wxWidgets?[1] [1]: https://wxwidgets.org/. - Source: Hacker News / 4 months ago
> produce relatively small binaries for simple applications The problem is that you need to have a huge Java runtime installed or use something like Jlink which still produces very large binaries for GUI apps. I think wxWidgets is the Lazarus alternative that is the closest to what grandparent was asking for. https://wxwidgets.org/. - Source: Hacker News / 5 months ago
In general, people must make a choice between portability, and the breadth of optimizations. For multi-platform builds, there are single code-base frameworks available: https://quasar.dev/ For MacOS, Linux Gtk, and Windows native builds there are mature free libraries that allow both FOSS and commercial static linking: https://wxwidgets.org/ Game engines are designed to solve a single set of use-cases for... - Source: Hacker News / 9 months ago
Why do your prefer it over https://wxwidgets.org given the licenses? Personally, I was keen on Qt right up to the 5.x change over. =3. - Source: Hacker News / about 1 year ago
I decided to compile from scratch the latest wxWidgets from wxwidgets.org. And I compiled and installed successfully for both X11 and GTK. Source: about 2 years ago
JavaScript is a clear winner in the category of mobile development. There are some niche frameworks to do mobile development with Pythonโlike Kivy and PyQTโbut pretty much nobody uses them. - Source: dev.to / over 3 years ago
If none of those are to your liking, you can use PyQT (or Pyside) but the learning curve is much steeper. Source: over 3 years ago
Also, there is the PyQt module which is a comprehensive set of Python bindings for the Qt GUI. It has Qt Designer. Source: about 4 years ago
As for PyQt, that's developed entirely independently from Qt (by Riverbank Computing). The major/minor versions usually line up with the respective Qt releases (since the Qt release introduces new APIs, so a new PyQt release is needed to expose those to Python). However, it's versioned independently, and a new patch release of PyQt might be needed before/without Qt releasing a new patch release. For more details,... Source: over 4 years ago
Qt - Powerful, flexible and easy to use, Qt will help you not only meet your tight deadline, but also reduce the maintainable code by an astonishing percentage.
GTK - GTK+ is a multi-platform toolkit for creating graphical user interfaces.
PySimpleGUI - A simple to use GUI that can create custom GUIs
Electron - Build cross platform desktop apps with web technologies
Tkinter - Tkinter is a Python wrapper for Tcl/Tk that offers classes to create various graphical user interfaces.
FLTK - Fast Light Toolkit - Fast Light Toolkit (FLTK)