Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Domains/Frontend/MiniProjects/Example_Frontend.md

This file was deleted.

227 changes: 0 additions & 227 deletions Domains/Frontend/MiniProjects/TaskManager_Frontend.md

This file was deleted.

128 changes: 128 additions & 0 deletions Domains/Frontend/MiniProjects/amazonclone/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
**Contributor:** snehal492006

# Amazonclone

A simple and fun digital tarot card reading application built with Python. Get mystical insights through beautiful tarot card spreads!

## 🌟 Features

* **Single Card Reading** - Quick insight into your current energy
* **Three Card Reading** - Past, Present, and Future spread
* **Celtic Cross** - Comprehensive 5-card reading
* **Beautiful Dark Theme** - Celestial night-sky design with purple and gold accents
* **22 Major Arcana Cards** - All classic tarot cards with detailed meanings
* **No Installation Required** - Uses only Python's built-in libraries!
* **Smooth UI** - Scrollable reading area with color-coded text
* **Random Selection** - No duplicate cards in the same reading

## 🚀 How to Run

### Prerequisites
- Python 3.x (tkinter comes pre-installed with Python)

### Steps
1. **Download** or clone this repository
2. **Save** the code as `tarot.py`
3. **Open** your terminal/command prompt
4. **Navigate** to the directory containing `tarot.py`
5. **Run** the application:

```bash
python main.py
```

That's it! The app window will open automatically.

## 🎯 How to Use

1. **Launch** the application
2. **Click** one of the three reading buttons:
- 🔮 **Single Card Reading** - One card for quick guidance
- 🎴 **Three Card Reading** - Past, Present, Future
- ⭐ **Celtic Cross** - 5-card comprehensive reading
3. **Read** the cards and meanings in the scrollable area below
4. **Reflect** on your question and the messages
5. **Click** another button anytime for a new reading!

## 📖 Reading Types

### 🔮 Single Card Reading
Quick guidance for simple questions or daily inspiration.

### 🎴 Three Card Spread
- **Past** → What led you here
- **Present** → Your current situation
- **Future** → What's coming

### ⭐ Celtic Cross (5 Cards)
- **Present Situation** → Where you stand now
- **Challenge** → What crosses you
- **Foundation** → What lies beneath
- **Recent Past** → What's behind you
- **Potential Outcome** → What awaits

## 🎴 The 22 Major Arcana Cards

The application includes all 22 Major Arcana tarot cards:

1. The Fool
2. The Magician
3. The High Priestess
4. The Empress
5. The Emperor
6. The Hierophant
7. The Lovers
8. The Chariot
9. Strength
10. The Hermit
11. Wheel of Fortune
12. Justice
13. The Hanged Man
14. Death
15. Temperance
16. The Devil
17. The Tower
18. The Star
19. The Moon
20. The Sun
21. Judgement
22. The World

Each card comes with its upright meaning and interpretation!

## ⚠️ Important Disclaimer

**For entertainment purposes only!**

This is a fun project for learning about tarot and relaxation - not for making serious life decisions. The readings are meant for self-reflection and entertainment. Always use your own judgment and consult professionals for important matters.

## 🛠️ Technical Details

- **Language:** Python 3.x
- **GUI Library:** tkinter (built-in)
- **Dependencies:** None! (Pure Python standard library)
- **Platform:** Cross-platform (Windows, macOS, Linux)

## 💡 Tips for Users

* **Read carefully** - Each card meaning is detailed
* **Take your time** - Reflect on how the cards relate to your situation
* **Ask clear questions** - Focus your intention before drawing
* **Remember** - It's about self-reflection, not fortune-telling
* **Have fun!** 🌙✨

## 🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

## 👤 Author

**Sanjeev Deori**
- GitHub: [@SanjeevDeori](https://github.com/SanjeevDeori)


---

*The future is not set in stone. Enjoy responsibly!* 🔮✨

Made with 💜 for Hacktoberfest and the Open Source Community
Loading