Another library for making VTube Studio plugins with Python.
- ✨ Full type hints support with static type checking
- 🎯 Data validation and serialization using Pydantic
- 🔄 Async-first design with WebSocket communication
- 🎨 Easy-to-use event system for plugin development
- 🛡️ Built-in error handling and reconnection mechanisms
If you want to know how to use this, please refer to examples/basic.py
For advanced usage, please deep dive into the source code.
This project is in early development.
If you think this project is good, thanks for your use and feel free to contribute. 😊
If you encountered any problems, open a issue, or reach me via the contact methods below.
I might be not very active on it.
You should use at least Python 3.12 to use this library.
I released Alpha version on PyPI, install it with:
pip install coovts- Telegram: @lgc2333 / @stupmbot
- QQ: 3076823485 / Group: 168603371
- Email: [email protected]
- Discord: lgc2333 (Not active)
- Refactored project, complete missing data models, made better type hints