floating-monitor

A floating monitor window(Based on pyqt5) to show net speed,cpu load and memory use.

monitor.py

The original script, import ui window from monitor_ui.py, no qtsignal was used.

monitor_ui.pu

Script generated from monitor.ui.

monitor_Qthread.py

The most stable and resource saving version;It's recommand to use this one.

monitor_Threading.py

Use threading module to get computer info, another way to realize function.

Picture

avatar