Skip to main content

Emoji for Python

Project description

Emoji for Python. This project was inspired by kyokomi.

Example

>> import emoji
>> print(emoji.emojize('Python is :thumbsup:'))
Python is 👍
>> print(emoji.emojize('Python is :thumbs_up_sign:', is_alias=False))
Python is 👍
>> print(emoji.decode('👍'))
:+1:

Installation

Via pip:

$ pip install emoji --upgrade

From master branch:

$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ python setup.py install

Authors

Taehoon Kim / @carpedm20

Kevin Wurster / @geowurster

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

emoji-0.3.3.tar.gz (29.1 kB view hashes)

Uploaded Source

Supported by

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