Metadata-Version: 2.1
Name: tercol
Version: 0.1.3
Summary: TerCol is a useless library that colors your text.
Author-email: Sultan Marzouq <epicnoobcontactemail@gmail.com>
Project-URL: Homepage, https://butterroach.github.io/tercol
Project-URL: Bug Tracker, https://github.com/butterroach/tercol/issues
Project-URL: Source Code, https://github.com/butterroach/tercol
Keywords: terminal styling,colors,style
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
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
License-File: LICENSE.txt

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# **TerCol**

#### _A completely useless library for terminal styling._

## **Why should I use this for terminal styling?**

- Sometimes, you will feel like you're insane and would wanna hit your head on the table multiple times. So, TerCol's there if that happens.

## **What features does this library have?**

- Everything other libraries have, except for rainbowtext() which is a unique feature this library has.

## **How do I use this?**

```python
import tercol

print(tercol.red('Red text'))
print(tercol.blue('Blue text'))
print(tercol.rgb(255, 215, 0, 'Gold text using RGB'))
print(tercol.hex('#ffd700', 'Gold text using HEX'))
print(tercol.rainbowtext('Rainbow text!'))

# it's that simple.
```

maybe try running this too at the terminal
```
py -m tercol
```

that's all
bye
