I took it upon myself to create a program that would give a spread of tarot cards and the meanings of the cards that were drawn.
In the body of the program’s code, I created a class titled TarotCard, and created a list where every item in the list was made into a TarotCard object and given a meaning associated with the card, based on information credited in the source code itself. Below is a link to the source code that I’ve uploaded onto GitHub, here.
I even left code in there so that I could potentially go back and add meanings for minor arcana, as well as add implementation for other types of tarot spreads.