We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e57c53 commit 2325687Copy full SHA for 2325687
BasicPythonScripts/Emoji To Text/README.md
@@ -3,6 +3,10 @@
3
## Aim
4
The aim of this script is to convert emoji to short text description
5
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.
10
11
## Author
12
[Vivek Kumar Singh](https://github.com/vivekthedev)
0 commit comments