/osupp

A C++ port of OsuTools (https://github.com/EgorDm/OsuTools)

Primary LanguageC++MIT LicenseMIT

OSUPP

PyPI version Documentation Status

Library with tools to modify osu beatmap and database files.

Installation

Python

pip install osuppy

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