๐จ Color Crafter Py
๐จ โ ๏ธ ๐ง ATTENTION PLEASE ๐ง โ ๏ธ ๐จ
This is my first Python project and is still in early development. Wait for new versions to test it. Or test it at your own risk. I'm still studying Python and I'm not responsible for instabilities.
๐ Introduction
๐จ Color Crafter Py is a versatile Python library designed for effortlessly infusing colors, styles, and custom RGB hues into text displayed on your terminal. It's a user-friendly, low-dependency package that simplifies the process of printing colorful and stylish text in the terminal. Whether you're looking to highlight important information, create visually appealing output, or add a creative flair to your scripts and applications, Color Crafter Py has you covered.
๐ Key Features:
- ๐ Easily customize text with a wide range of colors, including custom full RGB values.*
- ๐๐จ Has a set of predefined colors.
- ๐๐จ Accepts 8-bit colors.
- ๐๐จ Accepts 24-bit colors.
- ๐๐จ Accepts HEX format colors.
- ๐ Apply various text styles, such as bold, italic, and more.
- ๐ผ Foreground and background colors for your text.
- โHighlight specific text elements to enhance information visibility.
- ๐ฅ Compatible with Unix, Windows, and other popular systems.
Elevate your CLI experience with Color Crafter Py and inject a burst of vibrancy and style into your terminal interactions!
๐ Getting Started
Install it from PyPI
pip install color_crafter_py
Usage
from color_crafter_py import BaseClass
from color_crafter_py import base_function
BaseClass().base_method()
base_function()
Development
Read the CONTRIBUTING.md file.
Notes
- *Not every terminal supports all of the colors available. The package was developed for in Linux using ZSH and BASH terminals.
License
Read the LICENSE.md file.
color_crafter_py created by
๐ง๐ผโโ๏ธ WernerLuiz92