Control your computer's mouse using hand gestures detected via your webcam!
Built with *Python, **OpenCV, and *MediaPipe, this project maps your finger movements to the cursor and lets you click using your fingers — no hardware mouse required.
- Real-time hand tracking using MediaPipe
- Cursor movement using your index finger
- Click detection using thumb and index finger pinch gesture
- Supports webcams including DroidCam (camera index 1)
Install Python packages before running the project:
pip install opencv-python mediapipe pyautogui