|
||
---|---|---|
.gitignore | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
legacy.py | ||
main.py | ||
main.spec |
README.md
osu!pl
Export your osu! beatmaps as Music & Video Libraries and playlists
Requirements
- Install ffmpeg to PATH
- For building, you gonna need pipenv:
pip install pipenv
Install (Windows)
Visit releases, and grab latest one.
Build
git clone https://github.com/mostm/osu-pl.git
pipenv sync
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.