Skip to content
/ emoji Public
forked from venam/emoji

A japanese emoticon (emoji) generator

License

Notifications You must be signed in to change notification settings

yilundai/emoji

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

A japanese emoticon (emoji) generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.5%
  • Shell 8.5%