# SpriteSheet Animation Preview Requires: * Python 3 * tinker * PIL (with TkImage) In Debian: ``` sudo apt install python3-tk python3-pil python3-pil.imagetk ``` Use it with: ``` sspreview spritesheet.png ``` Example Caveats: * my first tinker app * wrrors (like invalid input) will terminate the app with a message in `stderr` * when parameters are changed, please `Update` for them to take effect This code is GPL licensed, see for details [gpl-3.0.txt](gpl-3.0.txt).