An open API service indexing awesome lists of open source software.

https://github.com/m42e/dnd-spellcard-generator

Generate Spellcards for DnD5e Classes from json source
https://github.com/m42e/dnd-spellcard-generator

dnd5e dungeons-and-dragons

Last synced: over 1 year ago
JSON representation

Generate Spellcards for DnD5e Classes from json source

Awesome Lists containing this project

README

          

# Latex Spellcard generator

This script generates spellcard from a certain format of json.
There is an example in `data/sample.json`.

The cards are compact and could be printed on A4 (10 per page).

The end result looks like this:

![Sample](sample.png)

## Calling

```
python genspells.py --spells data/sample.json -2 Wizard
```