This python script generates a Human Bingo sheet. One A4 landscape page contains two bingo sheets.
Install dependencies:
pip3 install -r ./requirements.txt
Two generate 100 pages (200 bingo cards) as output.pdf
, just run:
./generate_bingo.py -f output.pdf -n 100