Skip to main content

Emoji for Python

Project description

https://pypip.in/v/emoji/badge.png?style=flat https://pypip.in/d/emoji/badge.png?style=flat https://pypip.in/status/emoji/badge.svg?style=flat https://pypip.in/license/emoji/badge.svg?style=flat

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:
https://raw.githubusercontent.com/carpedm20/emoji/master/example/example.png

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.

Authors

Taehoon Kim / @carpedm20

Kevin Wurster / @geowurster

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)

Uploaded Source

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

Hashes for emoji-0.2.1.tar.gz
Algorithm Hash digest
SHA256 665ecb3eebbb6e917b359db36a2dd65914e88ce101aed392cd53664c70862cfe
MD5 c64307c999d1b3e989719729845c885e
BLAKE2b-256 8064ff4400f6a03ebf26b485107ea8d3c7d9d836e9e48d20543d8430f9611ada

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page