A simple application to change aspect ratio and extend images by adding a coloured/transparent background around.
After cloning the repository, create a venv
python3 -m venv venv
And turn it on
source venv/bin/activate
Install the dependencies
pip3 intstall -r requirements.txt
python3 padder.py