A lightweight, graphical System Monitoring application built using Python. It provides real-time insights into system performance, including CPU, memory, disk usage, and GPU stats. The app is designed to be simple, efficient, and user-friendly.
- CPU Usage Monitoring: Displays real-time CPU usage with graphical representation.
- Memory Usage Monitoring: Monitors RAM usage and available memory.
- Disk Space Monitoring: Tracks disk usage and remaining storage capacity.
- GPU Monitoring (if available): Displays GPU stats using
GPUtil. - Responsive UI: Built with
ttkbootstrapfor a modern and sleek interface. - Cross-Platform: Compatible with Windows, macOS, and Linux.
Before running the application, ensure you have the following:
- Python 3.8 or higher
- Required Python packages:
psutilttkbootstrapmatplotlibGPUtil
https://github.com/AadiSharma49/System-Monitor.git
cd System-Monitorpip install -r requirements.txtpython system_monitor.pyThis project is licensed under the MIT License. See the LICENSE file for more information.