Emojis for Python 🐍

About

This library allows you to emojify content such as:

This is a message with emojis :smile: :snake:

See the Emoji cheat sheet for a complete list of aliases.

>>> import emojis

>>> emojis.encode('This is a message with emojis :smile: :snake:')
'This is a message with emojis 😄 🐍'

Documentation / Guide

If you are looking for information on a specific function this part of the documentation is for you.

Indices and tables