Name | convert-color-codes JSON |
Version | 1.0.3 JSON |
download | |
home_page | |
Summary | Conversion between variations of color codes. HSV/HSB or RGB or CMYK or HSL |
upload_time | 2023-02-08 10:43:48 |
maintainer | |
docs_url | None |
author | |
requires_python | |
license | |
keywords | color color_codes convert_color |
VCS | |
bugtrack_url | |
requirements | No requirements were recorded. |
Travis-CI | No Travis. |
coveralls test coverage | No coveralls. |
# convert_color_codes The convert_color_codes module deals with the conversion of color codes. Conversion from these codes HSV/HSB, RGB, CMYK, HSL from one to another. ## Installation You can install _convert_color_codes_ from PyPI: ``` pip install convert_color_codes ``` It is supported on Python 2, 3 ... ## How to use ``` python from convert_color_codes import * ```
{ "_id": null, "home_page": "", "name": "convert-color-codes", "maintainer": "", "docs_url": null, "requires_python": "", "maintainer_email": "", "keywords": "color,color_codes,convert_color", "author": "", "author_email": "PRMPSmart <prmpsmart@gmail.com>", "download_url": "https://files.pythonhosted.org/packages/27/f2/0f9dacaeb71baf7ed38e3ce66f8f3918522c151c6ce66235856422f6a6e1/convert_color_codes-1.0.3.tar.gz", "platform": null, "description": "# convert_color_codes\r\n\r\nThe convert_color_codes module deals with the conversion of color codes. Conversion from these codes HSV/HSB, RGB, CMYK, HSL from one to another.\r\n\r\n## Installation\r\n\r\nYou can install _convert_color_codes_ from PyPI:\r\n\r\n```\r\npip install convert_color_codes\r\n```\r\n\r\nIt is supported on Python 2, 3 ...\r\n\r\n## How to use\r\n\r\n``` python\r\nfrom convert_color_codes import *\r\n```\r\n", "bugtrack_url": null, "license": "", "summary": "Conversion between variations of color codes. HSV/HSB or RGB or CMYK or HSL", "version": "1.0.3", "split_keywords": [ "color", "color_codes", "convert_color" ], "urls": [ { "comment_text": "", "digests": { "blake2b_256": "d415d36350c5d07437549103eb58cdfb03cb32c7db985a59c9bec404e98c2f9d", "md5": "dd7783e494e178ceb2a6cf8b61714b1c", "sha256": "2bee8f7a7703ff2bf9b22feaaa77382f3f8efa3438d48af7d57996de01950e92" }, "downloads": -1, "filename": "convert_color_codes-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "dd7783e494e178ceb2a6cf8b61714b1c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3580, "upload_time": "2023-02-08T10:43:45", "upload_time_iso_8601": "2023-02-08T10:43:45.189212Z", "url": "https://files.pythonhosted.org/packages/d4/15/d36350c5d07437549103eb58cdfb03cb32c7db985a59c9bec404e98c2f9d/convert_color_codes-1.0.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "blake2b_256": "27f20f9dacaeb71baf7ed38e3ce66f8f3918522c151c6ce66235856422f6a6e1", "md5": "21cbc571abf0ef4b8efd363caf087a11", "sha256": "08c7c1fa813f0a8f30a13ac054cf0b94ef4ef12a5011b8eb22d8a2342d86bc28" }, "downloads": -1, "filename": "convert_color_codes-1.0.3.tar.gz", "has_sig": false, "md5_digest": "21cbc571abf0ef4b8efd363caf087a11", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3404, "upload_time": "2023-02-08T10:43:48", "upload_time_iso_8601": "2023-02-08T10:43:48.770285Z", "url": "https://files.pythonhosted.org/packages/27/f2/0f9dacaeb71baf7ed38e3ce66f8f3918522c151c6ce66235856422f6a6e1/convert_color_codes-1.0.3.tar.gz", "yanked": false, "yanked_reason": null } ], "upload_time": "2023-02-08 10:43:48", "github": false, "gitlab": false, "bitbucket": false, "lcname": "convert-color-codes" }