GUI System monitoring tool made using PySide2 . Shows CPU, GPU and RAM usage for systems with AMD GPU
Steps:
-
- Execute the
OpenHardwareMonitor.exe
file within theOpenHardwareMonitor
folder
- Execute the
-
- Run
main.py
- Run
This program is still under development, one may observe slow operation since the entire program is single threaded for now,
I'll update this once I implement the setDynamicValues()
function in a seperate thread.