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.
- Requirements
To build the Monitor application from source, you will need the following:
- Clone the repository
git clone https://github.com/mathealgou/monitor.git
- Install the dependencies
python -m venv .venv
# Windows
.\.venv\Scripts\Activate
# Linux/Mac
source .venv/bin/activate
- Run the build script
pyinstaller --onefile --noconsole main.py