A simple Python script that displays real-time CPU and memory usage in a clean, centered table format.
- Shows current CPU usage (%) every second.
- Shows current memory usage (%) every second.
- Nicely formatted table with centered columns.
- Stops monitoring with
Ctrl+C.
- Clone this repository or download the
main.pyfile. - Run the code:
python main.py