Skip to content

Eve-ning/reamberPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7239dc6 Â· Nov 8, 2024
Nov 8, 2024
Jul 6, 2022
Nov 8, 2024
Nov 8, 2024
Nov 8, 2024
Oct 21, 2023
Nov 8, 2024
May 4, 2023
Mar 23, 2024
Sep 30, 2023
May 11, 2020
Nov 8, 2024
Nov 8, 2024
Nov 8, 2024

Repository files navigation

license dls codecov-coverage codefactor version

Reamber (Py)

📘 Wiki & Getting Started

pip install reamber


VSRG Toolbox for data extraction, manipulation & analysis.

Features

  • Game Support: osu!mania, StepMania, BMS and partially O2Jam files.
  • Algorithms: Map IO, Conversion, Map Image Generation, Pattern Extraction
  • Data Architecture: Pandas DataFrame Integration

This is built on pandas DataFrame, thus, if you need more control, you can retrieve the underlying DataFrame via the .df property on many reamber classes.

Status

This is now in 1.0.0, though I don't plan to actively develop it further.

For Developers, By Developers

A growing amount of osu!mania players are interested in programming. The best way to learn is to relate it to something that you're familiar with.

That's why I'm making a library that allows you to tamper with your favorite games, and learn on the way.