An open API service indexing awesome lists of open source software.

https://github.com/a11ce/tarot

Card database and digital tarot drawing.
https://github.com/a11ce/tarot

tarot

Last synced: 2 months ago
JSON representation

Card database and digital tarot drawing.

Awesome Lists containing this project

README

        

# tarot

> Card database and digital tarot drawing.

## Setup

- Download with `git clone https://github.com/a11ce/tarot.git`

## Usage

- Run `python3 draw.py` to draw one card.
- Run `python3 draw.py [n]` to draw n cards.
- Check out [the card database](../master/cards/cards.csv)

## File summary
- `cards/cards.py`: The card database, including name, meaning, and various aspects
- `draw.py`: Digital tarot
- `tarot.py`: General utility functions

---

All contributions are welcome by pull request or issue.

This repo is licensed under GNU General Public License v3.0. See [LICENSE](../master/LICENSE) for full text.