Separates TTS Card Dumps into Printable Images
Run it from any directory, click help for further instructions.
Standalone exe available here: https://github.com/HDCharles/TTS-to-PnP-Cards/releases though I recommend just running the TTStoPnp.py file if you have python.
- Click Select Directory or Use Current Directory to choose where your card sheet images are
- For each image, enter the number of rows and columns in the card grid (typically 7 rows, 10 columns for TTS)
- Use Apply to All to quickly set the same dimensions for all images
- Leave dimensions as 0, 0 for any images you want to skip
- Click Separate Images
Output files will be created in the same directory with names starting with sep.
- Supported formats: PNG, JPG, JPEG
- Images with names starting with
separe automatically ignored (so you can re-run without processing previous output) - The tool arranges cards into 3×3 grids for print-and-play layouts
Open a command prompt and run:
python --version
If you see a version number (e.g., Python 3.12.0), you're good. Skip to step 3.
If you get an error like 'python' is not recognized, you need to install Python.
Download it from https://www.python.org/downloads/ and install (make sure to check the box that says "Add Python to PATH")
After installation, close and reopen your command prompt.
in a command prompt run:
pip install pillow
Navigate to the folder containing TTStoPnp.py and run:
python TTStoPnp.py