Commit Graph

24 Commits

Author SHA1 Message Date
Alan Orth 9c1d308a7e
data/animals.csv: add Coke's hartebeest 2024-03-29 18:51:10 +03:00
Alan Orth f4fb58ec90
Add a new example.jpg 2024-03-01 17:09:22 +03:00
Alan Orth ea995417d3
generate.py: improve text overlay
There were some strange artifacts in the text overlay that seem to
go away if I generate the text with a foreground and background di-
rectly instead of in two separate steps.
2024-03-01 17:07:45 +03:00
Alan Orth f3224bee2e
generate.py: log actions after they complete
I guess this is a convention.
2024-02-28 07:49:54 +03:00
Alan Orth 9a0acd3717
generate.py: error logging should be red
If we're going to have colors at all, they should be consistent.
2024-02-28 07:46:09 +03:00
Alan Orth b27380e81e
data/animals.csv: add reticulated giraffe 2024-02-26 14:57:37 +03:00
Alan Orth 5a02d07a11
README.md: add more notes 2024-02-26 09:33:14 +03:00
Alan Orth ab9cfb9db6
Add requirements
These were generated by rye, but I haven't committed the rye stuff
yet because I'm still deciding whether I want to use it, pipenv, or
poetry.
2024-02-26 09:29:23 +03:00
Alan Orth 00ab133921
generate.py: log after action
I saw some advice once that we should log after the action completes
instead of before. Let's at least be consistent.
2024-02-26 09:28:32 +03:00
Alan Orth ef3dcd432f
generate.py: add logging of grid size 2024-02-26 09:27:45 +03:00
Alan Orth 4465c08c78
README.md: add requirements 2024-02-26 09:24:36 +03:00
Alan Orth 267ade7677
README.md: add some TODO 2024-02-26 09:21:02 +03:00
Alan Orth 05652369ad
data/animals.csv: add guineafowl and sandgrouse 2024-02-26 08:16:31 +03:00
Alan Orth 7b485dc732
Add initial README 2024-02-25 18:40:13 +03:00
Alan Orth 2a33c8c5bd
Add initial version of generate.py 2024-02-25 16:17:01 +03:00
Alan Orth b75af10e1d
data/animals.csv: add more animals 2024-02-25 08:34:37 +03:00
Alan Orth 74b8989087
data/animals.csv: add more animals 2024-02-24 16:59:13 +03:00
Alan Orth ce8482a24d
data/animals.csv: adjust smartcrop setting for some 2024-02-24 16:58:46 +03:00
Alan Orth cdfcc205a8
data/animals.csv: adjust species names 2024-02-24 16:30:59 +03:00
Alan Orth 0149b8d79a
Move animals.csv to data 2024-02-24 10:49:31 +03:00
Alan Orth 85217be4d5
.gitignore: add more ignores
Borrowed from: https://github.com/github/gitignore/blob/main/Python.gitignore
2024-02-24 10:43:45 +03:00
Alan Orth f4bd4bdc85
animals.csv: fix eland and cheetah 2024-02-22 08:57:11 +03:00
Alan Orth 3a1d81ec26
animals.csv: add a few more animals 2024-02-22 08:28:40 +03:00
Alan Orth ab5e3edc02
Initial commit 2024-02-19 21:49:46 +03:00