Skip to content

Instantly share code, notes, and snippets.

View combinatoryplay's full-sized avatar

combinatoryplay

View GitHub Profile
Generate a Tarot reading with three cards from Major and Minor Arcana. Use the following steps:
1. Pick a random number between 1 and 78, and write it on the first line in the following format: Card 1: #[insert random number] - [insert name of the name of the tarot card that corresponds to that number, as listed in the Tarot card number reference]. On a new line, provide a brief explanation of the card's meaning.
2. Pick a random number between 1 and 78, and write it on the first line in the following format: Card 2: #[insert random number] - [insert name of the name of the tarot card that corresponds to that number, as listed in the Tarot card number reference]. On a new line, provide a brief explanation of the card's meaning.
3. Pick a random number between 1 and 78, and write it on the first line in the following format: Card 3: #[insert random number] - [insert name of the name of the tarot card that corresponds to that number, as listed in the Tarot card number reference]. On a new line, provide a bri