CooVTS
July 12, 2025 ยท View on GitHub
Another library for making VTube Studio plugins with Python.
โจ Features
- โจ 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
๐ Introduction
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.
๐ฟ Install
You should use at least Python 3.12 to use this library.
I released Alpha version on PyPI, install it with:
pip install coovts
๐ Contacts
- Telegram: @lgc2333 / @stupmbot
- QQ: 3076823485 / Group: 168603371
- Email: lgc2333@126.com
- Discord: lgc2333 (Not active)
๐ Update Log
0.0.1.alpha2
- Refactored project, complete missing data models, made better type hints