EXE Release
Python Script
The script is attached to the gist.
You need Python 2.7.14 to run the script.
If you don't know what Python is, or simply don't want to install it, use the EXE version.
The script is attached to the gist.
You need Python 2.7.14 to run the script.
If you don't know what Python is, or simply don't want to install it, use the EXE version.
# Written by Skyth | |
import struct | |
import os | |
import sys | |
from PIL import Image | |
import images2gif | |
def mkdir(path): |