Metadata-Version: 2.4
Name: blurpy
Version: 0.0.5
Summary: A wrapper of Tekno's blur in Python 📦
Project-URL: Documentation, https://github.com/pro-grammer-sd/blur#readme
Project-URL: Issues, https://github.com/pro-grammer-sd/blur/issues
Project-URL: Source, https://github.com/pro-grammer-sd/blur
Author-email: Soumalya Das <geniussantu1983@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# blurpy

![](icon/icon.png)

[![PyPI - Version](https://img.shields.io/pypi/v/blurpy.svg)](https://pypi.org/project/blurpy)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/blurpy.svg)](https://pypi.org/project/blurpy)
![FFmpeg Support](https://img.shields.io/badge/FFmpeg-required-blue?logo=ffmpeg)
![VapourSynth](https://img.shields.io/badge/VapourSynth-%F0%9F%A7%AA_required-purple?style=flat-square&logoColor=white&color=purple)
![Git](https://img.shields.io/badge/Git-required-orange?logo=git)

-----

## Table of Contents

- [Requirements](#requirements)
- [Installation](#installation)
- [License](#license)

## Requirements

- **FFmpeg**
- **VapourSynth**
- **Git (for cloning)**
- **Binaries**: 
```
from blurpy.deps import get_deps

get_deps() # so easy!
```

## Installation

```console
pip install blurpy
```

Extract binaries and move them to root, ENJOY!!!

## Quickstart

```
from blurpy.blur import blur

blur(input_: str, output: str = "output.mp4", config_loc: str)
```

Fill in these as per as your own wish!

## License

`blurpy` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
