You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python script that draws three cards from a pack of 78 cards and gives fortunes for the same. As it was originally created as a command line game, it doesn't have a GUI
3
2
4
-
## Disclaimer
5
-
The `fortunes` drawn are often quotes/references and shouldn't be taken too seriously
3
+
This is a python script that draws three cards from a pack of 78 cards and gives fortunes for the same. As it was originally created as a command line game, it doesn't have a GUI
6
4
7
-
## Requirements
5
+
## Setup instructions
6
+
To run the script locally,
8
7
- Install Python3
9
8
- Import the random library
9
+
- Download tarot_card_reader.py
10
+
- Run tarot_card_reader.py
10
11
11
-
## Sample Screenshots
12
+
## Output
12
13
13
14
A sample output of the script on repl.it,
14
15
@@ -17,3 +18,9 @@ A sample output of the script on repl.it,
0 commit comments