This is a pygame program to examine user gaze by looking at moving target
- Create a virtual environment
virtualenv .venv- Use the virtual environment
For Windows
.\.venv\Scripts\activateFor Linux
source .venv/bin/activate- Install packages
pip install -r requirements.txt- Run the program
python3 main.py