search emojis using command line
Project description
search emojis using command line
Install
using pip
pip install emojisearch
using source
$ git clone https://github.com/keshav11/emoji-search.git $ cd emojisearch $ pip install .
Usage
show results where keyword exits anywhere in the emoji name
$ emojisearch grinning_cat_face :grinning_cat_face: 😺 :grinning_cat_face_with_smiling_eyes: 😸
show results only if whole emoji name matches with keyword
$ emojisearch -w grinning_cat_face :grinning_cat_face: 😺
show results only if emoji name starts with search keyword
$ emojisearch -s cat :cat: 🐈 :cat_face: 🐱 :cat_face_with_tears_of_joy: 😹 :cat_face_with_wry_smile: 😼
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emojisearch-0.2.8.tar.gz
(2.1 kB
view details)
File details
Details for the file emojisearch-0.2.8.tar.gz.
File metadata
- Download URL: emojisearch-0.2.8.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d669f90db693e047cb2c387e9fefe7b198e90c7bbc2ad4521697e133a3ba03
|
|
| MD5 |
2c62d3bcd2e3d6bad9d4f1cc28caef47
|
|
| BLAKE2b-256 |
e9a0c38fcab8e33064409cd3bb164c2e172426d9c2aea914d6e8777298529c03
|