# Tarot File Renamer A PowerShell script that takes a directory of scanned tarot cards and organizes them into directories. Start with a directory of **at least** 22 trump cards, along with 14 cards each in four suits. If your deck has more than 22 trumps, just make sure the card names are included in the `$trumps` array. The script will prompt you to provide the suit names and court card names, if they vary from the standard. The script auto-rotates each image. If you don't need this, comment out ```ps $img.RotateFlip("Rotate90FlipNone") ```