Skip to content

Latest commit

 

History

History
 
 

Emoji To Text

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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