Beispiel #1
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/reject.csv",
            os.getcwd() + "/generated/reject/", "reject-", 1, False)
Beispiel #2
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/tabletop.csv", os.getcwd() + "/generated/tabletop/", "tabletop-", 1, False)
Beispiel #3
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/extras.csv", os.getcwd() + "/generated/extras/", "extra-", 1, False)
Beispiel #4
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/retail.csv", os.getcwd() + "/generated/retail/", "retail-", 1, False)
Beispiel #5
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/tabletop.csv",
            os.getcwd() + "/generated/tabletop/", "tabletop-", 1, False)
Beispiel #6
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/reject.csv", os.getcwd() + "/generated/reject/", "reject-", 1, False)
Beispiel #7
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/pax-east-2013.csv",
            os.getcwd() + "/generated/pax/east2013/", "PAX-east-2013-", 1,
            False)
shutil.copy(os.getcwd() + "/sample/PAX-east-2013-030.png",
            os.getcwd() + "/generated/pax/east2013/PAX-east-2013-030.png")
#shutil.copy(os.getcwd() + "/background/back-black.png", os.getcwd() + "/generated/pax/east2013/PAX-east-2013-030back.png")
createCards(os.getcwd() + "/sample/pax-prime-2013.csv",
            os.getcwd() + "/generated/pax/prime2013/", "PAX-prime-2013-", 1,
            False)
createCards(os.getcwd() + "/sample/pax-east-2014.csv",
            os.getcwd() + "/generated/pax/east2014/", "PAX-east-2014-", 1,
            False)
createCards(os.getcwd() + "/sample/pax-east-2014-panel.csv",
            os.getcwd() + "/generated/pax/east2014panel/",
            "PAX-east-2014-panel-", 1, False)
createCards(os.getcwd() + "/sample/pax-prime-2014-panel.csv",
            os.getcwd() + "/generated/pax/prime2014panel/",
            "PAX-prime-2014-panel-", 1, False)
Beispiel #8
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/pax-east-2013.csv", os.getcwd() + "/generated/pax/east2013/", "PAX-east-2013-", 1, False)
shutil.copy(os.getcwd() + "/sample/PAX-east-2013-030.png", os.getcwd() + "/generated/pax/east2013/PAX-east-2013-030.png")
#shutil.copy(os.getcwd() + "/background/back-black.png", os.getcwd() + "/generated/pax/east2013/PAX-east-2013-030back.png")
createCards(os.getcwd() + "/sample/pax-prime-2013.csv", os.getcwd() + "/generated/pax/prime2013/", "PAX-prime-2013-", 1, False)
createCards(os.getcwd() + "/sample/pax-east-2014.csv", os.getcwd() + "/generated/pax/east2014/", "PAX-east-2014-", 1, False)
createCards(os.getcwd() + "/sample/pax-east-2014-panel.csv", os.getcwd() + "/generated/pax/east2014panel/", "PAX-east-2014-panel-", 1, False)
createCards(os.getcwd() + "/sample/pax-prime-2014-panel.csv", os.getcwd() + "/generated/pax/prime2014panel/", "PAX-prime-2014-panel-", 1, False)
Beispiel #9
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/retail.csv",
            os.getcwd() + "/generated/retail/", "retail-", 1, False)
Beispiel #10
0
#!/usr/bin/env python

# Author: Matthew Mole <*****@*****.**>
# This program is released under the GNU General Public License Version 3

# Cards Against Humanity is a card game produced by Cards Against Humanity LLC and is released under a Creative Commons BY-NC-SA 2.0 license
# Information is available at https://cardsagainsthumanity.com/

import subprocess, os, shutil

from genCards import createCards
#createCards(inputFile, outputDir, prefix="", offset=1, verbose=False)

createCards(os.getcwd() + "/sample/house-of-cards.csv", os.getcwd() + "/generated/house-of-cards/", "HoC-", 1, False)