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 bef7b06 commit e3ff481Copy full SHA for e3ff481
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
+## 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
+
10
## Workflow
11
The working of this script is very straighforward, the script gets an emoji from the user as input
12
It then extracts unicode name using the unicodedata built-in module.
0 commit comments