lescolors


Namelescolors JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Anish177/lescolors
SummaryColor Manipulation and Analysis Utilities
upload_time2024-08-25 19:37:02
maintainerNone
docs_urlNone
authorAnish Panda
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lesColors

lesColors is a lightweight Python package that provides utilities for manipulating and analyzing colors. It includes functions for calculating adjacent, analogous, and complementary colors, converting RGB values to hexadecimal format, and extracting the dominant color from an image via a URL.

## Installation

You can install LesColors via pip:

```bash
pip install lescolors
```

or

```bash
pip3 install lescolors
```

## Requirements
- colorsys
- colorthief (fengsp/color-thief-py)
- requests


Have suggestions or issues? Let me know!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Anish177/lescolors",
    "name": "lescolors",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anish Panda",
    "author_email": "anip1776@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/89/deabb8de678e33a396b2ea2c6b24fda593ae404b69c78fb0af972f05fbe7/lescolors-0.1.2.tar.gz",
    "platform": null,
    "description": "# lesColors\r\n\r\nlesColors is a lightweight Python package that provides utilities for manipulating and analyzing colors. It includes functions for calculating adjacent, analogous, and complementary colors, converting RGB values to hexadecimal format, and extracting the dominant color from an image via a URL.\r\n\r\n## Installation\r\n\r\nYou can install LesColors via pip:\r\n\r\n```bash\r\npip install lescolors\r\n```\r\n\r\nor\r\n\r\n```bash\r\npip3 install lescolors\r\n```\r\n\r\n## Requirements\r\n- colorsys\r\n- colorthief (fengsp/color-thief-py)\r\n- requests\r\n\r\n\r\nHave suggestions or issues? Let me know!\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Color Manipulation and Analysis Utilities",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/Anish177/lescolors"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c35959b0654c63ff8077ccd49f8023ac22d76ff50f0806bf15a99869ac456ae",
                "md5": "03f0986688493122e73c2b3aae8909a9",
                "sha256": "9a468b5d08ecd03b42d869e433ae0bd482e4d8b8621eae4f12d7bdf20f83d134"
            },
            "downloads": -1,
            "filename": "lescolors-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03f0986688493122e73c2b3aae8909a9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4775,
            "upload_time": "2024-08-25T19:37:01",
            "upload_time_iso_8601": "2024-08-25T19:37:01.484142Z",
            "url": "https://files.pythonhosted.org/packages/4c/35/959b0654c63ff8077ccd49f8023ac22d76ff50f0806bf15a99869ac456ae/lescolors-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f89deabb8de678e33a396b2ea2c6b24fda593ae404b69c78fb0af972f05fbe7",
                "md5": "0a65e2d530dcfff7e5adff693fcf37ca",
                "sha256": "16153d9a11cbbae07eb587b2effd2642a3ab445cef2c692d9734b9d72df6e0c9"
            },
            "downloads": -1,
            "filename": "lescolors-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0a65e2d530dcfff7e5adff693fcf37ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4384,
            "upload_time": "2024-08-25T19:37:02",
            "upload_time_iso_8601": "2024-08-25T19:37:02.881348Z",
            "url": "https://files.pythonhosted.org/packages/5f/89/deabb8de678e33a396b2ea2c6b24fda593ae404b69c78fb0af972f05fbe7/lescolors-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-25 19:37:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Anish177",
    "github_project": "lescolors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "lescolors"
}
        
Elapsed time: 0.63694s