Initial Commit

This commit is contained in:
Exil Productions
2025-12-19 20:18:56 +01:00
commit 0cb370f8ec
22 changed files with 1804 additions and 0 deletions

10
v2a-player/README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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