- Readable OJN Note Sections
- OJM Sound Extraction (both M30 and OMC)
- Interface/Avatar File Support
- OJN List Support
- Highly Documented
- Easy to Use
- Fully Object-Oriented
Install dependencies (build):
pip install build
Inside the root of the project (where pyproject.toml is located), run:
python -m build
This will generate the following files (inside the dist directory):
- A .tar.gz source archive
- A .whl (wheel) binary distribution
Run the following command (in the dist directory):
pip install [name of wheel file].whl
You can contribute by filling in unknown data in the documentation/code.
The official docs are here: https://o2tools.readthedocs.io
They are not fully finished yet, and are still being worked on.
