Metadata-Version: 1.1
Name: coolered
Version: 0.1.0
Summary: A better dslackw/colored
Home-page: https://github.com/llamicron/coolered
Author: Luke Sweeney
Author-email: llamicron@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # Disclaimer - This shit ain't done
        # Coolered
        ## A better [dslackw/colored](https://github.com/dslackw/colored)
        I read the readme of dslackw/colored for Python, and thought it was too complicated. This will be an interface so simple you memorize it immediately.
        
        ## Example
        ```
        # Colors
        color('red', 'This is red')
        color('blue', 'This is blue')
        color('yellow', 'This is yellow')
        
        # Backgrounds
        color('red', "This is red with a blue background", bg='blue')
        color('blue', "This is blue with a yellow background", bg='yellow')
        
        
        # That's it
        ```
        
        ## Color reference chart
        
        ## Installation
        ```
        pip install coolered
        ```
        ## Uninstallation
        ```
        pip uninstall coolered
        ```
        
Keywords: development color terminal text codes ascii colored coolered color-terminal
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
