TextColorDisplay 1.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: TextColorDisplay
3
+ Version: 1.0.1
4
+ Summary: A terminal ASCII engine that supports inline multi-color and formatting tags.
5
+ Author: NeverStopTheCoder
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.7
10
+ Description-Content-Type: text/markdown
11
+ Requires-Dist: pyfiglet
12
+
13
+ # CD/Color Display
14
+ A terminal ASCII engine that supports inline multi-color and formatting tags.
15
+ ## How to run:
16
+ ```python
17
+ import CD
18
+ CD.DrawColoredText()
19
+ ```
20
+ You will be asked what color and letters you want
21
+ if you type codes such as
22
+ ```
23
+ HI :O: HELLO
24
+ ```
25
+ then the Hello will be orange
26
+ ```
27
+ :R: - Red
28
+ :O: - Orange
29
+ :Y: - Yellow
30
+ :G: - Green
31
+ :B: - Blue
32
+ :P: - Purple
33
+ :C: - Cyan
34
+ :B2: - Black
35
+ :W: - White
36
+ :UR: - UnderLined Red
37
+ :UO: - UnderLined Orange
38
+ :UY: - UnderLined Yellow
39
+ :UG: - UnderLined Green
40
+ :UB: - UnderLined Blue
41
+ :UP: - UnderLined Purple
42
+ :UC: - UnderLined Cyan
43
+ :UB2: - UnderLined Black
44
+ :UW: - UnderLined White
45
+ ```
@@ -0,0 +1,4 @@
1
+ textcolordisplay-1.0.1.dist-info/METADATA,sha256=KpkorOeim-bjEw6SsjKY7aTixPiAQkEqW_bjaqDcjE4,1025
2
+ textcolordisplay-1.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
3
+ textcolordisplay-1.0.1.dist-info/top_level.txt,sha256=YivNLoJ1RPTSZ0mzPvkwYNXFwSgS_p-DuoOCvR33698,3
4
+ textcolordisplay-1.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ CD