This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Levent Duivel 058e3fe762 Initial commit 2021-06-23 13:35:35 +05:00
.gitignore Initial commit 2021-06-23 13:35:35 +05:00
Pipfile Initial commit 2021-06-23 13:35:35 +05:00
Pipfile.lock Initial commit 2021-06-23 13:35:35 +05:00
README.md Initial commit 2021-06-23 13:35:35 +05:00
legacy.py Initial commit 2021-06-23 13:35:35 +05:00
main.py Initial commit 2021-06-23 13:35:35 +05:00
main.spec Initial commit 2021-06-23 13:35:35 +05:00

README.md

osu!pl

Export your osu! beatmaps as Music & Video Libraries and playlists

Requirements

  1. Install ffmpeg to PATH
  2. For building, you gonna need pipenv: pip install pipenv

Install (Windows)

Visit releases, and grab latest one.

Build

  1. git clone https://github.com/mostm/osu-pl.git
  2. pipenv sync
  3. pyinstaller main.spec

Note: While project has been written to support multiplatform, osu!stable does not officially support multiplatform.

So there is no reason for me to test this under other platforms. Submit your pull requests, if this becomes an issue for you.