mirror of
https://github.com/alanorth/safari-bingo-cards.git
synced 2024-11-21 22:35:03 +01:00
README.md: add more notes
This commit is contained in:
parent
ab9cfb9db6
commit
5a02d07a11
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user