diff --git a/README.md b/README.md index fa88447..67eedb4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ ## The Mysterious Pythonic Fate Ball -Let python decide your fate via 8-Ball logic! +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.* diff --git a/f8ball.py b/f8ball.py index 8c8f779..d7dd0b5 100755 --- a/f8ball.py +++ b/f8ball.py @@ -15,13 +15,17 @@ def magic_fate_ball(): "Negative.", "Yes!", "No.", - "Look deep inside and ask your self." + "Look deep inside and ask your self.", "Maybe?", "Ask again later.", "Cannot predict now.", + "Are you sure you can handle the answer?", + "Absolutely!", "Don't count on it!", + "With certainty.", "Very doubtful.", "Outlook Good!", + "Well, if it feels right...", "Don't bet the farm on it.", "This is The Way." ]