{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/3"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/5"},{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing"},{"label":"Terminals","url":"https://skillfed.io/packages/category/terminals"}],"enrichment":{"capability":"Applies ANSI true color and text styles (bold, italic, underline, etc.) to terminal output using hex color codes or named colors.","skillfed_tags":["cli-styling","ansi-colors"],"use_cases":["Colorize log output or status messages in CLI applications with semantic colors (red for errors, green for success).","Add visual emphasis to terminal-based progress indicators, warnings, or debug output.","Build styled help text or command-line interfaces with consistent color and formatting rules.","Generate colored terminal output in scripts for better readability and user experience.","Apply multiple text styles (bold + underline + color) to highlight important information in terminal output."],"what_it_does":"tcolorpy is a lightweight Python library for styling terminal text with true color and text effects. It wraps ANSI escape sequences, allowing you to colorize and format output using either hex color codes (like \"#ee1177\") or standard color names (\"red\", \"green\", etc.), combined with styles such as bold, italic, underline, and others.\n\nThe library has no external dependencies and works as both a Python module and a command-line tool. You import the tcolor function, pass a string along with color and style arguments, and get back a formatted string ready to print. It's designed for developers who want to add visual emphasis to terminal output without manually constructing ANSI escape codes.","worth_installing":"Yes. tcolorpy is a low-friction, dependency-free utility for terminal styling with active maintenance, no known vulnerabilities, and permissive licensing. Install it if you need to add true color and text effects to terminal output; skip it if your application doesn't interact with terminals or if you're already using a larger terminal UI framework."},"id":"tcolorpy","links":{"html":"https://skillfed.io/packages/tcolorpy","md":"https://skillfed.io/packages/tcolorpy.md","pypi":"https://pypi.org/project/tcolorpy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-12-29","license_spdx":null,"license_treatment":"permissive","name":"tcolorpy","python_support":"supports_current","summary":"tcolopy is a Python library to apply true color for terminal text."},"popularity":{"monthly_downloads":2869211,"position":2851,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.1.7"}
