Metadata-Version: 2.1
Name: object-colors
Version: 1.0.1
Summary: Adding colours to Python terminal simplified into a single class
Home-page: https://github.com/jshwi/object_colors
Author: Stephen Whitlock
Author-email: stephen@jshwisolutions.com
License: MIT
Description: ![alt text](./docs/source/img/oc.png)
        ### The minimalist - all purpose - color class for printing
        
            Default values set for standard printing
        
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2012-20-05.png)
        
            Instantiate with string for class colors
            
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2012-22-07.png)
        
            Or set colors with integers
        
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2012-23-05.png)
        
            The format doesn't matter
            
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2012-24-03.png)
        
            Create subclasses
        
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2012-28-55.png)
        
            Instead of using print() use get() to manipulate strings
            
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2012-31-32.png)
        
            Subclass contained in self.__dict__
        
        ![alt text](./docs/source/img/Screenshot%20from%202019-10-02%2014-02-53.png)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
