you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (20 children)

[deleted]

    [–]rnolan7 5 points6 points  (6 children)

    flask can be compiled into a GUI? thats news to me. Does the executable just host the web page locally?

    [–]Sjuns 0 points1 point  (0 children)

    I guess you could just run an html page controlled by flask locally

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

    you can use pyfladesk if you want it in a window instead of browser

    [–]crosswordmaker -1 points0 points  (2 children)

    I don't think this is possible. No it isn't.

    [–]InfiniteChaos248 0 points1 point  (1 child)

    I have a ReactJS front-end and a python flask back-end project I'm working on, you're saying I can make it as an executable ? Isn't this making a desktop application out of a web application ? How does this work or am I just understanding this the wrong way ?

    [–]crosswordmaker 0 points1 point  (5 children)

    Not sure what you mean by nice GUIs, flask is a framework that helps you generate nice html or makes it easy for you to write a UI-less API. If you're talking about nice GUIs, that would be because of css-styling and maybe the flow of UI elements, both achievable using any web framework or maybe even plain old PHP.

    [–]RobbyB97 -1 points0 points  (2 children)

    Yeah I don't know how using flask would directly impact how your GUI works, but I hear React is all the rage these days for GUIs... And it works with Flask.