TarotDraw / README.md
admin321's picture
update README
f2947fa

A newer version of the Gradio SDK is available: 6.15.2

Upgrade
metadata
title: TarotDraw
app_file: app.py
sdk: gradio
sdk_version: 5.33.1

🔮 Tarot MCP Server

A simple Gradio-based MCP server that provides tarot readings using the Tarot API.

Features

  • Interactive web interface for tarot readings
  • Random card selection (1-5 cards)
  • Upright and reversed card interpretations
  • Detailed card meanings
  • Clean and user-friendly interface

Installation

  1. Clone this repository
  2. Install the required dependencies:
pip install -r requirements.txt

Usage

  1. Run the application:
python app.py
  1. Open your web browser and navigate to:

  2. Enter your question and select the number of cards (1-5)

  3. Click "Submit" to get your tarot reading

API Integration

This application uses the Tarot API (https://tarotapi.dev/api/v1) to:

  • Draw random cards
  • Get card meanings
  • Provide both upright and reversed interpretations

Note

This is a simple implementation for entertainment purposes. The readings should not be taken as professional advice.