1
0
mirror of synced 2024-12-04 19:17:55 +01:00
jubeatools/README.md
2021-12-22 01:55:30 +01:00

30 lines
1.2 KiB
Markdown

# Jubeatools
A toolbox to convert between jubeat file formats
## How to install
```sh
pip install jubeatools
```
You need Python 3.8 or greater
## How to use
```sh
jubeatools ${source} ${destination} -f ${output format} (... format specific options)
```
## Which formats are supported
| | | input | output |
|-----------------|----------------------|:-----:|:------:|
| memon | v0.3.0 | ✔️ | ✔️ |
| | v0.2.0 | ✔️ | ✔️ |
| | v0.1.0 | ✔️ | ✔️ |
| | legacy | ✔️ | ✔️ |
| jubeat analyser | #memo2 | ✔️ | ✔️ |
| | #memo1 | ✔️ | ✔️ |
| | #memo | ✔️ | ✔️ |
| | mono-column (1列形式) | ✔️ | ✔️ |
| jubeat (arcade) | .eve | ✔️ | ✔️ |
| jubeat plus | .jbsq | ✔️ | ✔️ |
| malody | .mc (Pad Mode) | ✔️ | ✔️ |