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

Ask DeepWiki

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

๐Ÿ“ Update Log

0.0.1.alpha2

  • Refactored project, complete missing data models, made better type hints