mirror of
https://github.com/alanorth/safari-bingo-cards.git
synced 2024-11-21 14:25:03 +01:00
Generate random wildlife bingo cards for safaris with data from Wikipedia.
data | ||
.gitignore | ||
example.jpg | ||
generate.py | ||
README.md |
Safari Bingo Cards
Fun proof of concept to generate random wildlife bingo cards for safaris with data from Wikipedia.
Usage
$ ./generate.py -i data/animals.csv -o out.jpg
TODO
- Credit photographers — these photos are all some variation of CC-BY so we need to give attribution
- Add filtering by region — the metadata already exists, though perhaps needs to be adjusted
- Refactor — perhaps needs to be more object oriented
- Make a web frontend — I can imagine a light frontend that would shuffle the images in realtime and allow generation of a number of cards
License
This work is licensed under the GPLv3.
The license allows you to use and modify the work for personal and commercial purposes, but if you distribute the work you must provide users with a means to access the source code for the version you are distributing. Read more about the GPLv3 at TL;DR Legal.