Metadata-Version: 2.1
Name: socialmediaborders
Version: 0.0.3
Summary: Adding colored borders to pictures for social media to bring them to a 1:1 format.
Project-URL: GitHub, https://github.com/agiagoulas/SocialMediaBorders
Author-email: Alexander Giagoulas <alexander@giagoulas.com>
License-Expression: MIT
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Requires-Dist: filetype
Requires-Dist: pillow
Description-Content-Type: text/markdown

# Social Media Borders

Adding colored borders to pictures for social media to bring them to a 1:1 format.

```
usage: socialmediaborders [-h] [-c COLOR] [-bp BORDERPERCENTAGE] [-k | --keepOriginal | --no-keepOriginal] path

Adding colored borders to pictures for social media to bring them to a 1:1 format.

positional arguments:
  path                  the path to the image

optional arguments:
  -h, --help            show this help message and exit
  -c COLOR, --color COLOR
                        the color of the border
  -bp BORDERPERCENTAGE, --borderpercentage BORDERPERCENTAGE
                        the percentage of the border size
  -k, --keepOriginal, --no-keepOriginal
                        keep the original image (default: False)
```
