Metadata-Version: 2.1
Name: sr-dice
Version: 0.4
Summary: A simple dice simulator for Shadowrun
Home-page: https://github.com/br-olf/sr-dice
Author: Brolf
Author-email: brolf@magheute.net
License: EUPL-1.2
Keywords: dice,pen and paper,RPG,Shadowrun
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Topic :: Games/Entertainment :: Role-Playing
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# SR-DICE
is a simple dice simulator for the pen and paper RPG [Shadowrun](https://en.wikipedia.org/wiki/Shadowrun).

## Installation
```
pip install sr-dice
```

## Usage
```
sr-dice [-h] [--hist] [--raw] num_dices

positional arguments:
  num_dices   number of dices to roll

optional arguments:
  -h, --help  show this help message and exit
  --hist      print a histogram of the dice rolls
  --raw       print the raw dice rolls
```

### Bugs
Please open a ticket in the [issue tracker](https://github.com/br-olf/sr-dice/issues).



