Welcome to Charmed Code, your personal tarot reading experience designed to make learning the random module in Python fun and engaging! 🌟 This project consists of two files: main.py (the core Python code) and index.html (a mockup to demonstrate the CLI game idea).
Charmed Code is an oracle-style tarot reading application where users can ask a question and choose the number of cards for their reading. The primary goal is to study and explore the random module in Python. This project also encourages users to experiment with other randomization methods and explore the official Python documentation.
- Tarot Reading: Users can draw a specified number of cards from the tarot deck.
- Randomization: Utilizes the
randommodule to draw cards randomly. - Educational: Invites users to explore and try different randomization methods in Python.
This file contains the core Python code for the tarot reading game. It uses the random module to draw cards from the deck and provides the tarot reading experience in the CLI.
This file is a mockup to demonstrate how the tarot reading game might look in a web interface. It provides a visual representation of the game, although the main focus is on the Python code.
- Clone the repository.
- Run
main.pyin a Python environment. - Follow the instructions provided by the program to receive your tarot reading.