Metadata-Version: 2.1
Name: PyColorTools
Version: 0.0.2
Summary: A colorfull package
Author: Rayaan khan
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >3.7
Description-Content-Type: text/markdown

# PyColors

## Description



PyColors is a Python module for easily styling outputs in PYTHON!<br>
It has a few classes for you to access in seconds!

<div style="background-color:black;color:black">__</div>

# CODE SAMPLES
    from PyColors import *
    # CODE SAMPLES
    print(SpecFont.BOLD + "Hello")
    print(SpecFont.UNDERLINE + "Hello")
    print(ColorLib.GREEN + "Hello")
    print(SpecFont.UNDERLINE + "Hello")
    print(SpecFont.HEADER + "Hello")

    
### CHANGELOG:

> * Added 2 New classes SpecFont and ColorLib
>  * ColorLib -- simplified version of the PyColors set
>  * SpecFont -- a few items from PyColors organised as font specials
>

