A simple utility for adding borders to images.
# With Pipenv
$ pipenv install
# Run command inside the virtual environment
$ pipenv run python main.py --src ~/some/directory/ --dst ~/some/other/directory/
# Or activate the virtual environment and then run command
$ pipenv shell
$ python main.py --src ~/some/directory/ --dst ~/some/other/directory/