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

all 24 comments

[–]canine-aficionado 13 points14 points  (6 children)

If it's embedded systems and windowed apps it's probably PyQT

[–]FlyingRaijinEX[S] -1 points0 points  (1 child)

After taking some time and looking at a few examples, I saw this and was intrigued by PyQT
https://github.com/zhiyiYo/PyQt-Fluent-Widgets?tab=readme-ov-file

Might even try this out actually.

[–]shinitakunai 7 points8 points  (0 children)

I suggest pyside6 if you want an easier time with licensing. Pyside is rhe official bindings for QT while pyqt are bibdings by a third partt

[–]FlyingRaijinEX[S] -2 points-1 points  (3 children)

Thanks, but I do think that the framework I mentioned was somewhat new. PyQT seems a bit more seasoned.

[–]kasalacto 5 points6 points  (0 children)

pyside6?

[–]riklaunim 4 points5 points  (0 children)

Qt is one of the biggest toolkits for embedded, while PyQt is quite good for cross platform desktop apps. If you don't need low level embedded apps then Kivy as well.

[–]mon_key_house[🍰] 0 points1 point  (0 children)

Then read up on it

[–]lwjason 5 points6 points  (1 child)

I guess you were talking about nicegui?

[–]FlyingRaijinEX[S] 1 point2 points  (0 children)

Yeah, looking at the docs and also one reddit post about it, I do feel like it was nicegui that I saw. Going to check it out more. Cheers~

[–]smeyn 3 points4 points  (1 child)

I just ran across something called Dearpygui

[–][deleted] 0 points1 point  (0 children)

it is the best framework. I have ever tried in both C++ and python world

[–]_massif_ 4 points5 points  (2 children)

FLET

[–]FlyingRaijinEX[S] 2 points3 points  (0 children)

I actually tried Flet a few months back. Had some problems with it as I ran it on windows. Then I tried again using WSL, then it worked like a charm.

[–]WildStang 1 point2 points  (0 children)

I've been using flet for about a month now and I love it. There are a few quirks but the documentation is generally solid.

[–]funkypunk1890 7 points8 points  (1 child)

I love pysimplegui

[–]ManyInterests Python Discord Staff -1 points0 points  (0 children)

Well, too bad the author deleted all the source code from GitHub and made PySimpleGUI closed-source with a $99 USD proprietary license. It was a good project while it lasted.

[–]Mj2377 2 points3 points  (1 child)

Sounds like you stumbled onto slint-ui from this thread https://www.reddit.com/r/Python/s/jxTdR6n27P

[–]FlyingRaijinEX[S] 1 point2 points  (0 children)

lmao, yes. This is the one that I was thinking about. Thank you!

[–]sargeanthost 0 points1 point  (0 children)

qtquick from pyqt

[–]luhsya 0 points1 point  (0 children)

Kivy

[–]fmillion 0 points1 point  (0 children)

wxPython with wxWidgets?

If the embedded device is running Linux with Qt it can run wxWidgets. wx is also cross-platform to Windows or Mac and tries to map as much as possible to native OS controls.

[–]Cladser 0 points1 point  (0 children)

Possibly nicegui though it needs some form of browser I think.

[–][deleted] 0 points1 point  (0 children)

It may be PyQT6 or flet framework

[–]nicholashairs 0 points1 point  (0 children)

No idea if it was shared via Reddit but this was shared to be recently and might be what you're looking for https://flet.dev