Skip to content

Commit 2325687

Browse files
authored
Update README.md
1 parent 5e57c53 commit 2325687

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+
## Workflow
7+
The working of this script is very straighforward, the script gets an emoji from the user as input
8+
It then extracts unicode name using the unicodedata built-in module.
9+
The scripts returns the name of first character of the string because some emojis are composed of multiple unicodes.
610

711
## Author
812
[Vivek Kumar Singh](https://github.com/vivekthedev)

0 commit comments

Comments
 (0)