PySimpleGUI
PySimpleGUI
I don't know enough about virtual environments which as you said may be a part of the problem.
Python should have added this to your path. psgdemo.exe is added as part of the pip install process and not something done by packages themselves when they are installed. I...
Look through the Demo Programs for Matplotlib demos. I'm not sure what you mean by "real-time Matplotlib graph". Maybe you can add more info after looking at what we've got...
I would recommend using a Graph Element for something like you're describing. I use them, for example, to show a realtime graph of my CPU's cores. It's always running and...
The eCookbook has a lot of examples for the Graph element Animated Line Graph is like what you're describing. https://pysimplegui.trinket.io/demo-programs#/graph-element/animated-line-graph I think you'll find a ton of examples and explanations...
SURE! We're here to help. Thank you for the "thank you"  It honestly means a lot to me to know we're doing a good job and are making a...
Thank you for taking the time to write up your question with this enhancement request.... Very helpful to have it out here in the open, by itself. I hope I...
A weird hacky thing that could be tried is to make a Multiline with the text and background color the same...maybe make it a special color with instructions above to...
> You don't design your UIs like this: I get it and why I said "is maybe an interim step". If PySimpleGUIQt isn't the right approach for what you're after,...
Hiya! I'm so sorry I've been out for a bit.... slowly coming back up to speed. Since you fine folks have been poking at this and the code, can you...