elunico / WordnikCLI

A program for getting simple definitions for English words on the command line using Wordnik
MIT License
0 stars 0 forks source link

WordnikCLI

This program is deprecated! I rewrote it to fix some of the issues with it and to make the code clearer and better organized. Please find the new version here

===================================================================

A program for getting simple definitions for English words on the command line

This program uses BeautifulSoup, the Wordnik API (currently does scraping, but API use will be used in the future), requests (for python) to give simple definitions for English words on the command line.

Currently a work and in progress more to come (I think)

Here are some examples of what it looks like

./define.py think

Alt Text

Alt Text

Another example:

./define.py onomatopoeia

Alt Text

Alt Text

Another example again:

./define.py goal

Alt Text

Alt Text