Add README

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-04-27 15:03:24 -07:00
parent 28faa3e0b1
commit 66c054ce70

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# fetch-achewood
A pair of scripts that will fetch all Achewood comics and captions/alt-text, and then will reformat
those comics and append the caption to the image.
# Usage
First, download achewood comics with `python3 fetch-achewood.py`. Requires Python 3.10+ and no
additional libraries. All comics will be dumped into the `data/images/` directory.
Second, run `./postprocess.sh`. This will convert all comics to png and add the caption to the
bottom of the comic if it exists and dump them in the `out/` directory.