circleutils

Collection of tools for osu! related file manipulation


Install
pip install circleutils==2023.8.5

Documentation

circleutils

Collection of tools for osu! related file manipulation

Take a look at the "examples" folder for real-world applications

Main features

  • Reading and writing legacy collection files
  • Reading replay files (.osr)
  • Leeway calculation
  • [WIP] Reading beatmap files (.osu)

Installation

Development setup

$ git clone https://github.com/miinorii/circleutils.git
$ cd circleutils
$ python -m venv venv
$ venv/bin/activate # linux
$ venv/Scripts/activate.bat # windows
$ pip install -r requirements.txt
$ pip install -e .