This program detects hand gestures in real-time using the Mediapipe library and controls the keyboard keys accordingly. It can be used to control games or other applications using hand gestures.
- Python 3.9 or later
- OpenCV
- Mediapipe
- PyAutoGUI
You can install the necessary libraries by running the following command:
pip install opencv-python mediapipe pyautogui