From e7d36b25a6d15b30719e9ebafb69ad354edad047 Mon Sep 17 00:00:00 2001 From: CSnap Date: Tue, 28 Nov 2023 20:15:44 +0000 Subject: [PATCH] More/Fixed messages --- README.md | 6 +++++- f8ball.py | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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." ]