Simple quiz game using OpenCV for user input.
To setup and run the program follow the steps below:
- Create a Python virtual environment and activate it (optional):
python -m venv env
env\Scripts\activate
- Install neccessary libraries:
pip install -r requirements.txt
# or
pip install requests opencv-python mediapipe
- Run the program:
python Quiz.py