Signin Sheet Builder¶
Tool for transforming member data into printable sign-in sheets.
Quick Start¶
- Copy the example config:
- Put your private input file in:
For example:
- Run the tool:
- Find generated output files in:
- Optionally generate formatted Excel files for printing:
Notes¶
- Keep real member data out of Git.
- Edit
config/config.tomlto match actual input columns and preferred split ranges. - The public repo should include
config/config.example.toml, not the privateconfig/config.toml.