This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
@author: Jonathan Massey | |
@description: This script will read all the .png files in one folder, | |
sort them in some sensible order, then make a gif called | |
'movie.gif'. | |
To use it `cd /path/to/folder && python3 /path/to/gif_generation.py` | |
@contact: [email protected] | |
""" |