2020-05-31 18:04:35 +02:00
|
|
|
# Jubeatools
|
2021-05-01 13:25:51 +02:00
|
|
|
A toolbox to convert between jubeat file formats
|
2020-05-31 18:05:27 +02:00
|
|
|
|
2021-05-01 13:25:51 +02:00
|
|
|
## How to install
|
|
|
|
```sh
|
|
|
|
pip install jubeatools
|
|
|
|
```
|
2020-05-31 18:05:27 +02:00
|
|
|
|
2021-05-01 13:25:51 +02:00
|
|
|
You need Python 3.8 or greater
|
|
|
|
|
|
|
|
## How to use
|
|
|
|
```sh
|
|
|
|
jubeatools ${source} ${destination} -f ${output format} (... format specific options)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Which formats are supported
|
2021-05-12 16:32:39 +02:00
|
|
|
| | | input | output |
|
|
|
|
|-----------------|----------------------|:-----:|:------:|
|
|
|
|
| memon | v0.2.0 | ✔️ | ✔️ |
|
2021-05-17 13:58:06 +02:00
|
|
|
| | v0.1.0 | ✔️ | ✔️ |
|
|
|
|
| | legacy | ✔️ | ✔️ |
|
2021-05-12 16:32:39 +02:00
|
|
|
| jubeat analyser | #memo2 | ✔️ | ✔️ |
|
2021-05-17 13:58:06 +02:00
|
|
|
| | #memo1 | ✔️ | ✔️ |
|
|
|
|
| | #memo | ✔️ | ✔️ |
|
|
|
|
| | mono-column (1列形式) | ✔️ | ✔️ |
|
2021-05-12 16:32:39 +02:00
|
|
|
| jubeat (arcade) | .eve | ✔️ | ✔️ |
|
2021-05-19 17:30:56 +02:00
|
|
|
| jubeat plus | .jbsq | ✔️ | ✔️ |
|
2021-05-28 01:33:52 +02:00
|
|
|
| malody | .mc (Pad Mode) | ✔️ | ✔️ |
|