Skip to content

Expandable custom database for the Cards Against Humanity, in JSON format

Notifications You must be signed in to change notification settings

stathism27/Cards-Against-Humanity-Custom-Database

Repository files navigation

Cards Against Humanity Custom Database

Expandable custom database for the Cards Against Humanity, in JSON format.

The goal

The goal is to create an easily adaptable and full customable database for our favorite game

Authors

Technical explanation

The project consists of 3 files and 2 directories:

Cards Against Humanity Database.json : The core database of the game (must not be changed unless official changes are made)

Cards Against Humanity Database Expanded.json : Community's custom database, must contain all the packs

expansion.py : A simple python script to add the custom cards from txt files to the original database and create the new Cards Against Humanity Database Expanded.json
Add your pack by adding it in the array,along with the other packs:

names_of_packs = ["YourPack"]

whites and blacks : Directories to have the pure text of custom packs that a user adds. For instance if a user wants to add X pack must upload also X_whites.txt and X_blacks.txt under the proper directory

About update

You can upload whatever you want, there will be no censorship at all, but bear in mind that the txt files must contain text only in English language!

About copyrights

Cards against Humanity runs under Creative Commons BY-NC-SA 4.0 license No commercial use is allowed!
Cards Against Humanity Original Site

About

Expandable custom database for the Cards Against Humanity, in JSON format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages