Emoji for Python
Project description
Emoji for Python. This project was inspired by kyokomi.
Example
>> import emoji
>> print(emoji.emojize('Water! :water_wave:'))
Water! 🌊
>> print(emoji.decode(u'🌊')) # for Python 2.x
:water_wave:
>> print(emoji.decode('🌊')) # for Python 3.x
:water_wave:
Installation
Via pip:
$ pip install emoji --upgrade
From master branch:
$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ python setup.py install
Developing
$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ 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
emoji-0.2.1.tar.gz
(17.8 kB
view details)
File details
Details for the file emoji-0.2.1.tar.gz
.
File metadata
- Download URL: emoji-0.2.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 665ecb3eebbb6e917b359db36a2dd65914e88ce101aed392cd53664c70862cfe |
|
MD5 | c64307c999d1b3e989719729845c885e |
|
BLAKE2b-256 | 8064ff4400f6a03ebf26b485107ea8d3c7d9d836e9e48d20543d8430f9611ada |