Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
trumully committed Apr 24, 2024
1 parent f5805c4 commit 6163ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Generate a random profile picture based on given text!

## 🪄 Quick Start
```shell
pfp-generator [-h] [-s <size>] [-bg <color>] [-c <color>] [-w COLOR_WEIGHT] [-b <amount>] [--save] [text]
pfp-generator [-h] [-s <size>] [-bg <color>] [-c <color>] [-w <weight>] [-b <amount>] [--save] [text]

Generate profile pictures.

positional arguments:
text Text to generate the profile picture from. If left blank, generate a random profile picture.
text Text to generate from. Random text is used if not provided.

options:
-h, --help show this help message and exit
Expand All @@ -34,7 +34,7 @@ options:
The color of the background.
-c <color>, --color <color>
The color of the profile picture.
-w COLOR_WEIGHT, --color-weight COLOR_WEIGHT
-w <weight>, --color-weight <weight>
The weight of the profile picture color.
-b <amount>, --batches <amount>
The number of profile pictures to generate.
Expand Down

0 comments on commit 6163ebf

Please sign in to comment.