Skip to content

metabismuth/tarot-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tarot dataset

A json dataset of tarot cards, and corresponding scans of the RWS deck.

tarot-images.json includes references to the scans, tarot.json does not.

The cards

If you just want the scans for the cards, they're available as a release.

The cards are acquired from data.totl.net via wget:

$ wget -r -np -nH --cut-dirs=3 -R index.html* -R *r.jpg -R *h.jpg http://data.totl.net/tarot-rwcs-images/

This command excludes cards in horizontal, reversed, and horizontal reversed positions.

The cards are all 350x600px, and are 7.37MB total.

Copyright and license

The Rider-Waite-Smith deck is public domain in the US, but not currently in the EU.

This project is available as open source under the terms of the MIT License.