Skip to content

iNotrez/StatsDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatsDash 📊

Local web dashboard showing live CPU, RAM, disk, and network stats. Auto-refreshes every 2 seconds. Dark themed.

Install & run

git clone https://github.com/iNotrez/StatsDash.git
cd StatsDash
pip install -r requirements.txt
python app.py

Open http://localhost:5000 in your browser.

API

GET /stats — returns live stats as JSON.

Run on a server

Set host='0.0.0.0' in app.py (already set). Access from any device: http://<server-ip>:5000

Stack

Python Flask psutil

About

Live system stats dashboard — CPU, RAM, disk, network — built with Flask and auto-refreshing

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors