Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 849 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 849 Bytes

Cards Against Humanity card generator

This program generates a PDF with cards for the game Cards Against Humanity given several plain text files.

Usage

File(s) with sentences must be placed inside Input/BlackCards and Input/WhiteCards respectively (one sentence per line).

Install program dependencies

$ pip3 install -r requirements.txt 

Run the program and see the result in Output/

$ ./main.py

Example

Given these files Input/BlackCards/example.txt and Output/WhiteCards/example.txt the output file will contain:

Cards

Why?

I didn't want to waste 10 minutes writing cards into a PDF then I thought that it would be a great idea to waste one day writing a program to make it automatically.

License

Creative Commons BY-NC-SA 2.0