Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 734 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 734 Bytes

bib-generator

Automatically generate DIN A5 (148 x 210) bibs for sports events. Text size is automatically adjusted to fit the bib. Supports custom fonts, headers and footers.

Using csv file

python3 .\main.py --data .\example\data.csv --footer .\example\footer.png  --output .\example\output\ --font .\example\agency_fb.ttf --seperator ';'

Manual input

python3 .\bib.py --text LYLES --output .\example\output\Lyles.png --header .\example\globus.png --font .\example\agency_fb.ttf  --footer .\example\footer.png --footer .\example\footer.png --header-offset 60

image