The aim of this script is to convert emoji to short text description
The pupose of this scripts if to provide user with the encoded metadata of the emoji character in Python. This scripts extracts emoji name from the Unicode Character set.
The working of this script is very straighforward, the script gets an emoji from the user as input It then extracts unicode name using the unicodedata built-in module. The scripts returns the name of first character of the string because some emojis are composed of multiple unicodes.