Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 529 Bytes

English Dictionary

Description

English dictionary application created using oxford dictionary API.You can quickly and easily search for a word that you don't understand and it will show you the definitions of the word, it's synonyms, examples in a sentance and much more.

Installation

git clone https://github.com/dinok3/dictionary.git
cd dictionary
pip install -r requirements.txt
py manage.py migrate
py manage.py runserver

Brief look