Metadata-Version: 2.1
Name: swear
Version: 3.14159
Summary: A module that displays cool ascii banners of curse words
Home-page: https://github.com/someStranger8/swear
Author: someStranger8
Author-email: someStranger87@gmail.com
License: UNKNOWN
Description: # swear
        
        swear is a python module that
        displays sick and cool ascii
        banners of curse words
        
        ## install
        you can install swear by
        doing this:
        ```
        $ pip3 install swear
        ```
        
        ## usage
        
        ```python
        # import
        import swear as c
        
        # run
        c.fuckyou()
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
