How to Convert Emoji to Text in python ?
In this blog we are going to see how to convert emoji to text using python. You have to install Anaconda Distribution.
You can also see How to Create a barcode in python, Convert PDF files to Doc in python, How to create URL Shortner with Python ?
Let's say you have a text with emojis and you don’t know what the emojis mean. You can use a Python library to convert the emojis to text.
First install the library :
pip install demoji
The demoji library returns a dictionary of all the emojis in a text. The emoji is the key, and the value is the emoji converted to text.



