look-up

Get the meaning of a word on your terminal


Keywords
english, dictionary, words
License
MIT
Install
pip install look-up==0.1.1

Documentation

Look-up

Get the meaning of a word on your terminal.

Powered by Wordnik.

demo

Install

$ pip install look-up

You need to get an api key from wordnik and set WORDNIK_API_KEY environment variable to your developer key. That's it.

Usage

$ look-up This will get the word of the day and its definition.

$ look-up -w gravity This will get the defintion of gravity

Available options

  • -w word

Optional arguments

  • -e [show example]
  • -p [show pronunciation]
  • -h [show help]