/English-Dictionary-Django

English dictionary explains the meaning of words

Primary LanguagePythonMIT LicenseMIT

English Dictionary using Django

The best way to find

Live here

English dictionary with django using pyDictionary API

Features

  • By searching any word to get its meaning,synonym and antonym
  • pyDictionay API is used
  • Easy UI to get better understanding

Installation

English Dictionary using Django requires PYDictionary API

pip install pyDictionary

Install the dependencies.

cd english-dictionary
pip -r install requirements.txt
python manage.py runserver

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:8000

Note : This is a deployed version of the code, To run it locally you will need to make changes to settings.py