Metadata-Version: 2.0
Name: roulette
Version: 1.3.1
Summary: Roullette game
Home-page: https://github.com/gabfl/roulette
Author: Gabriel Bordeaux
Author-email: pypi@gab.lc
License: MIT
Platform: UNKNOWN
Requires-Dist: argparse
Requires-Dist: configparser
Requires-Dist: tabulate

Roulette
========

Simple Roulette game written in Python.

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

::

    pip3 install roulette

    roulette

Demo
----

.. figure:: https://github.com/gabfl/roulette/blob/master/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


