colorme-v2


Namecolorme-v2 JSON
Version 2.1 PyPI version JSON
download
home_pagehttps://github.com/ts-dev-java/colorme
SummaryPrint hex-colored text in your terminal from Python
upload_time2025-08-25 19:11:08
maintainerNone
docs_urlNone
authorTS-DEV-JAVA
requires_python>=3.6
licenseGPL-2.0
keywords color hex terminal ansi text python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # colorme-v2

Print hex-colored text in your terminal from Python.

## Features

- Color text using hex codes
- Support for bold and underline styles
- Easy to use API
- Super light-weight

## Installation

```bash
pip install colorme-v2
```

## Usage
```python
from colorme import color_text, bold, underline

# Prints hello world in PURE red

print(color_text("Hello in red!", "#ff0000"))
# Prints Blue backround

print(color_text("Background blue", "#0000ff", background=True))

# Prints Bold green text
print(bold(color_text("Bold green", "#00ff00")))

# Prints Orange Underlined Text
print(underline(color_text("Underlined orange", "#ffa500")))
```

# License

this project is licensed under:

GPL-2.0 License

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ts-dev-java/colorme",
    "name": "colorme-v2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "color, hex, terminal, ansi, text, python",
    "author": "TS-DEV-JAVA",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/15/dd/bdf766ddb548c895902a5f7ca437b901deba8f81643a8a1d9004957b0137/colorme_v2-2.1.tar.gz",
    "platform": null,
    "description": "# colorme-v2\r\n\r\nPrint hex-colored text in your terminal from Python.\r\n\r\n## Features\r\n\r\n- Color text using hex codes\r\n- Support for bold and underline styles\r\n- Easy to use API\r\n- Super light-weight\r\n\r\n## Installation\r\n\r\n```bash\r\npip install colorme-v2\r\n```\r\n\r\n## Usage\r\n```python\r\nfrom colorme import color_text, bold, underline\r\n\r\n# Prints hello world in PURE red\r\n\r\nprint(color_text(\"Hello in red!\", \"#ff0000\"))\r\n# Prints Blue backround\r\n\r\nprint(color_text(\"Background blue\", \"#0000ff\", background=True))\r\n\r\n# Prints Bold green text\r\nprint(bold(color_text(\"Bold green\", \"#00ff00\")))\r\n\r\n# Prints Orange Underlined Text\r\nprint(underline(color_text(\"Underlined orange\", \"#ffa500\")))\r\n```\r\n\r\n# License\r\n\r\nthis project is licensed under:\r\n\r\nGPL-2.0 License\r\n",
    "bugtrack_url": null,
    "license": "GPL-2.0",
    "summary": "Print hex-colored text in your terminal from Python",
    "version": "2.1",
    "project_urls": {
        "Homepage": "https://github.com/ts-dev-java/colorme",
        "Issues": "https://github.com/ts-dev-java/colorme/issues",
        "Source": "https://github.com/ts-dev-java/colorme"
    },
    "split_keywords": [
        "color",
        " hex",
        " terminal",
        " ansi",
        " text",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b8157e436e9fd052ba4e625aec14f88133b38445bb061b0e7b9681b2f77293d",
                "md5": "d76b6d500e6401ecc8357b0d2e5ec397",
                "sha256": "78f5afe43f35144fa87c6d8d9014765ffcd9755978b067a367adab315b149900"
            },
            "downloads": -1,
            "filename": "colorme_v2-2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d76b6d500e6401ecc8357b0d2e5ec397",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3542,
            "upload_time": "2025-08-25T19:11:06",
            "upload_time_iso_8601": "2025-08-25T19:11:06.997552Z",
            "url": "https://files.pythonhosted.org/packages/6b/81/57e436e9fd052ba4e625aec14f88133b38445bb061b0e7b9681b2f77293d/colorme_v2-2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "15ddbdf766ddb548c895902a5f7ca437b901deba8f81643a8a1d9004957b0137",
                "md5": "36c66f8f796047777d10e4552df9dcaa",
                "sha256": "def6a089248c183a5f1b7cb3bfc8ea3e28f43e88579637b4254442cb8721a6bc"
            },
            "downloads": -1,
            "filename": "colorme_v2-2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "36c66f8f796047777d10e4552df9dcaa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2703,
            "upload_time": "2025-08-25T19:11:08",
            "upload_time_iso_8601": "2025-08-25T19:11:08.229345Z",
            "url": "https://files.pythonhosted.org/packages/15/dd/bdf766ddb548c895902a5f7ca437b901deba8f81643a8a1d9004957b0137/colorme_v2-2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-25 19:11:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ts-dev-java",
    "github_project": "colorme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "colorme-v2"
}
        
Elapsed time: 1.30626s