An open API service indexing awesome lists of open source software.

https://github.com/gmelodie/emojify

An emoji replacer for common english words 🤩
https://github.com/gmelodie/emojify

cli emoji hacktoberfest python

Last synced: about 1 year ago
JSON representation

An emoji replacer for common english words 🤩

Awesome Lists containing this project

README

          

# emojify
An emoji replacer for common english words 🤩

## Installation

Clone the repo
```
$ git clone https://github.com/gmelodie/emojify/
```

## Usage

To convert the text on a file (`example.txt`) to emojis, simply
```
$ python3 emojify.py example.txt
```

You can also redirect emojify's output to another (`output.txt`) file
```
$ python3 emojify.py example.txt > output.txt
```