Skip to content

ogniK5377/DiscordEmojify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DiscordEmojify

Turn gifs into emojis!

A quick and dirty script designed to create large "emojis" from gifs. The only requirements needed are python 2/3 and moviepy!

Installation

pip install -r requirements.txt

Usage

python emojify.py <input gif path> <output gif directory> <base emoji name> <amount of "width" emojis> [optional: amount of "height" emojis]

Example to create an 8x6 emoji block python emojify.py "C:\Path\Cat.gif" "C:\Path2\Output" "cat" 8

The height block of the emojis is calulated by MAX_EMOJI_COUNT / WIDTH where MAX_EMOJI_COUNT is 50.

alt text

About

Turn gifs into emojis!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages