Create Dictionary in Python:
PyDictionary is a Module which is used to create a dictionary using python . Using PyDictionary we can get Meanings, Synonyms, Antonyms and Translation to specific languages.
Installation:
$ pip install PyDictionary
Step-1:
importing modules
from tkinter import *
from PyDictionary import Pydictionary
Step-2:
Create an objects
dictionary= PyDictionary()
root=Tk()
Step-3:
set Geometry
root.geometry("400x400)
Step-4:
Create Method for processing
meaning.config(text=dictionary.meaning(word.get( ))['Noun'][0])
Step-5:
Create 4 frames
frame=Frame(root)
frame1=Frame(root)
frame2=Frame(root)
frame3=Frame(root)
Step-6:
Execution
$python dictionary.py
Output:
To Download Overall Source Code for above Project
Note:
Hello Guys, Don't Stop Learning keep Going..............