Skip to content

Commit 73ef965

Browse files
committed
Added Emoji dictionary
1 parent c37973c commit 73ef965

12 files changed

Lines changed: 225 additions & 0 deletions

File tree

Emoji Dictionary/Images/1.jpg

84.6 KB
Loading

Emoji Dictionary/Images/2.jpg

172 KB
Loading

Emoji Dictionary/Images/3.jpg

105 KB
Loading

Emoji Dictionary/Images/4.jpg

91.2 KB
Loading

Emoji Dictionary/Images/5.jpg

102 KB
Loading

Emoji Dictionary/Images/6.jpg

110 KB
Loading

Emoji Dictionary/Images/7.jpg

107 KB
Loading

Emoji Dictionary/Images/8.jpg

93.3 KB
Loading

Emoji Dictionary/Images/9.jpg

108 KB
Loading

Emoji Dictionary/README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## ✔ EMOJI DICTIONARY
2+
- An "Emoji Dictionary" created in python with tkinter gui.
3+
- Using this dictionary, user will be able to search the meaning of any emoji user want yo search.
4+
- Here user can also search the meaning of multiple emoji at a time.
5+
6+
****
7+
8+
### REQUIREMENTS :
9+
- python 3
10+
- tkinter module
11+
- from tkinter messagebox module
12+
- emoji
13+
14+
### How this Script works :
15+
- User just need to download the file and run the emoji_dictionary.py on their local system.
16+
- Now on the main window of the application the user will be able to see an entry box where user can enter any emoji using virtual keypad.
17+
- After user has entered one or more emoji using the virtual keypad, when user clicks on the search button, user will be able to see the meaning of the emoji entered.
18+
- Also if user has not entered emoji in input entry, and tries to search, he will get the error message like "You have entered no emoji".
19+
- Also there is a clear button, clicking on which user can clear both the input and output area.
20+
- Also there is an exit button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
21+
22+
### Purpose :
23+
- This scripts helps user to easily get the meaning of any emoji.
24+
25+
### Compilation Steps :
26+
- Install tkinter, emoji
27+
- After that download the code file, and run emoji_dictionary.py on local system.
28+
- Then the script will start running and user can explore it by entering any emoji and searching it.
29+
30+
### SCREENSHOTS :
31+
32+
<p align="center">
33+
<img width = 1000 src="Images/1.jpg" /><br>
34+
<img width = 1000 src="Images/2.jpg" /><br>
35+
<img width = 1000 src="Images/3.jpg" /><br>
36+
<img width = 1000 src="Images/4.jpg" /><br>
37+
<img width = 1000 src="Images/5.jpg" /><br>
38+
<img width = 1000 src="Images/6.jpg" /><br>
39+
<img width = 1000 src="Images/7.jpg" /><br>
40+
<img width = 1000 src="Images/8.jpg" /><br>
41+
<img width = 1000 src="Images/9.jpg" /><br>
42+
</p>
43+
44+
****
45+
46+
### Name :
47+
- Akash Ramanand Rajak

0 commit comments

Comments
 (0)