Skip to main content

Converter between Emoji Unicode and Ascii Text.

Project description

Pymoji

Converter between Emoji Unicode and Ascii Text.

Install

pip install pymoji

Example Usage

from pymoji import PyMoji
moji = PyMoji()
text = 'I love ☀'
encoded_text = moji.encode(text)           # encoded_text = u'I love [:sunny]'
decoded_text = moji.decode(encoded_text)   # decoded_text = u'I love ☀''

Resources Support

Emoji Categories

Emoji Unicode Tables

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

pymoji-0.1.1.tar.gz (9.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