osuppy

Library with tools to modify osu beatmap and database files.


License
MIT
Install
pip install osuppy==1.0.0

Documentation

OSUPP

PyPI version Documentation Status

Library with tools to modify osu beatmap and database files.

Python Documentation

How to build

Clone the repo

git clone git@github.com:EgorDm/osupp.git --recursive

Build the package

cd osupp
pip install .

Or build the library

cmake --build . --target osupp