A PDF spellbook creation utility in python
Do you play in a d20 game and play a spellcaster? Chances are, that you do not know all your spells and effects by heart. This software lets you choose a selection of spells and generate a pdf version of the spellbook.
In addition you can browse and filter your spell library by class, rulebook, school/subschool, descriptor and fulltextsearch.
Download the current release from [Releases] (https://github.com/christofsteel/pySpellbook/releases)
Download the current release from [Releases] (https://github.com/christofsteel/pySpellbook/releases)
See https://launchpad.net/~christofsteel/+archive/ubuntu/pyspellbook for instructions on how to add the PPA to your system. Debian users can pick any release, they contain the same files anyway.
You can install pySpellbook
from the [AUR]
(http://aur.archlinux.org)
If you are on linux and have python 3 and pip installed, then install it via
pip install pySpellbook
this will fetch all python dependencies and install the binary pySpellbook.
pySpellbook uses Prince to render the pdf output. Unfortunately Prince is not open source software, but free for personal use.
The first run wizard should install Prince on your system, but you can decide to install it manually from http://www.princexml.com.
If you do not want to use Prince, you can use an internal renderer or print the intermediate html with your favourite browser (Firefox recommended), but those have serious drawbacks in terms of support for printed media css.
Either by [hand] (https://github.com/christofsteel/pySpellbook/wiki/generateDatasets), or import a dataset available here:
- Pathfinder PRD [Download] (https://christofsteel.github.io/pySpellbook/datasets/pathfinder-20150914.json)
- Pathfinder DPRD [German] [Download] (https://christofsteel.github.io/pySpellbook/datasets/pathfinderDE-20150914.json)
- D&D 3.5 SRD [Download] (https://christofsteel.github.io/pySpellbook/datasets/d20srd-20150928.json)