Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Real-Time CPU and Memory Monitor 🖥️

A simple Python script that displays real-time CPU and memory usage in a clean, centered table format.

Features

  • Shows current CPU usage (%) every second.
  • Shows current memory usage (%) every second.
  • Nicely formatted table with centered columns.
  • Stops monitoring with Ctrl+C.

Usage

  1. Clone this repository or download the main.py file.
  2. Run the code:
python main.py