Metadata-Version: 2.4
Name: xboxmadeeasy
Version: 0.1.0
Summary: Plug-and-play Xbox controller input tracking for Python
Author-email: Wilder <sa.yound@gmail.com>
Description-Content-Type: text/markdown

# xboxmadeeasy

Plug-and-play Xbox controller input for Python. Supports Xbox 360, One, Series S/X via USB. Tracks input states like `A = True`, `LT = 0.8`, `LX = -0.5` with no GUI or assets.

## Features
- State-based input tracking
- Supports buttons, sticks, triggers
- Mutation-ready for automation, games, or demos

## Example
```python
if controller_state.get_button("A"):
    print("Jump!")
