Metadata-Version: 2.1
Name: colorfulconsole
Version: 0.0.1
Summary: Colorful console output
Home-page: https://github.com/Ex10si0n/color.py
Author: Ex10si0n
Author-email: yzb.ex10si0n@icloud.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# color.py
A Python package enable rich text in console output

## Demo
![](screenshot.png)

## Usage - Methods

### `color.print()`
to print colorful output
params:
- color = int: color.test().code | str: 'r', 'g', 'b', 'y', 'c', 'm'
- weight = str: 'normal', 'bold'
- bg = str: 'r', 'g', 'b', 'y', 'c', 'm', '1', '0'
- end = str: [any string]

### `color.test()`
cheatsheet for color code
params:
- None



