|
| 1 | +# ✔ UNICODE AND EMOJI |
| 2 | +- ### An Unicode and Emoji created in python with tkinter gui. |
| 3 | +- ### Using this user will be convert any emoji to its unicode code and also unicode code to its corresponding emoji. |
| 4 | +- ### for implementing this user emoji library in python. |
| 5 | + |
| 6 | +**** |
| 7 | + |
| 8 | +# REQUIREMENTS : |
| 9 | +- ### python 3 |
| 10 | +- ### tkinter module |
| 11 | +- ### from PIL import Image, ImageTk |
| 12 | +- ### import tkinter.messagebox as mbox |
| 13 | +- ### pandas |
| 14 | +- ### emoji |
| 15 | + |
| 16 | +**** |
| 17 | + |
| 18 | +# HOW TO Use it : |
| 19 | +- ### User just need to download the file, and run the unicode_and_emoji.py, on local system. |
| 20 | +- ### After running a GUI window appears, here user can see buttons like START and EXIT. |
| 21 | +- ### When user clicks on the start button, the main application will open, and user can see the option to convert from unicode to emoji and emoji to unicode. |
| 22 | +- ### Here user just need to enter the unicode of any emoji, and can get that emoji using GET EMOJI, nd vice versa. |
| 23 | +- ### Also there is exit button, clicking on which we get a exit dialog box asking the permission to exit. |
| 24 | + |
| 25 | +# Purpose : |
| 26 | +- ### This scripts helps user to easily convert between unicode to emoji and emoji to unicode. |
| 27 | + |
| 28 | +# Compilation Steps : |
| 29 | +- ### Install tkinter, PIL, pandas, emoji |
| 30 | +- ### After that download the code file, and run unicode_and_emoji.py on local system. |
| 31 | +- ### Then the script will start running and user can explore it by converting between unicode to emoji and emoji to unicode. |
| 32 | + |
| 33 | +**** |
| 34 | + |
| 35 | +# SCREENSHOTS : |
| 36 | + |
| 37 | +**** |
| 38 | + |
| 39 | +<p align="center"> |
| 40 | + <img width = 1000 src="Images/1.jpg" /><br> |
| 41 | + <img width = 1000 src="Images/2.jpg" /><br> |
| 42 | + <img width = 1000 src="Images/3.jpg" /><br> |
| 43 | + <img width = 1000 src="Images/4.jpg" /><br> |
| 44 | + <img width = 1000 src="Images/5.jpg" /><br> |
| 45 | + <img width = 1000 src="Images/6.jpg" /><br> |
| 46 | +</p> |
| 47 | + |
| 48 | +**** |
| 49 | + |
| 50 | +# Author : |
| 51 | +- ### Akash Ramanand Rajak |
0 commit comments