|
| 1 | +# Tarot Reader |
| 2 | +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 | + |
| 4 | +## Disclaimer |
| 5 | +The `fortunes` drawn are often quotes/references and shouldn't be taken too seriously |
| 6 | + |
| 7 | +## Requirements |
| 8 | +- Install Python3 |
| 9 | +- Import the random library |
| 10 | + |
| 11 | +## Sample Screenshots |
| 12 | + |
| 13 | +A sample output of the script on repl.it, |
| 14 | + |
| 15 | +<img width="460" alt="screenshot-introduction" src="https://user-images.githubusercontent.com/61582763/113908975-cbaf2680-97f4-11eb-804b-750bf9232ec2.PNG"> |
| 16 | + |
| 17 | +<img width="460" alt="screenshot-three-tarots-drawn" src="https://user-images.githubusercontent.com/61582763/113909006-d7025200-97f4-11eb-9784-cfc91fbb138c.PNG"> |
| 18 | + |
| 19 | +<img width="460" alt="screenshot-conclusion" src="https://user-images.githubusercontent.com/61582763/113909023-db2e6f80-97f4-11eb-8b8e-07e950aba52b.PNG"> |
0 commit comments