{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/8"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/17"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"},{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools/4"}],"enrichment":{"capability":"Applies colored text and background styling to CLI output using hex or RGB color formats, then prints or returns the formatted string.","skillfed_tags":["cli-styling","terminal-colors"],"use_cases":["Add colored output to CLI tools and scripts for better readability and visual hierarchy","Highlight errors, warnings, and success messages in terminal applications with distinct colors","Create colored logs or status displays where text and background colors improve information scanning","Build interactive CLI menus or prompts with colored text to guide user attention","Generate colored terminal reports or dashboards that mix multiple text and background colors"],"what_it_does":"Hexor is a lightweight CLI text coloring library that lets you style terminal output with foreground and background colors. You instantiate a hexor object, then call its `.c()` method with text and color values in hex (e.g., #ff0000) or RGB (e.g., 255,0,0 or rgb(255,0,0)) formats. The object can either print the styled text directly or return it as a string for further use.\n\nThe package has no external runtime dependencies and installs as a pure Python wheel. It's designed for developers who need simple, flexible color control in command-line applications without the complexity of larger terminal libraries. The API is minimal: create an instance with an optional return flag, then call `.c()` with text and one or two color arguments.","worth_installing":"Yes, if you need simple CLI text coloring without dependencies. The package is actively maintained, has no known vulnerabilities, and installs cleanly with zero runtime dependencies. The Apache license is permissive. The main caveat is that the last release was 2023-06-06; if you need cutting-edge features or fixes, verify the repository hasn't stalled despite recent commits."},"id":"hexor","links":{"html":"https://skillfed.io/packages/hexor","md":"https://skillfed.io/packages/hexor.md","pypi":"https://pypi.org/project/hexor/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-06-06","license_spdx":null,"license_treatment":"permissive","name":"hexor","python_support":"unspecified","summary":"Coloring texts and their backgrounds in command line interface (cli), with rgb or hex types."},"popularity":{"monthly_downloads":159295,"position":10700,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.0.15"}
