A PowerShell script that renames and organizes a directory of scanned tarot cards.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Claire 7450d42f5d initial commit 4 years ago
README.md initial commit 4 years ago
organizer.ps1 initial commit 4 years ago

README.md

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

$img.RotateFlip("Rotate90FlipNone")