Hacker News new | ask | show | jobs
by appveyor 1208 days ago
Flet (https://flet.dev) is a new GUI library for Python to write apps like that. It uses Flutter to render UI with a modern-looking Material design. Your app can be run as a desktop app and published as a web app (standalone with Pyodide or server-driven with built-in web server).
1 comments

What's wrong with pyqt?
With PyQt you can't make web apps; with Flet you can.
I guess you can https://doc.qt.io/qt-5/webgl.html

But it's probably very inefficient and I'd advice to just write a web app if you need a web app.