# rollme
Python Script for Tossing the Dice

## Requirements
* Python 2.7 or greater
* Python Library - Inflect (`pip install inflect`) or use `make install`

## Install
* `make install`

## Usage
* `make roll4`
* `make roll6`
* `make roll8`
* `make roll10`
* `make roll12`
* `make roll20`
* `make rollcustom`
* `make rollgroup GROUP=3-4` or `make rollgroup GROUP=4,6,8`
* `make rollcustomgroup GROUP=3-custom X=1 Y=99` or `make rollcustomgroup GROUP=4,6,custom X=1 Y=99`
