/websters-dictionary

A search engine for the plain text version of Webster's Unabridged Dictionary.

Primary LanguagePythonMIT LicenseMIT

banner

How to Run?

Ensure that all the required libraries(Tkinter and others) are installed.

Open terminal in this directory and type the following command -

python gui.py

Run gui.py using terminal/cmd to open a Grapical User Interface of the dictionary.

Usage

  • Upon typing the text in text input box, press Enter to execute the query.
  • To navigate the listbox(search and word recommendations), scroll using a mouse or touchpad.

Footnotes

Webster's Unabridged Dictionary was used as dictionary.txt (Plain Text UTF-8) from here.