Python Forum

Full Version: A dynamically updating screen for PyQt GUI from URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I work on about developing a Qt GUI using Qt5 and PyQt. I am trying to implement a display screen to Raspberry Pi that will dynamically "live update" the result to represent the rate at which the data is being transmitted in a (data/sec format). Data will be taken from URL WebPage (TCP/IP). This screen should cleanly live update. Any suggestions would be greatly appreciated. I want this to be built in as a widget within the GUI.