From 5a02d07a11b38db2744b6dfc39f88481fa518a57 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 26 Feb 2024 09:33:14 +0300 Subject: [PATCH] README.md: add more notes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ffc49f7..2c76280 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,14 @@ Once the requirements are satisfied you can generate a card. By default it gener ```console $ ./generate.py -i data/animals.csv -o out.jpg +[INFO] Generated random sample of 32 animals... +[INFO] > Creating thumbnail for Helmeted guineafowl... +[INFO] Generated card with a 4x4 grid of animals... +[INFO] Wrote out.jpg ``` +The script will download the images from Wikipedia, generate thumbnails for the sampled animals, and output a bingo card as a JPEG file. + # Requirements Set up a Python 3.11+ virtual environment and install the requirements: