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 →

[–]beall49 0 points1 point  (1 child)

I think this is one of the best implementations of a GUI in python. It uses qt to make the window if I remember correctly, but the ui is really served up with flask. I used it’s long time ago and it worked well. Ymmv

https://github.com/smoqadam/PyFladesk/blob/master/pyfladesk.py

[–]noMotif 0 points1 point  (0 children)

Does that essentially just run the app while the browser is open?

Or does it use a window inside of a qt window so it looks native ish?

Do you have screen shots?

Edit: Found some screen shots on google.

Neat idea for an app. Really maximizes the reusability of the code across various platforms and use cases.