Files
v2a/v2a-player/README.md
Exil Productions 0cb370f8ec Initial Commit
2025-12-19 20:18:56 +01:00

330 B

V2A Player

This is the player which you can use to play v2a files, currently thsi implemention is not stable and can have issues, it is experimental for now on.

How to Build

  1. Create a Venv
  2. install build via pip
  3. run python -m build --wheel
  4. install the wheel file in dist using pipx or pip depending on your OS