A Python application that displays an overlay with system information such as CPU, RAM, Disk, and Network usage at the top of your screen.
-
Clone the repository:
git clone https://github.com/EvickaStudio/system-monitor.git cd system_monitor
-
Create and activate a virtual environment:
On macOS and Linux:
python -m venv venv source venv/bin/activate
On Windows:
python -m venv venv venv\Scripts\activate
-
Install the dependencies:
pip install -r requirements.txt
Run the application:
python -m system_monitor.main
To run the unit tests, use the following command:
python -m unittest discover tests
This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE
file for details.