raincolor


Nameraincolor JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryA versatile Python module for terminal color and style formatting, allowing easy customization of text appearance in command line applications.
upload_time2024-10-28 14:06:48
maintainerNone
docs_urlNone
authorPlingenn
requires_python>=3.6
licenseNone
keywords terminal colors ansi styles text formatting cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rain Colors

**Rain Colors** is a versatile Python module designed for formatting terminal output with colorful text and styles. This module simplifies the process of customizing the appearance of text in command-line applications, allowing developers to easily implement colorful interfaces.

## Features

- **Color Management**: Easily apply both foreground and background colors to text using 8-bit and 24-bit RGB options.
- **Text Styles**: Utilize various text styles like bold, italic, underline, and more.
- **Themed Messages**: Predefined styles for success, warning, and error messages for consistent UX.
- **Utility Functions**: Functions for progress bars, RGB blending, and more.

## Installation

Install the package with pip:

```bash
pip install raincolor

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "raincolor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "terminal colors ANSI styles text formatting CLI",
    "author": "Plingenn",
    "author_email": "raintool@engineer.com",
    "download_url": "https://files.pythonhosted.org/packages/dc/63/032cf7db1accd14f8e0251e902793daacb36b3415cd5c726f3f3f0d461a8/raincolor-0.1.3.tar.gz",
    "platform": null,
    "description": "# Rain Colors\r\n\r\n**Rain Colors** is a versatile Python module designed for formatting terminal output with colorful text and styles. This module simplifies the process of customizing the appearance of text in command-line applications, allowing developers to easily implement colorful interfaces.\r\n\r\n## Features\r\n\r\n- **Color Management**: Easily apply both foreground and background colors to text using 8-bit and 24-bit RGB options.\r\n- **Text Styles**: Utilize various text styles like bold, italic, underline, and more.\r\n- **Themed Messages**: Predefined styles for success, warning, and error messages for consistent UX.\r\n- **Utility Functions**: Functions for progress bars, RGB blending, and more.\r\n\r\n## Installation\r\n\r\nInstall the package with pip:\r\n\r\n```bash\r\npip install raincolor\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A versatile Python module for terminal color and style formatting, allowing easy customization of text appearance in command line applications.",
    "version": "0.1.3",
    "project_urls": null,
    "split_keywords": [
        "terminal",
        "colors",
        "ansi",
        "styles",
        "text",
        "formatting",
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5054888c8974b6e3e0e7be6a7d879f71cb33a067afe886d52050833611e3b133",
                "md5": "4d31e6b3fe4d11c45bfbdb8b48a63183",
                "sha256": "ab991a4f0b5483b2e6062c7cdbf3260639cab54474484710c8b17d44413abe7f"
            },
            "downloads": -1,
            "filename": "raincolor-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d31e6b3fe4d11c45bfbdb8b48a63183",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6317,
            "upload_time": "2024-10-28T14:06:45",
            "upload_time_iso_8601": "2024-10-28T14:06:45.149100Z",
            "url": "https://files.pythonhosted.org/packages/50/54/888c8974b6e3e0e7be6a7d879f71cb33a067afe886d52050833611e3b133/raincolor-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc63032cf7db1accd14f8e0251e902793daacb36b3415cd5c726f3f3f0d461a8",
                "md5": "761af629a3bd1d228569d43bc6dc7390",
                "sha256": "b31eddad4c9e105809e7e035393b23448bad73aa3016ff68a99ac28f83dca147"
            },
            "downloads": -1,
            "filename": "raincolor-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "761af629a3bd1d228569d43bc6dc7390",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5524,
            "upload_time": "2024-10-28T14:06:48",
            "upload_time_iso_8601": "2024-10-28T14:06:48.062729Z",
            "url": "https://files.pythonhosted.org/packages/dc/63/032cf7db1accd14f8e0251e902793daacb36b3415cd5c726f3f3f0d461a8/raincolor-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 14:06:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "raincolor"
}
        
Elapsed time: 0.41743s