A small Python program to handle common TTRPG die rolls.
Hopefully the syntax is quite intuitive: you should just be able to type in the
typical notation, e.g. 1d6 + 2d8 + 3, though weirder things do also work, e.g.
6d11 + 1d5.
- Ensure that you have a version of Python3 installed.
- Then just run
python main.py