Skip to content

furiousteabag/EmojiCommunicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emoji Communicator

Printing text with letters written with emoji.

This project was done on 09.11 - 10.11 during PhotoHack competition.

Examples

python make_gif.py -t "Sweetheart, I miss you so much"

output

python make_gif.py -t "I'll kill you if you don't get the phone"

output

python make_gif.py -t "I'm stuck in a traffic jam and will be late, all is lost"

output

Usage

To use you have to clone this repo, install requirements, go to scripts folder and launch make_gif.py.

pip install -r requirements.txt
pip install git+https://github.com/boudinfl/pke.git
python -m nltk.downloader stopwords
python -m nltk.downloader universal_tagset
python -m spacy download en

Usage example:

python make_gif.py -t "Text that you want to visualize."

Script accepts additional parameters:

usage: make_gif.py [-h] [-t TEXT] [-p PICTURES] [-o OUTPUT]

optional arguments:
  -h, --help            show this help message and exit
  -t TEXT, --text TEXT  text that you want to make .gif of
  -p PICTURES, --pictures PICTURES
                        path to folder with pictures that will be used for
                        painting letters
  -o OUTPUT, --output OUTPUT
                        path to folder that .gif will be saved

About

Visualizing text with emoji letters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published