Simple python GUI program to monitor ram and cpu usage along with disk usage.
install modules:
pip install -r requirements.txt
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.