Python dashboard as in node red

Hi all, I would like create a dashboard in python as done in node-red and everyone could access to dashboard in local using the webpage http://:/ui

it is possible in python using pyqt5 or better library to create user interfaces.
For this any suggestion on the best library for user interfaces are well accepted.

thank you

What’s node-red?

If you want to access your dashboard via the web, through a browser, you
can’t use a GUI framework like pyqt5 you have to use a web application
that will run in the browser.

I don’t know much about web applications, but you can start by googling
for “python how to write web app”:

https://duckduckgo.com/?q=python+how+to+write+web+app

You could also try these:

https://wiki.python.org/moin/WebFrameworks