Parses D&D 3.5 stat blocks input as raw (copy/paste) text and exports them to other systems (Roll20)
Create a new virtual environment with
python -m venv .venv/mm
source .venv/mm/bin/activate
pip install -r requirements.txt
python -m unittest parsers.parser_test.TestParser.test_parser_bam
Run chromium with `chromium --remote-debugging-port=9222 --user-data-dir=remote-profile‘ Save the text in input.txt then run like this:
timeout 5m python monstermash.py < ../input.txt