Dictionary App for Windows. Makes use of PyGubu UI designer and Oxford's Dictionary API
-
Fetches JSON content as a response after making request to Oxford's API .
-
Let user choose optional information apart from meaning and usage of the word (tk.Checkbutton)
-
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
-
Play a GIF until the response to the request is received:-
- Display the meaning and other optional information inside a tk.Text widget:-