Skip to main content

Song downloader for Beat Saber

Project description

Beat Saber - Downloader

Allows you to download songs, which gives most PP. And creates playlist with that songs, sorted by given PP.

How to use

Download program from Releases page and run it.

Select your game folder and enter how many songs you want to download. Press Start and wait until program write Done!.

Songs will be automatically downloaded from BeatSaver and unpacked to CustomLevels folder. Will be created new playlist named "Top PP songs" with songs sorted by PP.

How to start from source

Program made in Python 3.7.

You need to install requirements:

pip install -r requirements.txt

And than you can run program like that:

python -m bsdownloader

How to build

You can build standalone app using PyInstaller. Install PyInstaller first:

pip install pyinstaller

Install dependencies:

pip install -r requirements.txt

Build app:

pyinstaller --window --onefile --name bs-downloader ./start.py

Executable file will be in dist folder.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bsdownloader-0.2.tar.gz (34.1 kB view hashes)

Uploaded Source

Built Distribution

bsdownloader-0.2-py3-none-any.whl (35.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page