khx-color-lines


Namekhx-color-lines JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPrint five colored lines in the terminal (Windows/macOS/Linux).
upload_time2025-09-03 01:14:30
maintainerNone
docs_urlNone
authorKhader Abueltayef
requires_python>=3.9
licenseMIT
keywords ansi colors lines terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # khx_color_lines

Print five colored lines in the terminal (cross-platform).

## Install
```bash
pip install khx_color_lines
```

## CLI

```bash
khx-lines
khx-lines --text "Hello"
khx-lines --colors red green yellow blue magenta
```

## Python API

```python
from khx_color_lines import print_five_lines
print_five_lines("Hello")  # prints 5 lines with default colors
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "khx-color-lines",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ansi, colors, lines, terminal",
    "author": "Khader Abueltayef",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/30/a6/40b1890979cbf173bcc1a8145d476f374193a90c36f94f129c7968381111/khx_color_lines-0.1.0.tar.gz",
    "platform": null,
    "description": "# khx_color_lines\n\nPrint five colored lines in the terminal (cross-platform).\n\n## Install\n```bash\npip install khx_color_lines\n```\n\n## CLI\n\n```bash\nkhx-lines\nkhx-lines --text \"Hello\"\nkhx-lines --colors red green yellow blue magenta\n```\n\n## Python API\n\n```python\nfrom khx_color_lines import print_five_lines\nprint_five_lines(\"Hello\")  # prints 5 lines with default colors\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Print five colored lines in the terminal (Windows/macOS/Linux).",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "ansi",
        " colors",
        " lines",
        " terminal"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27792b1ef075de937638b4551fc7230cef484ad0acf9e46efa6a2c495cdd0fc5",
                "md5": "6ad099e6d82060e5f1a92d5d242d3663",
                "sha256": "08277adaaef0bbb50c57be12c1b9c11e9b1926224523cf02a091ca2b2ae8240c"
            },
            "downloads": -1,
            "filename": "khx_color_lines-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ad099e6d82060e5f1a92d5d242d3663",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3655,
            "upload_time": "2025-09-03T01:14:29",
            "upload_time_iso_8601": "2025-09-03T01:14:29.295218Z",
            "url": "https://files.pythonhosted.org/packages/27/79/2b1ef075de937638b4551fc7230cef484ad0acf9e46efa6a2c495cdd0fc5/khx_color_lines-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "30a640b1890979cbf173bcc1a8145d476f374193a90c36f94f129c7968381111",
                "md5": "3357e587ab2f3f6d28c1ece561858a35",
                "sha256": "804d1ff83619d15c74c2501574d64d9182ef77bee0e24e5bc7c4404b248bda1c"
            },
            "downloads": -1,
            "filename": "khx_color_lines-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3357e587ab2f3f6d28c1ece561858a35",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3855,
            "upload_time": "2025-09-03T01:14:30",
            "upload_time_iso_8601": "2025-09-03T01:14:30.321394Z",
            "url": "https://files.pythonhosted.org/packages/30/a6/40b1890979cbf173bcc1a8145d476f374193a90c36f94f129c7968381111/khx_color_lines-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-03 01:14:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "khx-color-lines"
}
        
Elapsed time: 3.85855s