An open-source Python program with a GUI that retrieves and displays information about your system's processor, memory, and running processes.
- Python 3
- PIP
The following Python packages are required:
- psutil
- PyQt5
- pynvml
- pyinstaller
pyinstaller --onefile --windowed ./SystemMonitor.py
After that your executable will be available at the dist
folder, just double-click it, and ๐๐๐ !