/border-control

A simple utility for adding borders to images

Primary LanguagePython

Border Control

A simple utility for adding borders to images.

Installation

# With Pipenv
$ pipenv install

Usage

# 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/