It is a simple and yet another CLI application that finds the definition of words on the command-line itself. Ain't that cool? This is my first try on a CLI application based on python's Click library and Ofxord Dictionary's API.
Clone the repo:
git clone https://github.com/adityaprakash-bobby/dictionary-cli.git
cd dictionary-cli
Setup your machine:
pip install --editable . --user
Run the application:
diction -w "<the word you want to know the meaning of>"