Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinChris committed Sep 27, 2024
1 parent eef45dd commit 36f508c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
Image Caption Slapper is a python script used to put caption on a image with viral funny video style
| before | after |
|--------|-------|
|![sample](sample.png)|![edited](edit.png)|
|![sample](sample.png)|![edited](edit.png)|

## How to use
You can run the python file through CLI, down below are the options you can use

| commands | description | required |
|-----------|-------------|----------|
| --path -p | image path | True |
| --text -t | text to put in the image | True |
| --out -o | output file name, auto generated if not specified| False |

0 comments on commit 36f508c

Please sign in to comment.