pythonguis-examples icon indicating copy to clipboard operation
pythonguis-examples copied to clipboard

Adding new Pyqt6 appilication Resource Monitor

Open lanjithkumar15 opened this issue 8 months ago • 0 comments

This pull request adds a new PyQt6 application called Resource Monitor. It demonstrates real-time monitoring of system resources (CPU, memory, and network speed) using PyQt6, pyqtgraph, and QThread for background processing. Key features include:

Real-time CPU usage with individual plots per core.
Memory and swap usage monitoring with dynamic legends.
Network upload and download speed tracking.

To test the application, simply run the main file after installing the required dependencies. I’ve also ensured that the new code adheres to the project’s coding style. Please review my contribution and let me know if there are any further changes needed.

lanjithkumar15 avatar Mar 17 '25 17:03 lanjithkumar15