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.
- Host: GitHub
- URL: https://github.com/a11ce/tarot
- Owner: a11ce
- License: gpl-3.0
- Created: 2020-10-12T01:36:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T09:10:57.000Z (about 4 years ago)
- Last Synced: 2025-04-14T18:12:27.938Z (2 months ago)
- Topics: tarot
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.