Emote
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.
Release files for Emote 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Emote-0.1.1.tar.gz | 18.3 kB | Details |
Release files / Emote-0.1.1.tar.gz
| Download URL | Emote-0.1.1.tar.gz |
|---|---|
| Size | 18.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2f39f896a52e01139ace35a284cc9a1e608e9835bab8dea6348362f7c65fb1cc
|
|
BLAKE2b-256 checksum How to use checksums |
da53903aec206b948b2f17c9437cbbb4dbdc5c255577cd0cbf2828730f9dca25
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |