Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akbarjorayev/aj-chalk-pkg

Bring color into Python CLI with aj-chalk
https://github.com/akbarjorayev/aj-chalk-pkg

colorize python-package

Last synced: about 1 month ago
JSON representation

Bring color into Python CLI with aj-chalk

Awesome Lists containing this project

README

        

# AJ-Colorize
Bring color into Python CLI with aj-colorize

## Installation

You can install the `aj-chalk` package via pip:
```
pip install aj-chalk
```

## Usage

To use the `aj-chalk` function, simply import it from the package, and call `aj_chalk.colorize(color, text, should_print)`:

```python
import aj_chalk

aj_chalk.colorize('#2b38cc', 'Blue text', True) # Prints: Blue text
```