SystemMonitor
Python script and a PyQt5 program to monitor ram and cpu usage along with disk usage.
Install / Use
/learn @Oussama1403/SystemMonitorREADME
SystemMonitor
<b>Simple python GUI program to monitor ram and cpu usage along with disk usage.</b>
<p> <img src="https://img.shields.io/github/stars/Oussama1403/SystemMonitor" /> <img src="https://img.shields.io/github/contributors/Oussama1403/SystemMonitor" /> <img src="https://img.shields.io/github/last-commit/Oussama1403/SystemMonitor" /> <img src="https://visitor-badge.laobi.icu/badge?page_id=Oussama1403.SystemMonitor" /> <img src="https://img.shields.io/github/languages/count/Oussama1403/SystemMonitor" /> <img src="https://img.shields.io/github/languages/top/Oussama1403/SystemMonitor" /> <img src="https://img.shields.io/badge/license-MIT-blue.svg?color=f64152" /> <img src="https://img.shields.io/github/issues/Oussama1403/SystemMonitor" /> <img src="https://img.shields.io/github/issues-pr/Oussama1403/SystemMonitor" /> </p>
Prerequisites
install modules:
pip install -r requirements.txt
Usage
install project files:
git clone https://github.com/Oussama1403/SystemMonitor
Run the GUI
python src/gui/main.py
Run a no-gui script file
python src/scripts/SystemMonitor.py
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
