Skip to content

overlay with system information such as CPU, RAM, Disk, and Network usage at the top of your screen.

License

Notifications You must be signed in to change notification settings

EvickaStudio/system-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Monitor Overlay

A Python application that displays an overlay with system information such as CPU, RAM, Disk, and Network usage at the top of your screen.

System Monitor Overlay

Installation

  1. Clone the repository:

    git clone https://github.com/EvickaStudio/system-monitor.git
    cd system_monitor
  2. 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
  3. Install the dependencies:

    pip install -r requirements.txt

Usage

Run the application:

python -m system_monitor.main

Running Tests

To run the unit tests, use the following command:

python -m unittest discover tests

Screenshots

System Monitor Screen

License

This project is licensed under the terms of the GNU General Public License v3.0. See the LICENSE file for details.

About

overlay with system information such as CPU, RAM, Disk, and Network usage at the top of your screen.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages