Metadata-Version: 2.1
Name: ffdice
Version: 1.0.2
Summary: A basic random number generator (RNG) that can be used for multiple purposes, such as rolling dice.
Project-URL: Homepage, https://github.com/frisfruitig/ffdice
Project-URL: Bug Tracker, https://github.com/frisfruitig/ffdice/issues
Author-email: FrisFruitig <info@frisfruitig.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ffdice

A simple Python package that acts as a dice.
Essentially, it's a random number generator (RNG) that can be used for multiple purposes.

## Getting started

### Installation

You install this package by running the following command:

```
python -m pip install ffdice
```

### Examples

Take a look at the [examples](examples/) for a few implementation ideas.

### Unit testing

In order to run automated tests, execute:

```
python -m unittest
```

## Notes

This project was created both to learn and to scratch a personal itch. If you like it, or have any issues with it, feel free to [reach out by email](mailto:info@frisfruitig.com)!