From 380ff37feadd00a6b96d85e671709851d894e12f Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 14 Jul 2024 15:13:56 +0100 Subject: Initial import --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9640753 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# 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). + -- cgit v1.2.3