Metadata-Version: 1.1
Name: coolered
Version: 0.0.2
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 donee
        # 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
        red("This is red")
        green("This is green")
        blue("This is blue")
        
        # Backgrounds
        blue("Blue with a red background").on_red()
        green("This isn't readable").on_green()
        
        # 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
