Metadata-Version: 2.4
Name: air-gesture-command
Version: 0.1.2
Summary: Control media players like Youtube, VLC, and Spotify using hand gestures.
Home-page: https://github.com/akshit0942b/air-gesture-command
Author: Akshit
Author-email: Akshit <akshitprajapati24@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/akshit0942b/air-gesture-command
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: opencv-python
Requires-Dist: mediapipe
Requires-Dist: pyautogui
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Air Gesture Command

Control media players like YouTube, VLC, and Spotify using hand gestures.

## Installation

```bash
pip install air-gesture-command
```

## Usage

Run the gesture controller:

```bash
air-command
```

## Gestures

- **0 fingers (fist)**: Pause
- **1 finger**: Play
- **2 fingers**: Volume Up
- **3 fingers**: Volume Down
- **4 fingers**: Seek Forward
- **5 fingers**: Seek Backward

Press 'q' to quit.

## Requirements

- Python 3.7+
- opencv-python
- mediapipe
- pyautogui
- Webcam

## Platform Support

Currently optimized for macOS.

## License

MIT License
