Release Candidate 1 for the people
This commit is contained in:
parent
174dd557e5
commit
fbda98805f
10 changed files with 235 additions and 117 deletions
27
README.md
Normal file
27
README.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# atlasimagecomposer
|
||||
|
||||
A small CLI toolkit that allows you to easily download and compose any FGO expression sheets
|
||||
|
||||
## Installations
|
||||
|
||||
Install it using `pip` - You need to specify my extra index for it to be found
|
||||
|
||||
```shell
|
||||
pip install --extra-index-url https://forgejo.neshweb.net/api/packages/Firq/pypi/simple/ atlasimagecomposer
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Use it via the CLI command `atlasimagecomposer`
|
||||
|
||||
```plain
|
||||
usage: atlasimagecomposer [-h] [--version] [--output OUTPUT] [--filter FILTER [FILTER ...]] [--timeout TIMEOUT] [--clear-cache]
|
||||
|
||||
options:
|
||||
-h, --help show this help message and exit
|
||||
--version show program's version number and exit
|
||||
--output OUTPUT Set the output location. This can be an absolute or relative path
|
||||
--filter FILTER [FILTER ...] Specify one or more spritesheet ids that will be fetched
|
||||
--timeout TIMEOUT Set the timeout for all requests towards AtlasAcademy, default is 10s
|
||||
--clear-cache Clear cached assets before downloading files for a servant
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue