Emoji for Python
Aug 1, 2023
This library is developed for Python. As the name suggests, emoji are things that we use all the time in almost all social networks for example.
Here’s how to use it:
First, it is installed and imported and used as shown in the image. The emojize() method will input an emoji name in the form (‘:thumbs_up:’) and return you an emoji.
Conversely, the demojize() method returns its name as an emoji (‘🤝’).
Everything is very simple, you can try it.
Source: https://pypi.org/project/emoji/