- Install a python interpreter (can be installed from the microsoft store)
- Install the Pygame module by using
pip install pygamein powershell - Install the Mediapipe module by using
pip install mediapipein powershell - Download and extract the files in this repository.
- Using the python interpreter, run the file main.py (make sure your webcam is turned on)
- Enjoy!
Feel free to play around with the settings in the config.py file to change the app settings.
This project was created by Andrew Barber for a Hackathon at CHS on 5/20/24. Any other contributors listed on this page are simply me using another computer.
- Used the mediapipe library by Google
- Used a modified version of the button class by baraltech