roulette

Roullette game


License
MIT
Install
pip install roulette==1.5

Documentation

Roulette

Pypi Build Status codecov MIT licensed

Simple Roulette game written in Python.

Installation

pip3 install roulette

roulette

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