Skip to content

Jacobs-University/thumbs-up-down

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thumbs-up-down

Simple quiz game using OpenCV for user input.

To setup and run the program follow the steps below:

  1. Create a Python virtual environment and activate it (optional):
python -m venv env
env\Scripts\activate
  1. Install neccessary libraries:
pip install -r requirements.txt
# or
pip install requests opencv-python mediapipe
  1. Run the program:
python Quiz.py

About

Quiz game using OpenCV for user input.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages