Metadata-Version: 1.0
Name: definition
Version: 0.0.2
Summary: Definition fetcher from 5 online dictionaries
Home-page: https://github.com/shubhamchaudhary/definition
Author: Shubham Chaudhary
Author-email: me@shubhamchaudhary.in
License: GPLv3+
Description: 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
        ```
        
Platform: UNKNOWN
