Skip to content

Something to leave on the second monitor while you game on the first

Notifications You must be signed in to change notification settings

mathealgou/monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor 🖥️

Something to leave on the second monitor while you game on the first.

Monitor

Installation

Windows

In the /dist directory of this repository, you will find a main.exe file. This is the executable for the Monitor application. You can run this file directly without any additional installation.

Build from source

Build from source
  1. Requirements

To build the Monitor application from source, you will need the following:

  1. Clone the repository
git clone https://github.com/mathealgou/monitor.git
  1. Install the dependencies
python -m venv .venv
# Windows
.\.venv\Scripts\Activate
# Linux/Mac
source .venv/bin/activate
  1. Run the build script
pyinstaller --onefile --noconsole main.py