Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```