Skip to content

Commit e3ff481

Browse files
authored
Update README.md
1 parent bef7b06 commit e3ff481

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BasicPythonScripts/Emoji To Text/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
## Aim
44
The aim of this script is to convert emoji to short text description
55

6+
## Purpose
7+
The pupose of this scripts if to provide user with the encoded metadata of the emoji character in Python.
8+
This scripts extracts emoji name from the Unicode Character set.
9+
610
## Workflow
711
The working of this script is very straighforward, the script gets an emoji from the user as input
812
It then extracts unicode name using the unicodedata built-in module.

0 commit comments

Comments
 (0)