adorable


Nameadorable JSON
Version 0.1.4 PyPI version JSON
download
home_page
SummaryMake Text Adorable
upload_time2023-01-29 21:04:35
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License
keywords ansi color colour console style terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <h1 align="center">adorable</h1>
  <p align="center">
    Make the UI of your project <b>adorable</b>.
  </p>
</p>

Basic Usage
-----------

```python
import adorable
from adorable import color

RED = color.from_name("red")
print(RED.fg("Hello adorable World"))


BLUE = color.from_hex(0x0AF)
DARK = color.from_rgb((38, 38, 38))
col = BLUE.on(DARK)

adorable.printc("Hello", "World", style = col)

```


Links
-----

* [Documentation](https://phoenixr-codes.github.io/adorable)
* [Source Code](https://github.com/phoenixr-codes/adorable)
* [PyPI](https://pypi.org/project/adorable)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "adorable",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "ansi,color,colour,console,style,terminal",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/3b/7f/39c11c72fd09c07d51957413a00237d35d6a0166e3faebe9fd3227dc701b/adorable-0.1.4.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <h1 align=\"center\">adorable</h1>\n  <p align=\"center\">\n    Make the UI of your project <b>adorable</b>.\n  </p>\n</p>\n\nBasic Usage\n-----------\n\n```python\nimport adorable\nfrom adorable import color\n\nRED = color.from_name(\"red\")\nprint(RED.fg(\"Hello adorable World\"))\n\n\nBLUE = color.from_hex(0x0AF)\nDARK = color.from_rgb((38, 38, 38))\ncol = BLUE.on(DARK)\n\nadorable.printc(\"Hello\", \"World\", style = col)\n\n```\n\n\nLinks\n-----\n\n* [Documentation](https://phoenixr-codes.github.io/adorable)\n* [Source Code](https://github.com/phoenixr-codes/adorable)\n* [PyPI](https://pypi.org/project/adorable)\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Make Text Adorable",
    "version": "0.1.4",
    "split_keywords": [
        "ansi",
        "color",
        "colour",
        "console",
        "style",
        "terminal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19afd766d0373d7d55aa587a76e9b76dd912f16f5c004b3ee6d57852104da2b8",
                "md5": "e96ce6f58d7900c22e9b4a70561da3ac",
                "sha256": "739ffe6fd212284c7cf8150faba9116b48167c89a8557f071d201d92d3e3778f"
            },
            "downloads": -1,
            "filename": "adorable-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e96ce6f58d7900c22e9b4a70561da3ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 17526,
            "upload_time": "2023-01-29T21:04:32",
            "upload_time_iso_8601": "2023-01-29T21:04:32.033437Z",
            "url": "https://files.pythonhosted.org/packages/19/af/d766d0373d7d55aa587a76e9b76dd912f16f5c004b3ee6d57852104da2b8/adorable-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b7f39c11c72fd09c07d51957413a00237d35d6a0166e3faebe9fd3227dc701b",
                "md5": "b89bdacdf560a13f67dde29bc457d0db",
                "sha256": "8507b1f2af9ea9d7519b0f2520df7722fa475d3bf53e87213487b87abada9507"
            },
            "downloads": -1,
            "filename": "adorable-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b89bdacdf560a13f67dde29bc457d0db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 15758,
            "upload_time": "2023-01-29T21:04:35",
            "upload_time_iso_8601": "2023-01-29T21:04:35.803694Z",
            "url": "https://files.pythonhosted.org/packages/3b/7f/39c11c72fd09c07d51957413a00237d35d6a0166e3faebe9fd3227dc701b/adorable-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-29 21:04:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "adorable"
}
        
Elapsed time: 0.03518s