Metadata-Version: 2.1
Name: sicboDice
Version: 1.0.3
Summary: This function will determine the results of shuffling the dice that will be used in the Sicbo game.
Home-page: https://github.com/defartsa23/shuffle-dice-sicbo
Download-URL: https://github.com/defartsa23/shuffle-dice-sicbo/archive/refs/heads/main.zip
Author: Deza Farras Tsany
Author-email: deza.ftsany@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/defartsa23/shuffle-dice-sicbo
Project-URL: Source, https://github.com/defartsa23/shuffle-dice-sicbo
Project-URL: Tracker, https://github.com/defartsa23/shuffle-dice-sicbo/issues
Keywords: SICBO,DICE,SHUFFLE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# shuffle-dice-sicbo

[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sicboDice)](https://www.python.org/)
[![PyPI](https://img.shields.io/pypi/v/sicboDice))](https://pypi.org/project/sicboDice/)
[![GitHub](https://img.shields.io/github/license/defartsa23/shuffle-dice-sicbo)](https://opensource.org/licenses/MIT)

What is sicbo?
-------------
This function will determine the results of shuffling the dice that will be used in the Sicbo game.

## Install

```bash
pip install sicboDice
```

## Quick start

First of all, initialize:

```python
from sicbo import getDice

result = getDice()
```

## Contributing

Questions, comments, bug reports, and pull requests are all welcome.

## License

This software is licensed under the [MIT license](./LICENSE).
