Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/c-x-berger/wild-computing-machine

generate DnD 5e spells on the fly - because your game needs more Chaotic Stupid
https://github.com/c-x-berger/wild-computing-machine

dnd dnd-chaotic-stupid dnd-tools

Last synced: about 2 months ago
JSON representation

generate DnD 5e spells on the fly - because your game needs more Chaotic Stupid

Awesome Lists containing this project

README

        

wild-computing-machine
---
🎲 generate DnD 5e spells on the fly - because your game needs more Chaotic Stupid

## Pretty Basic Usage
```python
from wild_computing_machine import wild_comp
wild_comp.get_spell_string() # example output: 'You...\ncause all creatures in a 25 foot cube, centered on you to grow 1d12 inches for 3d4 minutes'
```