Definition
=========

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

#### Installation

```sh
pip install definition
```

#### Usage
To fetch definition of <query>

```sh
definition <query>
```

```sh
$ 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
```
