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
- Host: GitHub
- URL: https://github.com/m42e/dnd-spellcard-generator
- Owner: m42e
- Created: 2020-01-19T19:58:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T17:27:25.000Z (over 2 years ago)
- Last Synced: 2025-02-23T19:16:24.853Z (over 1 year ago)
- Topics: dnd5e, dungeons-and-dragons
- Language: HTML
- Homepage:
- Size: 2.53 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:

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