I hate generating sign-in-sheets. Do you?
This might help.
pip install sign_in_sheet_generator
It generates a pdf. Pretty straight forward.
sign-in-sheet-generator -t "Cool event" -s "Doors at 6:00pm" -i /path/to/source/file
The default behavior is to use the first column from a given CSV. You can specify a column title if you need.
sign-in-sheet-generator -t "Cool event" -s "Doors at 6:00pm" -i /path/to/source/file -c "Full Name"
There are other options; spelunk a bit!
pip install -r requirements.txt