Lockbox Image Transfer

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.

Release Date

April 1, 2022

Project Type

Python

Live Preview To The Thing

The Tech

A secure connection is established via sFTP. I use SecureFX to set up the file transfer. Once received, the file is decrypted with Kleopatra.

The Python libraries/modules below are used for the script.

  • Pillow
  • OS
  • datetime