Skip to content

Rubenmp/CAH_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cards Against Humanity card generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages