You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`dc` is a community-maintained cli designed to provide users with the ability to generate, edit and filter images using the DALL-E 2 API provided by OpenAI, all from the command line.
5
+
`dallecli` is a community-maintained cli designed to provide users with the ability to generate, edit and filter images using the DALL-E 2 API provided by OpenAI, all from the command line.
6
6
7
7
The tool provides three main commands, generate, edit, and filter.
8
8
@@ -20,7 +20,7 @@ The cli requires you to have an api token to query the OpenAI's api. You can rea
20
20
21
21
## Installation
22
22
23
-
Install the dc python package directly from pypi.
23
+
Install the dallecli python package directly from pypi.
24
24
25
25
```console
26
26
pip install dallecli
@@ -30,7 +30,7 @@ I would recommend using pipx instead of pip to install cli applications on you m
30
30
## Usage
31
31
32
32
```console
33
-
Usage: dc [OPTIONS] COMMAND [ARGS]...
33
+
Usage: dallecli [OPTIONS] COMMAND [ARGS]...
34
34
35
35
💠 Use the Dall.E 2 api to generate, edit & filter images from the cmd line.
36
36
@@ -48,7 +48,7 @@ Commands:
48
48
49
49
**```generate```**
50
50
```console
51
-
Usage: dc generate [OPTIONS]
51
+
Usage: dallecli generate [OPTIONS]
52
52
53
53
🌸 Generate an image from the OpenAI Dalle api
54
54
@@ -63,7 +63,7 @@ Options:
63
63
64
64
**```edit```**
65
65
```console
66
-
Usage: dc edit [OPTIONS] IMAGE_PATH
66
+
Usage: dallecli edit [OPTIONS] IMAGE_PATH
67
67
68
68
🎴 Change the brightness, contrast and sharpness of an image.
0 commit comments