Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 330 Bytes

Human Bingo Generator

This python script generates a Human Bingo sheet. One A4 landscape page contains two bingo sheets.

Installation

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