Metadata-Version: 2.2
Name: nuwan_colors
Version: 0.1.2
Summary: A lightweight package for adding customizable text coloring and styling to terminal output, making console applications more visually appealing and readable
Home-page: https://github.com/DevNuwancat/NuwanColors.git
Author: Shashika Nuwan (DevShashika)
Author-email: shashika90nuwan@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: summary

# NuwanColors

A lightweight package by Shashika Nuwan (DevNuwancat) for adding customizable text coloring and styling to terminal output.

## Installation

```bash
pip install nuwan_colors

## Usage

from nuwan_colors import Colors
print(Colors.red("Hello, World!"))
