Metadata-Version: 2.1
Name: roulette
Version: 1.5
Summary: Roullette game
Home-page: https://github.com/gabfl/roulette
Author: Gabriel Bordeaux
Author-email: pypi@gab.lc
License: MIT
Platform: UNKNOWN
Classifier: Topic :: Games/Entertainment :: Simulation
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Requires-Dist: argparse
Requires-Dist: configparser
Requires-Dist: tabulate

Roulette
========

|Pypi| |Build Status| |codecov| |MIT licensed|

Simple Roulette game written in Python.

Installation
------------

::

   pip3 install roulette

   roulette

Demo
----

.. figure:: https://github.com/gabfl/roulette/blob/main/img/demo.gif?raw=true
   :alt: Demo

   Demo

Advanced usage
--------------

::

   usage: roulette [-h] [-t {french,american}] [-b BANK] [-i MINIMUM_BET]
                   [-x MAXIMUM_BET]

   optional arguments:
     -h, --help            show this help message and exit
     -t {french,american}, --type {french,american}
                           Roulette type
     -b BANK, --bank BANK  Set bank amount
     -i MINIMUM_BET, --minimum_bet MINIMUM_BET
                           Minimum bet allowed
     -x MAXIMUM_BET, --maximum_bet MAXIMUM_BET
                           Maximum bet allowed

.. |Pypi| image:: https://img.shields.io/pypi/v/roulette.svg
   :target: https://pypi.org/project/roulette
.. |Build Status| image:: https://travis-ci.org/gabfl/roulette.svg?branch=main
   :target: https://travis-ci.org/gabfl/roulette
.. |codecov| image:: https://codecov.io/gh/gabfl/roulette/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/gabfl/roulette
.. |MIT licensed| image:: https://img.shields.io/badge/license-MIT-green.svg
   :target: https://raw.githubusercontent.com/gabfl/roulette/main/LICENSE


