README.md: add more notes

This commit is contained in:
Alan Orth 2024-02-26 09:33:14 +03:00
parent ab9cfb9db6
commit 5a02d07a11
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 6 additions and 0 deletions

View File

@ -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: