This program generates a PDF with cards for the game Cards Against Humanity given several plain text files.
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
Given these files Input/BlackCards/example.txt and Output/WhiteCards/example.txt the output file will contain:
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.
Creative Commons BY-NC-SA 2.0