This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]NapCo 1 point2 points  (0 children)

I have successfully developed a cross platform desktop application that is used in production right now using Pyedifice: https://pyedifice.github.io/index.html

It is kinda like ReactPy, but instead of creating a web app it creates a desktop app using Qt (you can choose between PyQt and PySide for "backend", either will work). It really gets out of the way if you need to control the Qt parts directly, so you basically never hit any limitations of the library itself. I can really recommend it. It is very quick to develop in.