Prerequisite: Python 3 must be installed.
-
Clone the repository
git clone https://github.com/joiellantero/mac-mouse-jiggler.git
-
Navigate to the directory of the project.
-
Create a virtual environment.
virtualenv env
-
Activate the virtual environment.
source env/bin/activate
-
Install the dependencies
pip install -r requirements.txt
-
Run the program
python main.py