Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 555 Bytes

40kCardGeneration

A python script to generate 40k reminder cards for strats, psychic powers, orders ect.

Using this program

Requires PIL

This requires a correctly formatted JSON file, and a background image. See the included death_korp.json file for an example.

Example:

    python3 main.py input_data/death_korp.json input_data/death_korp_background.jpg

Example output:

Example Stratagem card

Other

  • Tested on windows only.
  • Will accept pull requests, for other factions or other improvements.