Metadata-Version: 2.1
Name: UDTherapy
Version: 1.0.1
Summary: A simple rehabilitation program for coping with long days of programming
Home-page: https://github.com/tterb/Urban-Dictionary-Therapy
Author: Brett Stevenson
Author-email: bstevensondev@gmail.com
License: UNKNOWN
Download-URL: https://github.com/tterb/Urban-Dictionary-Therapy/archive/1.0.1.tar.gz
Description: [<img src="https://cloud.githubusercontent.com/assets/16360374/25799898/d2fe937e-339b-11e7-81a5-b70a54b580d9.png" height="100"/>]()
        --------------------------------  
        #### A simple rehabilitation program for coping with long days of programming  
        
        <p align="right">
          <!-- CI Status -->
          <a href="https://travis-ci.org/tterb/Urban-Dictionary-Therapy"><img src="https://travis-ci.org/tterb/Urban-Dictionary-Therapy.svg?branch=master" alt="Build Status"/></a>
          <!--Project version-->
          <a href="https://pypi.python.org/pypi/UDTherapy/"><img src="https://badge.fury.io/py/UDTherapy.svg" alt="PyPi Version"/></a>
          <!-- Python version -->
          <a href="https://docs.python.org/3/"><img src="https://img.shields.io/badge/Python-3-brightgreen.svg" alt="Python Version"/></a>
          <!--License-->
          <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License"/></a>
        </p>  
        
        <br>
        
        <p align="center">
          <img src="./docs/images/terminal.svg" width="700"/>
          <!-- <img src="https://cloud.githubusercontent.com/assets/16360374/25802132/cfcd58de-33a5-11e7-8cf8-81f18f6f7af8.png" width="800"/> -->
        </p>
        
        ## Description:  
        **Urban Dictionary Therapy** is a simple command-line rehabilitation program for coping with long frustrating days of programming. Utilizing this program and the information generously donated by the online community, you too can return to your work as a more successful, functioning member of society. More importantly, Urban Dictionary Therapy provides you with the much needed liberation without the distraction that inevitably comes with opening up a new tab in your browser. Though, this is only one of the many wonderful ways this package can benefit your life.  
          
        Maybe you're looking for a substitute for the obligatory ```fortune``` package in your command-line greeting or just simply looking for a way to expand your vocabulary?  
        No matter what the issue, ***Urban Dictionary Therapy*** provides a perfect answer to all your woes.  
          
          
        ## Install  
        The program can be installed with the following commands:  
        
        ```sh
        $ pip install UDTherapy
        ```
          
        ## Usage  
        The program can be executed as shown:  
        
        ```sh
        $ UDTherapy [-options]
        ```
          
        #### Options  
        
        | Arguments       |                                                  |
        |-----------------|--------------------------------------------------|
        | `-s, --search`  |  Display a definition for the specified term     |
        | `-n, --num`     |  Specify the number of definitions to display    |
        | `-a, --all`     |  Display an entire page of definitions           |
        | `-w, -wotd`     |  Display the "*Word of the Day*"                 |
        | `-v, --version` |  Display the program version number and exit     |
        | `-h, --help`    |  Display information on usage and functionality  |  
          
        <br>
        
        ## Contributing  
        If you'd like to contribute to the project, feel free to suggest a [feature request](./../../issues/new?template=feature_request.md) and/or submit a [pull request](./../../pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc).  
          
Keywords: urban,dictionary,therapy,funny,entertainment,cli
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
