Metadata-Version: 2.4
Name: color_ur_text
Version: 0.1.3.0
Summary: A module for printing colored text to terminal/console in Python, Now with more methods and colors like printing animations.
Home-page: https://github.com/basitganie/colored_text
Author: Basit Ahmad Ganie
Author-email: basitahmed1412@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: LICENSE.txt:Zone.Identifier
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# colored_text

A Python module for printing colored text in the terminal with ANSI escape codes. Supports standard colors, bright colors, 256-color mode, and 24-bit RGB.

## Installation

You can install the package using pip: pip install colored_text
