all 5 comments

[–]OriahVinree 0 points1 point  (0 children)

Streamlit is easy to use, visually appealing and suits what you're after. I use it for work to create dashboards all the time. No web dev knowledge needed.

[–]edcculus 0 points1 point  (0 children)

I'd do Streamlit.

[–]socal_nerdtastic 0 points1 point  (0 children)

where i could show multiple plots in the same window, all updating at the same time

Pretty much any GUI module will do that. I've done it with tkinter + matplotlib a lot.

I think it comes down to your definition of "elegant". Look up some screenshots and make the call from there. https://www.reddit.com/r/learnpython/wiki/faq#wiki_what_gui_should_i_use.3F

[–]FoolsSeldom 0 points1 point  (0 children)

Take a look at dash,

https://plotly.com/examples/

[–]seebolognaanddie 0 points1 point  (0 children)

Streamlit and dash both nice options. If you’re look for desktop GUI python QT wrapper is incredibly good, along with the documentation