CLI System Health Monitor Dashboard
- 4 Devlogs
- 2 Total hours
A real-time terminal dashboard built with Python that monitors your system's vital statistics live. Using psutil for data collection and rich for a colorful, structured UI, it displays CPU usage, RAM, disk space, network I/O, temperatures, and top processes — all refreshing every second. Includes a threshold-based alert system that triggers desktop notifications and logs events to a CSV file when resources exceed defined limits.