Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/venam/emoji

A japanese emoticon (emoji) generator
https://github.com/venam/emoji

Last synced: about 2 months ago
JSON representation

A japanese emoticon (emoji) generator

Awesome Lists containing this project

README

        

#EMOJI - Japanese Emoticon Generator

This is a simple Python script generating Emoji (japanese Emoticon).

It takes the emoji from a json file that sorts them by emotion.

##Usage


Usage of ./emoji:
-h print this message
"emotion" return a random emoji related to it
-l return the list of available emoji
-a "emotion" print all the emojis for the emotion
-c "emotion" output to clipboard using xsel

##Install
The only dependency is xsel (if you want to copy directly to clipboard)

This repo comes with a mini install script.

It also has a ZSH completion file and a zsh completion file generator.

##Customize
You can add your own emoji to the json file.

It is by default installed in the `/etc/emoji/` dir.

If you want to change that directory you'll need to change it inside the script.