Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.17 KB

Usage-Grapher

English

Used Language

Python

Role

This program shows CPU and RAM usage by percentage in matplotlib graph

Usage

1. Install Module

pip install psutil

pip install matplotlib

Or

pip install -r requirements.txt

2. Run

python usage_graph.py

Preview

한국어

사용 언어

Python

역할

이 프로그램은 matplotlib 모듈의 그래프로 현재 CPU와 RAM의 사용량을 백분율로 보여줍니다

사용법

1. 모듈 설치

pip install psutil

pip install matplotlib

또는

pip install -r requirements.txt

2. 실행

python usage_graph.py

미리보기