ylogx / definition

A quick command line tool to find word meanings from 4-5 online dictionaries

Home Page:https://pypi.python.org/pypi/definition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Definition

Join the chat at https://gitter.im/shubhamchaudhary/definition

Version Downloads
Latest Version PyPi downloads

Fetch definition from 5 or more online dictionaries Available easily from PyPi

Installation

pip install definition

Usage

To fetch definition of

definition <query>
$ definition -h

Usage: def [-p] [-r [INT]] [-e [INT]] query

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  -w, --word            Show the word of the day
  -x, --xamples         Show 30 examples
  -e EXAMPLE, --example=EXAMPLE
                        Show specified number of examples
  -r, --random          Show random words
  -q, --quiet           don't print status messages to stdout
  -p, --pronunciation   Show detailed pronunciation

About

A quick command line tool to find word meanings from 4-5 online dictionaries

https://pypi.python.org/pypi/definition

License:GNU General Public License v3.0


Languages

Language:Python 100.0%