{"id":21430,"library":"hexor","title":"hexor","description":"A Python library for coloring text and backgrounds in CLI using RGB or hex values. Current version: 0.0.15. Release cadence: irregular, occasional bugfix releases.","status":"active","version":"0.0.15","language":"python","source_language":"en","source_url":"https://github.com/yasserbdj96/hexor","tags":["cli","color","terminal","hex","rgb"],"install":[{"cmd":"pip install hexor","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from hexor import Hexor","symbol":"hexor","correct":"import hexor"}],"quickstart":{"code":"from hexor import Hexor\n\nh = Hexor()\n# Color text red using hex\nprint(h.hex('Hello, World!', '#ff0000'))\n# Color background blue using rgb\nprint(h.rgb('Hello, World!', [0, 0, 255]))","lang":"python","description":"Create a Hexor instance, then call hex() or rgb() methods to colorize text."},"warnings":[{"fix":"Check documentation or source for compatibility details.","message":"The library may not be compatible with all terminals or environments. Test on your target terminal.","severity":"gotcha","affected_versions":"all"},{"fix":"Use hex (#RRGGBB) or 3-element list/tuple for RGB.","message":"No explicit support for named colors; you must use hex or RGB values.","severity":"gotcha","affected_versions":"all"},{"fix":"Pin to a specific version in requirements.","message":"Version 0.0.x indicates pre-release. API may change without notice.","severity":"deprecated","affected_versions":"< 1.0.0"}],"env_vars":null,"search_vec":"'0.0.15':19 'background':9 'bugfix':24 'cadenc':21 'cli':11,26 'color':6,27 'current':17 'hex':15,29 'hexor':1 'irregular':22 'librari':4 'occasion':23 'python':3 'releas':20,25 'rgb':13,30 'termin':28 'text':7 'use':12 'valu':16 'version':18","created_at":"2026-04-27T16:59:51.367558+00:00","updated_at":"2026-04-27T16:59:51.367558+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"0.0.15","cli_name":"hexor","cli_version":"sh: 1: hexor: not found","type":"library","homepage":null,"github":"https://github.com/yasserbdj96/hexor","docs":null,"changelog":null,"pypi":"https://pypi.org/project/hexor/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-06-30","last_verified":"2026-06-30","next_check":"2026-07-30","install_tag":null}}