Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akbarjorayev/aj-chalk-pkg
- Owner: akbarjorayev
- License: mit
- Created: 2024-11-19T17:46:54.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:21:45.000Z (about 1 month ago)
- Last Synced: 2024-11-19T18:49:37.904Z (about 1 month ago)
- Topics: colorize, python-package
- Language: Python
- Homepage: https://pypi.org/project/aj-chalk
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_chalkaj_chalk.colorize('#2b38cc', 'Blue text', True) # Prints: Blue text
```