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.

13 lines
553 B

4 years ago
# Tarot File Renamer
4 years ago
4 years ago
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")
```