Metadata-Version: 2.1
Name: dadjokes-cli
Version: 0.1.1
Summary: Dad Jokes on your Terminal
Home-page: UNKNOWN
Author: sangarshanan
Author-email: sangarshanan1998@gmail.com
License: UNKNOWN
Description: 
        <p align="center">
           <img src="https://media1.giphy.com/media/3Jph0n155nmc8/source.gif">
        </p>
        
        
        
        ## dadjokes-cli : Dad Jokes on your Terminal
        
        All the jokes that make you laugh and cringe in equal measure right on your Terminal
        
        ###  Installation 
        
        ```
        pip install dadjokes-cli
        ```
        
        ### Only Dad jokes
        
        ![img](https://i.imgur.com/jWrVzTJ.png)
        
        ### Dad jokes + [Cowsay](https://github.com/jeffbuttars/cowpy)
        
        ![img](https://i.imgur.com/oRuIpTF.png)
        
        ### How'd you like your Dad jokes ?
        
        Groaning 
        
        Choose from reddit, github or icanhazdad 
        
        ```
        dadjoke --reddit --cowsay
        dadjoke --github --cowsay
        dadjoke --icanhazdad --cowsay
        
        ```
        
        
        ### Sources
        
        - https://github.com/wesbos/dad-jokes/blob/master/readme.md
        - https://www.reddit.com/r/dadjokes/ 
        - https://icanhazdadjoke.com/ 
        
        Maybe More...
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
