Quick Start¶
Get up and running with Studiorum to convert 5e content into professional PDFs.
Installation¶
Install Studiorum by cloning the Github repository. In the future it will be available on PyPi so you can use pip
or uv
.
LaTeX¶
You'll need a LaTeX installation to build the PDFs.
LaTeX template¶
We build on the great work of others by using an open source template for the LaTeX document processing language. In the future we plan to automatically handle the install, but for now please install the template manually.
Basic Usage¶
Convert a Creature¶
Convert a single creature to PDF:
List Available Content¶
See what content is available:
# List creatures
studiorum list content --type creature
# List spells
studiorum list content --type spell
# List items
studiorum list content --type item
# List adventures
studiorum list adventures
# List books
studiorum list books
Add More Content¶
If you have a directory of 5etools compatible JSON, you can configure Studiorum to load that data as it's primary data-source.
Configuration¶
The user configuration is stored in ~/.studiorum/config.yml
. You can see your entire configuration setup (defaults + user settings) by running:
Next Steps¶
- Converting Content: Learn advanced conversion options
- CLI Reference: Complete command reference
- MCP Setup: Integrate with AI agents
- Troubleshooting: Common issues and solutions
Getting Help¶
- Check the troubleshooting guide for common issues
- Browse the CLI reference for all commands
- Join our community discussions on GitHub