Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raymondberg/sign_in_sheet_generator
Sign-In Sheet Generator
https://github.com/raymondberg/sign_in_sheet_generator
Last synced: about 1 month ago
JSON representation
Sign-In Sheet Generator
- Host: GitHub
- URL: https://github.com/raymondberg/sign_in_sheet_generator
- Owner: raymondberg
- Created: 2017-10-07T19:01:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:37:31.000Z (almost 2 years ago)
- Last Synced: 2024-09-18T05:47:37.111Z (about 2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Sign In Sheet Generator
I hate generating sign-in-sheets. Do you?
This might help.
## Install
```
pip install sign_in_sheet_generator
```
## Usage
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!
## Install Dev Requirements
```
pip install -r requirements.txt
```