sourcedexter/CPUMonitor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This program helps you view the usage of the cpu in percentage. It allows the viewing of a single average usage of all the cores or individually. To use it , run the python script cpuutil.py note:---- It has dependencies on psutil package and the curses package. to get those packages use : pip install psutil pip instal curses