Metadata-Version: 2.1
Name: ua-framer
Version: 0.0.1
Summary: Draw the frame of the Ukrainian flag on the image.
Home-page: https://github.com/Nemu627/UA-framer
Author: Nemu627
Author-email: nemu.otoyume@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# UA-framer
[![Library-discord.py](https://img.shields.io/badge/Python-3.7-3778ae?logo=Python&logoColor=ffffff)](https://python.org)

# Overview
Draw the frame of the Ukrainian flag on the image.    

# Install
Python 3 or higher is required.    
```cmd
# Linux/OS X
$ python -m pip install -U ua-framer

# Windows
> py -3 -m pip install -U ua-framer
```    

# Example
Draw the frame.    
```py
import framer

from PIL import Image

framer("example.png", 10).save("example.png")
```


