Random content generators for fantasy roleplay games.
The project is being migrated to
uv(WiP).
Run with:
uv run main.py
- The names are generated using jmathes' names repo; it has only been converted to Python 3 and integrated to the current repo (there was no PyPI package).
- Other tables are inspired by or extracted from Reddit/d100.
Parsing Reddit/d100 lists
In MS Excel:
CONCAT(" ('";SUBSTITUTE(A1;LEFT(A1;FIND(". ";A1)+1);"");"', 1),")