Metadata-Version: 2.1
Name: tercol
Version: 0.0.8
Summary: TerCol is a useless library that colors your text.
Home-page: https://github.com/Butterroach/tercol/
Download-URL: https://github.com/Butterroach/tercol/archive/refs/tags/v_008.tar.gz
Author: Sultan Marzouq
Author-email: epicnoobcontactemail@gmail.com
License: MIT
Keywords: terminal styling,colors,style
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# **TerCol**

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

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

- Whenever you feel insane.

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

- Everything other libraries have.

# **How do I use this?**
    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'))

that's all
bye
