osbpy

Simple library for osu! storyboarding


Keywords
graphics, audio, rhythm, game
License
MIT
Install
pip install osbpy==3.0.1

Documentation

osbpy

osbpy is a simple library for creating storyboards for the game osu!. It can help you automate the process of creating a high number of storyboard objects, but even to make very advanced effects.

What can it do?

It supports all functions of storyboarding that osu! does, including triggers and loops. The only exception are the storyboard hitsounds, because it has no use for people who create storyboards.

Additionally, you can generate an audio spectrum data from an audio file and use that with your objects to create a visual spectrum very easily.

Am I allowed to change the library?

Of course. The library is using MIT license. As long as you follow its simple conditions, I don't mind you using or distributing this library in any way.

If you want to modify other libraries that this library is using, please follow their license. This license only applies to files that are included on this repository.

Requirements

This library requires:

  • Python (3.7+), I will always update osbpy to the newest version.
  • numpy 1.15.4+
  • matplotlib 3.0.2+
  • scipy 1.1.0+ All these libraries can be easily installed with pip.

Installation

pip install osbpy