Rename project for pypi.
This commit is contained in:
parent
2b8a9f5d59
commit
387a49438a
19
README.md
19
README.md
@ -1,5 +1,24 @@
|
|||||||
# playlist helper
|
# playlist helper
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pipx install pleb-saberlist
|
||||||
|
replay_ranked_ss
|
||||||
|
```
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
```sh
|
||||||
|
replay_ranked_ss
|
||||||
|
Enter the playerid (Default: 76561199407393962):
|
||||||
|
Enter the minimum starlevel to include on the playlist (Default: 5): 6
|
||||||
|
Enter the maximum starlevel to include on the playlist (Default: 7.0):
|
||||||
|
Enter the filename for the playlist (Default: Replay SS 6.0★):
|
||||||
|
```
|
||||||
|
|
||||||
|
Creates a playlist called `Replay SS 6.0★.bplist`
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Clone the repo and install dependencies into a local virtual environment:
|
Clone the repo and install dependencies into a local virtual environment:
|
||||||
|
@ -3,7 +3,7 @@ requires = ["setuptools>=65.5.0"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "saberlist"
|
name = "pleb-saberlist"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Beat Saber playlist tool"
|
description = "Beat Saber playlist tool"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user