Metadata-Version: 2.4
Name: gamepad-video-controller
Version: 0.1.1
Summary: Control video players and browsers using a gamepad
Author: Samriddha Chattopadhyay
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame>=2.6.1
Requires-Dist: pynput>=1.8.1
Dynamic: license-file

# Gamepad Video Controller 🎮

Control media players and browsers using a gamepad.

Works with:
- VLC
- YouTube (Chrome / Firefox / Edge)
- Most desktop video players
- Any app that responds to keyboard shortcuts

## Features
- Play / Pause
- Fullscreen toggle
- Seek forward / backward
- Volume control
- Browser tab switching
- Window switching
- Scroll using left joystick

## Requirements
- Windows
- Python 3.9+
- Xbox / XInput-compatible controller

## Installation

```bash
pip install gamepad-video-controller
gamepad-video-controller
```

Focus your media player window and use the controller.

## Notes

- Button mappings may vary by controller
- Tested primarily with Xbox controllers on Windows
- DRM-heavy apps may limit some controls

## License

MIT
