Metadata-Version: 2.1
Name: diceroll_RPG
Version: 0.0.1
Summary: An application to roll dices
Home-page: https://github.com/Igor-Wolf/DiceRoll_RPG/tree/main
Author: Igor Reis Barbosa
Requires-Python: >=3.1
Description-Content-Type: text/markdown

# diceroll_RPG

Description. 
The package diceroll_RPG is used to:
	- Roll dices with a random function
	- Get the result

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install diceroll

```bash
pip install diceroll_RPG
```

## Usage

```python
from diceroll_RPG import rolling
rolling.rollf()
```

```python
from diceroll_RPG import rolling
rolling.roll()
```

## Author
Igor Reis Barbosa

## License
[MIT](https://choosealicense.com/licenses/mit/)
