Metadata-Version: 2.1
Name: vid2emoji
Version: 0.0.1
Summary: Convert videos to emoji... videos
Home-page: https://github.com/ryanfox/vid2emoji
Author: Ryan Fox
Author-email: ryan@foxrow.com
License: GPLv3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: moviepy (==1.0.3)
Requires-Dist: numpy (==1.22.3)
Requires-Dist: Pillow (==9.1.0)
Requires-Dist: scikit-learn (==1.0.2)
Requires-Dist: tqdm (==4.64.0)

# vid2Emoji

Convert a video to... still a video but it's made of emojis.

You will need:
1. A video file
2. An emoji font file. Your mac or windows computer has one. Unfortunately, Noto Emoji and Emoji
One fonts aren't well supported by Pillow, the image processing library used here.

Example:
https://www.youtube.com/watch?v=hLpJeg21-Iw


emojEncode used under GPLv3. Original available at https://github.com/Ophelia-Heyes/emojEncode

## Installation
Install with `pip install vid2emoji`


## Usage
```
vid2emoji <your video file>
```
