Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c-x-berger/wild-computing-machine
- Owner: c-x-berger
- License: mit
- Created: 2018-09-13T23:27:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T18:39:11.000Z (over 6 years ago)
- Last Synced: 2023-09-19T08:10:47.445Z (over 1 year ago)
- Topics: dnd, dnd-chaotic-stupid, dnd-tools
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```