15 lines
287 B
Markdown
15 lines
287 B
Markdown
## The Mysterious Pythonic Fate Ball
|
|
|
|
Let Python decide your fate via 8-Ball logic!
|
|
|
|
Call the script with a question. Get an answer.
|
|
```
|
|
./f8ball.py "Question?"
|
|
```
|
|
#### Requires Colorama
|
|
```
|
|
pip install colorama
|
|
```
|
|
|
|
*Results may vary. No warranty or guarantee of any kind is implied.*
|