Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 682 Bytes

File metadata and controls

20 lines (14 loc) · 682 Bytes

Emoji To Text

Aim

The aim of this script is to convert emoji to short text description

Purpose

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.

Workflow

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.

Screenshot

Author

Vivek Kumar Singh