flaskwebgui icon indicating copy to clipboard operation
flaskwebgui copied to clipboard

Create desktop applications with Flask/Django/FastAPI!

Results 9 flaskwebgui issues
Sort by recently updated
recently updated
newest added

hello, i trying to launch flaskwebgui and the same time launch several threads appDesktop.py ``` from flask import Flask from flask_sqlalchemy_session import flask_scoped_session from sqlalchemy.orm import sessionmaker import threading from...

Hi. When setting `fullscreen`, `width`, or `height`, it does not render in the window that is opened. from flask import Flask from flask import render_template from flaskwebgui import FlaskUI app...

Hi, I have just created an single page flask web app all it does is say hello world here is the program ```PYTHON # gui.py from flask import Flask from...

bug

Hey, Is there any chance to block browser pop-ups? For example: Every time I start my ui, the edge browser pops up and asks me if I want to synchronize...

Hi, I'm using Flaskwebgui with Django project. when I closed the app and open it again i lost my authentication session and i have to login again.

This may be more of a personal preference than a bug, but I noticed that on my Windows computer, FlaskUI would open the Edge browser. I was able to override...

I am using Python 3.12 on MacOS 14.6, using FastAPI. I am using the exact code to close application as shown in the application. The browser is not closed on...

Recently I came across a problem with flaskwebgui where flaskwebgui would shut down the app prematurely. It would run the browser command, and the browser would open and STAY open,...

In some environments (e.g. Docker containers), `webbrowser.Error: could not locate runnable browser` is raised during import while trying to set `DEFAULT_BROWSER`. I'm aware that `flaskwebgui` will (probably) not work in...