crcon


Namecrcon JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryA small extension for chromaconsole for CMD
upload_time2024-09-23 07:36:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3
licenseNone
keywords color console terminal text style
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # crcon

crcon console is a python package that uses chromaconsole to change text color of cmd

* if ***requests*** is installed this package updates automaticaly
* some terminals still don't support *ANSI escape*

<br>

## Installation

```cmd
pip install crcon
```

<br>

## Functions
```cmd
crcon text <hex code>
#text color

crcon bg <hex code>
#text background color

crcon text reset
#reset text color

crcon bg reset
#reset bg color

crcon style <style>
#change text styling (italic, bold, doubleunderlined, faint, hidden, normalintensity, overlined, propspacing, reverse, strikethrough, underline)
```
<br>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "crcon",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": null,
    "keywords": "color, console, terminal, text, style",
    "author": null,
    "author_email": "Umit Tasdelen <umittadelen1277@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1f/d2/3edce724f8edf6184c7f03ad6c51a359ea1d3775d0089a998eca96e9b148/crcon-1.1.2.tar.gz",
    "platform": null,
    "description": "# crcon\r\n\r\ncrcon console is a python package that uses chromaconsole to change text color of cmd\r\n\r\n* if ***requests*** is installed this package updates automaticaly\r\n* some terminals still don't support *ANSI escape*\r\n\r\n<br>\r\n\r\n## Installation\r\n\r\n```cmd\r\npip install crcon\r\n```\r\n\r\n<br>\r\n\r\n## Functions\r\n```cmd\r\ncrcon text <hex code>\r\n#text color\r\n\r\ncrcon bg <hex code>\r\n#text background color\r\n\r\ncrcon text reset\r\n#reset text color\r\n\r\ncrcon bg reset\r\n#reset bg color\r\n\r\ncrcon style <style>\r\n#change text styling (italic, bold, doubleunderlined, faint, hidden, normalintensity, overlined, propspacing, reverse, strikethrough, underline)\r\n```\r\n<br>\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A small extension for chromaconsole for CMD",
    "version": "1.1.2",
    "project_urls": {
        "Bug_Tracker": "https://github.com/umittadelen/crcon/issues",
        "Homepage": "https://github.com/umittadelen/crcon"
    },
    "split_keywords": [
        "color",
        " console",
        " terminal",
        " text",
        " style"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b6006e6f3abadaf7f9af73e2fd9616b1e1030b4f3680e076ab5efd1191764f2f",
                "md5": "9e0aa5a0b1f4afff504d4e5bc18f7898",
                "sha256": "a0f0eba3e394b7bc6034390713e569477cf118af71602a68e76bd454a6206895"
            },
            "downloads": -1,
            "filename": "crcon-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e0aa5a0b1f4afff504d4e5bc18f7898",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 4249,
            "upload_time": "2024-09-23T07:36:36",
            "upload_time_iso_8601": "2024-09-23T07:36:36.280784Z",
            "url": "https://files.pythonhosted.org/packages/b6/00/6e6f3abadaf7f9af73e2fd9616b1e1030b4f3680e076ab5efd1191764f2f/crcon-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fd23edce724f8edf6184c7f03ad6c51a359ea1d3775d0089a998eca96e9b148",
                "md5": "7aa01a7e2a92d1a1f931e2e837e531cd",
                "sha256": "83c6b8c4a40ca7dc0c5c80845b81f02a7479db60d54d79c9ba9c2263a513a611"
            },
            "downloads": -1,
            "filename": "crcon-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7aa01a7e2a92d1a1f931e2e837e531cd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 3775,
            "upload_time": "2024-09-23T07:36:39",
            "upload_time_iso_8601": "2024-09-23T07:36:39.111369Z",
            "url": "https://files.pythonhosted.org/packages/1f/d2/3edce724f8edf6184c7f03ad6c51a359ea1d3775d0089a998eca96e9b148/crcon-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 07:36:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "umittadelen",
    "github_project": "crcon",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "crcon"
}
        
Elapsed time: 0.37908s