Metadata-Version: 2.1
Name: ThrowColour
Version: 0.0.1
Summary: A small package to make printing pretty things easier!
Home-page: https://github.com/jackyzha0/ThrowColour
Author: Jacky Zhao
Author-email: j.zhao2k19@gmail.com
License: UNKNOWN
Description: # Title
        
        ThrowColour is a small Python module to make printing messages with formatting and colours easier!
        
        # Overview
        Description
        
          - Feature 1
          - Feature 2
        
        
        ## Usage
        
        In the following paragraphs, I am going to describe how you can get and use Name for your own projects.
        
        ###  Getting it
        
        To download scrapeasy, either fork this github repo or simply use Pypi via pip.
        ```sh
        $ pip install ThrowColour
        ```
        
        ### Using it
        
        Exmaple of how to use ThrowColour
        
        ```Python
        from ThrowColour import cthrow
        cthrow('Test 1,2')
        ```
        
        More details
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
