ycolor


Nameycolor JSON
Version 1.1.1 PyPI version JSON
download
home_page
SummaryA convenient color text printing tool
upload_time2023-01-25 02:52:58
maintainer
docs_urlNone
authorYourourchour
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ycolor<br>
made by Yourouchour<br>
My English is not good,so the following content comes from my translation software.<br>
### Description<br>
Ycolor is a conventional color text printing tool.<br>
### How to use<br>
Ycolor 1.0.x uses four functions to print color text.<br>
```python
from ycolor import *
printcolor('Hello, world',fore=Fore.RED,back=Back.WHITE)
printcolor_text('Hello, world',color='RED+WHITE')
printcolor_int('Hello, world',color='0xfe')
```
### Historical version<br>
v1.0.1 Two functions are created to print color text.<br>
v1.0.2 Some modules are hidden to make the display more concise.<br>
v1.0.3 Added function printcolor_int.<br>
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "ycolor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yourourchour",
    "author_email": "348422509@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/34/6b/992078ea0bbd8fabde8147d3d95768baa06b4ea4967b80a6c405ba1402f5/ycolor-1.1.1.tar.gz",
    "platform": null,
    "description": "# Ycolor<br>\nmade by Yourouchour<br>\nMy English is not good,so the following content comes from my translation software.<br>\n### Description<br>\nYcolor is a conventional color text printing tool.<br>\n### How to use<br>\nYcolor 1.0.x uses four functions to print color text.<br>\n```python\nfrom ycolor import *\nprintcolor('Hello, world',fore=Fore.RED,back=Back.WHITE)\nprintcolor_text('Hello, world',color='RED+WHITE')\nprintcolor_int('Hello, world',color='0xfe')\n```\n### Historical version<br>\nv1.0.1 Two functions are created to print color text.<br>\nv1.0.2 Some modules are hidden to make the display more concise.<br>\nv1.0.3 Added function printcolor_int.<br>",
    "bugtrack_url": null,
    "license": "",
    "summary": "A convenient color text printing tool",
    "version": "1.1.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "346b992078ea0bbd8fabde8147d3d95768baa06b4ea4967b80a6c405ba1402f5",
                "md5": "f81420f58e19e843c860171996c3d19f",
                "sha256": "a233a47b042643c2ede25b3095facc6fcbffbf9ff70885e7e2a498e82ee06eac"
            },
            "downloads": -1,
            "filename": "ycolor-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f81420f58e19e843c860171996c3d19f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2518,
            "upload_time": "2023-01-25T02:52:58",
            "upload_time_iso_8601": "2023-01-25T02:52:58.753032Z",
            "url": "https://files.pythonhosted.org/packages/34/6b/992078ea0bbd8fabde8147d3d95768baa06b4ea4967b80a6c405ba1402f5/ycolor-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-25 02:52:58",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "ycolor"
}
        
Elapsed time: 0.03157s