Metadata-Version: 2.4
Name: vrchatosc
Version: 0.1.0
Summary: A simple Python client for sending OSC messages to VRChat.
Author: ItzuCrafty
License-Expression: MIT
Project-URL: Repository, https://github.com/ItzuCrafty/vrchatosc
Keywords: vrchat,osc
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-osc<2.0.0,>=1.10.2
Dynamic: license-file

# vrchatosc
A simple Python client for sending OSC messages to VRChat.

## Installation
```shell
pip install vrchatosc
```

## Example
```python
import vrchatosc
client = vrchatosc.Client()
client.send_chatbox_message("Hello, world!")
```

## Features
- Avatar parameter control
- Movement and input controls
- Item interactions (grab, use, drop) (VR-only)
- Voice control
- Chatbox messages
