Skip to content

Dictionary App for Windows. Makes use of PyGubu UI designer and Oxford's Dictionary API

Notifications You must be signed in to change notification settings

aseemydv/PyDiction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyDiction

Dictionary App for Windows. Makes use of PyGubu UI designer and Oxford's Dictionary API

  1. Fetches JSON content as a response after making request to Oxford's API .

  2. Let user choose optional information apart from meaning and usage of the word (tk.Checkbutton)

  3. With background as tk.Canvas, rest of the widgets are imposed on the GUI like:

    • tk.Button
    • tk.Entry
    • tk.Label
    • tk.Checkbutton
    • tk.Radiobutton, and also a
    • ttk.Separator
  4. Play a GIF until the response to the request is received:-

Screen snapshot when request is made

  1. Display the meaning and other optional information inside a tk.Text widget:-

Screen snapshot after response is received

About

Dictionary App for Windows. Makes use of PyGubu UI designer and Oxford's Dictionary API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages