Skip to content

Automatically generate bibs for sports events

Notifications You must be signed in to change notification settings

lcrehlingen/bib-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automatically generate bibs for sports events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.6%
  • Dockerfile 2.4%