Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venam/emoji
A japanese emoticon (emoji) generator
https://github.com/venam/emoji
Last synced: 3 days ago
JSON representation
A japanese emoticon (emoji) generator
- Host: GitHub
- URL: https://github.com/venam/emoji
- Owner: venam
- License: other
- Created: 2014-06-18T18:35:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-17T20:08:42.000Z (over 9 years ago)
- Last Synced: 2024-08-02T05:12:01.012Z (3 months ago)
- Language: Python
- Size: 144 KB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.