pip install reamber
VSRG Toolbox for data extraction, manipulation & analysis.
- 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 underlyingDataFrame
via the.df
property on many reamber classes.
This is in alpha, names and references will change without notice. We highly recommended to fix version in requirements.
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.
Migrating to >0.1.1
means spending time updating a lot of names.
Major changes in 0.1.1
include many differences in naming.
Only update it if you don't plan mind spending time refactoring.