Simple Python scripts to generate:
- Random Names
- Random Items
- Random Traps
- Random Monsters
Inspired by content from the Return of the Lazy DM from Sky Flourish.
These are simple Python scripts that can be run in the standard fashion:
# python SCRIPT_FILE_NAME [OPTIONS...]
# For example
python random_items.py
# Run --help on any of the scripts to see help text
python random_items.py --help
Consider this repo unsupported.
If you'd like to suggest a change, fork this repository and create a a pull request.