项目作者: SoumadipDey
项目描述 :
GUI System monitoring tool made using PySide2. Shows CPU, GPU, and RAM usage for systems with AMD GPU.
高级语言: Python
项目地址: git://github.com/SoumadipDey/SysInfo_AMD.git
SysInfo for AMD GPUs
GUI System monitoring tool made using PySide2 . Shows CPU, GPU and RAM usage for systems with AMD GPU
How to Use ?
Steps:
- Execute the
OpenHardwareMonitor.exe
file within the OpenHardwareMonitor
folder
- Run
main.py
Notes:
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.