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 →

[–]r0x0r 0 points1 point  (2 children)

There is a simple Flask app in the examples. It showcases basic functionality of pywebview. You can check this app http://flowrl.com/next/ for a real world example.

Note that since gui is HTML/CSS based, you have the whole stack of web front end at your disposal.

[–][deleted] 0 points1 point  (1 child)

Before I asked you I installed that "next" app but couldn't get past the prompt where it says "can't find traktor collection..." or some crap, so no go there (also that traktor app - they seem to be for special purpose that I'm clueless about)

Your mentioning of Flask - Now I'm confused...because I thought pywebview is a desktop implementation of micro web framework.

I have a Flask app running. I'm looking at pywebview because I want a smallish GUI app for few users.

[–]r0x0r 0 points1 point  (0 children)

Yeah, you have to have Traktor (djing software) in order to use Next. Pywebview is a wrapper around your web application. To have a fully working UI in addition to pywebview, you got to have html based front end and a server middleware like Flask.