mirror of
https://github.com/alanorth/safari-bingo-cards.git
synced 2025-06-14 04:42:40 +02:00
README.md: add more notes
This commit is contained in:
@ -10,8 +10,14 @@ Once the requirements are satisfied you can generate a card. By default it gener
|
|||||||
|
|
||||||
```console
|
```console
|
||||||
$ ./generate.py -i data/animals.csv -o out.jpg
|
$ ./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
|
# Requirements
|
||||||
Set up a Python 3.11+ virtual environment and install the requirements:
|
Set up a Python 3.11+ virtual environment and install the requirements:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user