Metadata-Version: 2.0
Name: roulette
Version: 1.4
Summary: Roullette game
Home-page: https://github.com/gabfl/roulette
Author: Gabriel Bordeaux
Author-email: pypi@gab.lc
License: MIT
Description-Content-Type: UNKNOWN
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
========

`Build Status <https://travis-ci.org/gabfl/roulette>`__
`codecov <https://codecov.io/gh/gabfl/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


