Skip to main content

Emoji for Python

Project description

Emoji for Python. This project was inspired by kyokomi.

Example

The entire set of Emoji codes as defined by the Unicode consortium is supported in addition to a bunch of aliases. By default, only the official list is enabled but doing emoji.emojize(language='alias') enables both the full list and aliases.

>>> import emoji
>>> print(emoji.emojize('Python is :thumbs_up:'))
Python is 👍
>>> print(emoji.emojize('Python is :thumbsup:', language='alias'))
Python is 👍
>>> print(emoji.demojize('Python is 👍'))
Python is :thumbs_up:
>>> print(emoji.emojize("Python is fun :red_heart:"))
Python is fun 
>>> print(emoji.emojize("Python is fun :red_heart:", variant="emoji_type"))
Python is fun ❤️ #red heart, not black heart
>>> print(emoji.is_emoji("👍"))
True

By default, the language is English (language='en') but also supported languages are:

  • Spanish ('es')

  • Portuguese ('pt')

  • Italian ('it')

  • French ('fr')

  • German ('de')

  • Farsi/Persian ('fa')

  • Indonesian ('id')

  • Simplified Chinese ('zh')

  • Japanese ('ja')

  • Korean ('ko')

  • Russian ('ru')

  • Arabic ('ar')

  • Turkish ('tr')

>>> print(emoji.emojize('Python es :pulgar_hacia_arriba:', language='es'))
Python es 👍
>>> print(emoji.demojize('Python es 👍', language='es'))
Python es :pulgar_hacia_arriba:
>>> print(emoji.emojize("Python é :polegar_para_cima:", language='pt'))
Python é 👍
>>> print(emoji.demojize("Python é 👍", language='pt'))
Python é :polegar_para_cima:

Installation

Via pip:

$ python -m pip install emoji --upgrade

From master branch:

$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ python -m pip install .

Developing

$ git clone https://github.com/carpedm20/emoji.git
$ cd emoji
$ python -m pip install -e .\[dev\]
$ pytest
$ coverage run -m pytest
$ coverage report

The utils/generate_emoji.py script is used to generate unicode_codes/emoji.json. Generally speaking it scrapes a table on the Unicode Consortium’s website with BeautifulSoup For more information take a look in the utils/README.md file.

Check the code style with:

$ python -m pip install ruff
$ ruff check emoji

Test the type checks with:

$ python -m pip install pyright mypy typeguard
$ pyright emoji
$ pyright tests
$ mypy emoji
$ pytest --typeguard-packages=emoji

Authors

Taehoon Kim / @carpedm20

Kevin Wurster / @geowurster

Maintainer

Tahir Jalilov / @TahirJalilov

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

emoji-2.15.0.tar.gz (615.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

emoji-2.15.0-py3-none-any.whl (608.4 kB view details)

Uploaded Python 3

File details

Details for the file emoji-2.15.0.tar.gz.

File metadata

  • Download URL: emoji-2.15.0.tar.gz
  • Upload date:
  • Size: 615.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for emoji-2.15.0.tar.gz
Algorithm Hash digest
SHA256 eae4ab7d86456a70a00a985125a03263a5eac54cd55e51d7e184b1ed3b6757e4
MD5 5e27c7715637fd69aa95252bed7e74d3
BLAKE2b-256 a2780d2db9382c92a163d7095fc08efff7800880f830a152cfced40161e7638d

See more details on using hashes here.

Provenance

The following attestation bundles were made for emoji-2.15.0.tar.gz:

Publisher: pypipublish.yml on carpedm20/emoji

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file emoji-2.15.0-py3-none-any.whl.

File metadata

  • Download URL: emoji-2.15.0-py3-none-any.whl
  • Upload date:
  • Size: 608.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for emoji-2.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 205296793d66a89d88af4688fa57fd6496732eb48917a87175a023c8138995eb
MD5 0286f15e5017b64c42f561f1939d9624
BLAKE2b-256 e15e4b5aaaabddfacfe36ba7768817bd1f71a7a810a43705e531f3ae4c690767

See more details on using hashes here.

Provenance

The following attestation bundles were made for emoji-2.15.0-py3-none-any.whl:

Publisher: pypipublish.yml on carpedm20/emoji

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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