Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d9bee0e

Browse files
Merge pull request #833 from akash435/emojidictbranch
Added Emoji Dictionary in GUIScripts
2 parents 7dec246 + b79ca87 commit d9bee0e

File tree

12 files changed

+228
-0
lines changed

12 files changed

+228
-0
lines changed
84.6 KB
Loading[フレーム]
172 KB
Loading[フレーム]
105 KB
Loading[フレーム]
91.2 KB
Loading[フレーム]
102 KB
Loading[フレーム]
110 KB
Loading[フレーム]
107 KB
Loading[フレーム]
93.3 KB
Loading[フレーム]
108 KB
Loading[フレーム]
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
31+
# SCREENSHOTS :
32+
33+
****
34+
35+
<p align="center">
36+
<img width = 1000 src="images/1.jpg" /><br>
37+
<img width = 1000 src="images/2.jpg" /><br>
38+
<img width = 1000 src="images/3.jpg" /><br>
39+
<img width = 1000 src="images/4.jpg" /><br>
40+
<img width = 1000 src="images/5.jpg" /><br>
41+
<img width = 1000 src="images/6.jpg" /><br>
42+
<img width = 1000 src="images/7.jpg" /><br>
43+
<img width = 1000 src="images/8.jpg" /><br>
44+
<img width = 1000 src="images/9.jpg" /><br>
45+
</p>
46+
47+
****
48+
49+
# Name :
50+
- ### Akash Ramanand Rajak

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /