项目作者: 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
创建时间: 2021-04-05T12:47:37Z
项目社区:https://github.com/SoumadipDey/SysInfo_AMD

开源协议:

下载


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:

    1. Execute the OpenHardwareMonitor.exe file within the OpenHardwareMonitor folder
    1. 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.