Metadata-Version: 1.0
Name: define
Version: 0.0.0
Summary: USAGE:
define -h OR define --help #Gives you the help menu

define WORD #WORD is obviously the word that you want to define.

define "WORD1 WORD2 etc" #Note that you need to enclose all the words you would like to look up in quotations. Separate them with spaces.

define words.txt #The text file needs to have one word per line

Home-page: UNKNOWN
Author: Jose Luis Naranjo Gomez
Author-email: luisnaranjo733@hotmail.com
License: UNKNOWN
Description: define is a cross platform command line utility written completely in python.
        It wraps around Sridarshan Shetty's dictionary.py (http://sourceforge.net/projects/googlepythondic/) which uses the Google Dictionary unofficial API.
        Once installed with setup.py, an executable script (called define) is added to your environment.
        
Platform: UNKNOWN
