Metadata-Version: 2.1
Name: rainbow-console
Version: 0.0.1
Summary: This module is designed to color the information displayed in the console.
Home-page: https://github.com/Elysiumskrieger/rainbow-console
Author: Elysiumskrieger
Author-email: kurt@i-e.space
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# rainbow-console

This module is designed to color the information displayed in the console.

## How to use

import rainbow

rainbow.print("#F07427example #F4CA16print")

rainbow.print("example print", color="#CC397B")

print(rainbow.paint("Hello, world!", color="#318CE7"))

Colored line example: "#318CE7Hello #FECF3DWorld#309831!#r default colored text"

Use #xxxxx to set color

Use #r to reset color to console default

Flag #r automatically appends to end of string

