An open API service indexing awesome lists of open source software.

https://github.com/ellipticobj/pylette

a game of roulette made in python
https://github.com/ellipticobj/pylette

Last synced: 25 days ago
JSON representation

a game of roulette made in python

Awesome Lists containing this project

README

          

# pylette
a simple game of american roulette in python

# why i made this
my first "big" project i ever had was a game of roulette in python.
now that i am decently proficient in python, i decided to remake it
i hope you enjoy this :3

# running
git clone
```bash
git clone https://github.com/ellipticobj/pylette.git
cd ./pylette
```

install dependancies
```bash
pip3 install -r requirements.txt
```

then run main.py to start
```bash
python main.py
```