Metadata-Version: 2.4
Name: vibe-controls
Version: 0.1.1
Summary: A Python package to control games using hand gestures via webcam.
Author-email: VxAI <vxasi7@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/VxASI/vibe-play
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: <3.12,>=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mediapipe>=0.10.14
Requires-Dist: opencv-python>=4.5.0
Requires-Dist: pynput>=1.7.0
Dynamic: license-file

# Vibe Controls

A Python package to control a Three.js flying game (like fly.pieter.com) using hand gestures via webcam.

## Installation

Install `vibe-controls` using pip:

```bash
pip install vibe-controls
