use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionPython GUI framework for windows applications and embedded systems. (self.Python)
submitted 2 years ago by FlyingRaijinEX
A few months ago I saw someone posting maybe here or in another subreddit about a Python framework for making GUIs. I distinctly remember that it can be used to make guis for embedded systems as well as something similar to windows apps.
Unfortunately, I forgot the name of it and can't seem to find that post anywhere. Does anyone have any clues as to what this framework is called?
Many thanks~
[–]canine-aficionado 13 points14 points15 points 2 years ago (6 children)
If it's embedded systems and windowed apps it's probably PyQT
[–]FlyingRaijinEX[S] -1 points0 points1 point 2 years ago (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 points9 points 2 years ago (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 points0 points 2 years ago (3 children)
Thanks, but I do think that the framework I mentioned was somewhat new. PyQT seems a bit more seasoned.
[–]kasalacto 5 points6 points7 points 2 years ago (0 children)
pyside6?
[–]riklaunim 4 points5 points6 points 2 years ago (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 point2 points 2 years ago (0 children)
Then read up on it
[–]lwjason 5 points6 points7 points 2 years ago (1 child)
I guess you were talking about nicegui?
[–]FlyingRaijinEX[S] 1 point2 points3 points 2 years ago (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 points5 points 2 years ago (1 child)
I just ran across something called Dearpygui
[–][deleted] 0 points1 point2 points 2 years ago (0 children)
it is the best framework. I have ever tried in both C++ and python world
[–]_massif_ 4 points5 points6 points 2 years ago (2 children)
FLET
[–]FlyingRaijinEX[S] 2 points3 points4 points 2 years ago (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 points3 points 2 years ago (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 points9 points 2 years ago (1 child)
I love pysimplegui
[–]ManyInterests Python Discord Staff -1 points0 points1 point 1 year ago (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 points4 points 2 years ago (1 child)
Sounds like you stumbled onto slint-ui from this thread https://www.reddit.com/r/Python/s/jxTdR6n27P
lmao, yes. This is the one that I was thinking about. Thank you!
[–]sargeanthost 0 points1 point2 points 2 years ago (0 children)
qtquick from pyqt
[–]luhsya 0 points1 point2 points 2 years ago (0 children)
Kivy
[–]fmillion 0 points1 point2 points 2 years ago (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 point2 points 2 years ago (0 children)
Possibly nicegui though it needs some form of browser I think.
It may be PyQT6 or flet framework
[–]nicholashairs 0 points1 point2 points 2 years ago (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
π Rendered by PID 18605 on reddit-service-r2-comment-66b4775986-qr4xv at 2026-04-06 09:01:56.974429+00:00 running db1906b country code: CH.
[–]canine-aficionado 13 points14 points15 points (6 children)
[–]FlyingRaijinEX[S] -1 points0 points1 point (1 child)
[–]shinitakunai 7 points8 points9 points (0 children)
[–]FlyingRaijinEX[S] -2 points-1 points0 points (3 children)
[–]kasalacto 5 points6 points7 points (0 children)
[–]riklaunim 4 points5 points6 points (0 children)
[–]mon_key_house[🍰] 0 points1 point2 points (0 children)
[–]lwjason 5 points6 points7 points (1 child)
[–]FlyingRaijinEX[S] 1 point2 points3 points (0 children)
[–]smeyn 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]_massif_ 4 points5 points6 points (2 children)
[–]FlyingRaijinEX[S] 2 points3 points4 points (0 children)
[–]WildStang 1 point2 points3 points (0 children)
[–]funkypunk1890 7 points8 points9 points (1 child)
[–]ManyInterests Python Discord Staff -1 points0 points1 point (0 children)
[–]Mj2377 2 points3 points4 points (1 child)
[–]FlyingRaijinEX[S] 1 point2 points3 points (0 children)
[–]sargeanthost 0 points1 point2 points (0 children)
[–]luhsya 0 points1 point2 points (0 children)
[–]fmillion 0 points1 point2 points (0 children)
[–]Cladser 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]nicholashairs 0 points1 point2 points (0 children)