Skip to content

Commit

Permalink
Create Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Invincible1602 authored Oct 3, 2024
1 parent a51bfa5 commit d719dd6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Hand-Controlled Screenshot Project

## Description
This project utilizes OpenCV and MediaPipe to allow users to capture screenshots using hand gestures. By recognizing specific hand positions, users can take screenshots of their screens without needing to use a mouse or keyboard.

## Features
- **Hand Gesture Recognition:** Detects hand landmarks to recognize gestures for taking screenshots.
- **Screenshot Functionality:** Captures the current screen and saves it in a designated folder.
- **User Feedback:** Provides visual notifications to inform users about the status of the screenshot process.

## Requirements
- Python 3.x
- OpenCV
- NumPy
- PyAutoGUI
- MediaPipe

You can install the required packages using pip:

```bash
pip install opencv-python numpy pyautogui mediapipe

0 comments on commit d719dd6

Please sign in to comment.