[Flask] Flask vor webbased GUI (2)

Corey Boyle coreybrett at gmail.com
Fri Apr 8 10:39:20 EDT 2016


Sounds very doable.

I suggest you work through Michael Grinberg's Flask book which will
get you going on the Flask/UI part.

On Fri, Apr 8, 2016 at 10:28 AM, Nikolaus Neusser <nik.gen at gmx.de> wrote:
> Hi everyone,
>
> Sorry, last time i sent the eMail using another (not registered) eMail
> adress.
>
> i hope this ist the right place to ask my question, if not please let me
> know.
>
> I am wondering if flask is the right web framework to use for my private
> project.
>
> I am running a python program (app) on my raspberry pi in my local home
> network.
> I would like to add a webbased GUI, that can control my app.
> My python program is based on a QT QTimer object that runs a state machine
> every second.
> The state machine itself runs lots of other functions.
>
> - the gui content would be (mainly) static html and css using text,
> checkboxes, buttons and a listview
> - data has to be sent from the gui to my app, i.e. text, current state of
> checkboxes and buttons
> - data has to be sent from the app to the gui, i.e. text, required state of
> checkboxes, data for listview
> - sent and received data should directly interact with the state machine.
>
> Do you think that can be realized using flask?
>
> Thanks a lot for your answers.
>
> Nik
>
> _______________________________________________
> Flask mailing list
> Flask at python.org
> https://mail.python.org/mailman/listinfo/flask
>


More information about the Flask mailing list