Local web dashboard showing live CPU, RAM, disk, and network stats. Auto-refreshes every 2 seconds. Dark themed.
git clone https://github.com/iNotrez/StatsDash.git
cd StatsDash
pip install -r requirements.txt
python app.pyOpen http://localhost:5000 in your browser.
GET /stats — returns live stats as JSON.
Set host='0.0.0.0' in app.py (already set).
Access from any device: http://<server-ip>:5000