This script was created out of a need to create/arrange TIF files transferred from a bank lockbox. The files come with an index file that indicates which of the files belong together to complete the transaction information.
In short, this script reads the index file, concatenates the TIF files accordingly, and then names the new file.
A friend helped me create the script but neither of us knew Python at the time. So, this script is what led me down the Python path of madness. As I develop my skills, I plan to clean up the script so that it is less of a monster. And so that I in turn become less of a monster myself.