Metadata-Version: 2.1
Name: shakeabuse
Version: 1.0.1
Summary: Display a random shakespearean abuse on the console.
Home-page: https://github.com/diptangsu/shakeabuse
Author: Diptangsu Goswami
Author-email: diptangsu.97@gmail.com
License: MIT
Description: # Shakeabuse
        
        A simple command line app to display a random shakespearean abuse on the console.
        
        ## Installation
        
        ```
        pip install shakeabuse
        ```
        or, since you're probably using `python3`
        ```
        pip3 install shakeabuse
        ```
        
        ## Usage
        
        ```
        $ shkabuse
        Thou paunchy fly-bitten giglet!
        $ shkabuse
        Thou vain ill-nurtured bugbear!
        $ shkabuse
        Thou artless hasty-witted flap-dragon!
        $ shkabuse
        Methink'st thou art a general offence and every man should beat thee.
        ```
        
        ---
        Idea stolen from my friend [Shuvojit Sarkar](https://github.com/shuvojit-tps). He once wrote an android app that did the same thing.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
