Metadata-Version: 2.4
Name: TextColorDisplay
Version: 1.0.4
Summary: A terminal ASCII engine that supports inline multi-color and formatting tags.
Author: NeverStopTheCoder
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pyfiglet

# CD/Color Display
A terminal ASCII engine that supports inline multi-color and formatting tags.
## How to run:
```python
import CD
CD.DrawColoredText()
```
You will be asked what color and letters you want
if you type codes such as 
```
HI :O: HELLO
```
then the Hello will be orange 
```
:R: - Red
:O: - Orange
:Y: - Yellow
:G: - Green
:B: - Blue
:P: - Purple
:C: - Cyan
:B2: - Black
:W: - White
:UR: - UnderLined Red
:UO: - UnderLined Orange
:UY: - UnderLined Yellow
:UG: - UnderLined Green
:UB: - UnderLined Blue
:UP: - UnderLined Purple
:UC: - UnderLined Cyan
:UB2: - UnderLined Black
:UW: - UnderLined White
```
