Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Charmed Code - Tarot Reading 🎴

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).

Introduction

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.

Features

  • Tarot Reading: Users can draw a specified number of cards from the tarot deck.
  • Randomization: Utilizes the random module to draw cards randomly.
  • Educational: Invites users to explore and try different randomization methods in Python.

Files

main.py

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.

index.html

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.

How to Run

  1. Clone the repository.
  2. Run main.py in a Python environment.
  3. Follow the instructions provided by the program to receive your tarot reading.

About

An engaging tarot reading experience using the random module in Python. Users can ask a question, draw a specified number of tarot cards, and receive guidance. This project includes both a Python CLI game (main.py) and an HTML mockup (index.html) to visualize the concept.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages