A dockerised setup to generate badges from Tito CSV files and docstamp
Every conference has a specific Ti.to setup and different requirements for the badges.
It is hard to make a generic one, but we tried with the conferences/default.py
file.
Otherwise I invite you to create a new conferences file defining invoke
tasks
to process the Ti.to Attendees file and call all of them from the inv all
task.
Then you can change the import in the tasks.py
file.
Feel free to make a PR to this project adding your new conference file.
Make sure you have Docker correctly installed, and install docker-compose:
pip install docker-compose
Change directory to the root folder of this project,
docker-compose build
Go to where you have your data, and run the container with:
docker-compose run badges
You can install more fonts by copying the files to the fonts
folder
before building the container.