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 🤩
- Host: GitHub
- URL: https://github.com/gmelodie/emojify
- Owner: gmelodie
- License: mit
- Created: 2020-10-16T18:59:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T20:22:46.000Z (over 5 years ago)
- Last Synced: 2025-03-25T03:51:12.936Z (over 1 year ago)
- Topics: cli, emoji, hacktoberfest, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```