Skip to content

Ajross-dev/python-system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

SysWatch

A simple cross-platform system monitor written in Python using psutil.

Getting Started

1) Create a virtual environment

python -m venv .venv
# Windows
.venv\Scripts\activate
# macOS / Linux
source .venv/bin/activate

2) Install requirements

pip install -r requirements.txt

3) Run the monitor

python monitor.py

4) Optional flags

  • --interval <seconds> / -i: refresh interval (default 1.0)
  • --once: print one snapshot and exit

Notes

  • Works on Windows/macOS/Linux.
  • Uses psutil for CPU, memory, disk, and network stats.

About

Python script to monitor the system health of your windows/linux/mac device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages