Simple emoji lookups for Python.
Project description
Simple emoji lookups for Python.
Example
import emote
print(emote.lookup(':water_wave:'))
🌊
print(emote.decode('🌊'))
water_wave
Installation
Via pip:
$ pip install emote --upgrade
From master branch:
$ git clone https://github.com/geowurster/Emote.git
$ cd Emote
$ python setup.py install
Developing
$ git clone https://github.com/geowurster/Emote.git
$ cd Emote
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements-dev.txt -e .
$ nosetests --with-coverage
License
See LICENSE.txt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Emote-0.1.1.tar.gz
(18.3 kB
view details)
File details
Details for the file Emote-0.1.1.tar.gz
.
File metadata
- Download URL: Emote-0.1.1.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f39f896a52e01139ace35a284cc9a1e608e9835bab8dea6348362f7c65fb1cc |
|
MD5 | 8754fa8e421da9050fedc1fb8db04bae |
|
BLAKE2b-256 | da53903aec206b948b2f17c9437cbbb4dbdc5c255577cd0cbf2828730f9dca25 |