Skip to content

KaiHicks/OsuTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OsuTools

OsuTools is a collection of osu scripts. At the moment, there is only the song downloader which downloads songs played by a particular user by username.

Setup

With Python (recommended 3.11 or newer) install PipEnv with

python3 -m pip install pipenv

Then, use PipEnv to install all required dependencies

python3 -m pipenv install

Usage

To run the song downloader:

python3 -m pipenv run song-downloader [-h] [-n N] [-i I] downloaddir username

positional arguments:
  downloaddir  Directory to download songs to. If you make this your Osu songs directory, Osu will automatically import the songs and delete the download files.
  username     Username of the user whose songs you want to download

options:
  -h, --help   show this help message and exit
  -n N         Number of songs to download. Default -1 (unlimited)
  -i I         Page offset. Default 0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages