Coltext


NameColtext JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryColtext - an alternative to colorama that can change the text color and background
upload_time2023-11-27 05:52:10
maintainer
docs_urlNone
authorfilcher2011
requires_python>=3.7
license
keywords coltext
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # What is Coltext?
Coltext - an alternative to colorama that can change the text color and background

## Content
- [Install and Import](#Install-and-Import)
- [Basic Concepts](#Basic-Concept)
- [Information on creator](#Information-on-creator)

## Install and Import
First, let's install this library. Go to cmd and write...
```sh
pip install Coltext
```
After that we open our python file and import the library...
```sh
from Coltext import Color, BackColor
```

## Basic Concept
In this library you can change the text color to Red, Blue, Green, Purple, Cyan, Black and White. You can also reset the text color to standard. The same thing works with the background. \
An example of how to change the text to Red and the background to Green
```sh
from Coltext import Color, BackColor
print(Color.Red + BackColor.Green + "Hello, World!" + Color.Clean + BackColor.Clean)
```
NOTE!!! \
On Windows 10 and Windows 11 consoles, instead of changing the color, some code may appear at the very beginning. This is due to the fact that the Windows console cannot read ANSI code. But despite this, programs such as Visual Studio Code, PyCharm, as well as the custom Windows console "Termicom" can read this ANSI code and replace the color

## Information on creator
filcher2011 == I've been a Python programmer for about 2 years now. He does small projects :) \
Telegram-channel: https://t.me/filchercode \
Financial support: https://www.donationalerts.com/r/filcher2011 

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Coltext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Coltext",
    "author": "filcher2011",
    "author_email": "filcher2011@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/62/96/be521aba5ae6739a612488d27954223a7d2494ea9531e1f8150e8b2befab/Coltext-1.0.tar.gz",
    "platform": null,
    "description": "# What is Coltext?\r\nColtext - an alternative to colorama that can change the text color and background\r\n\r\n## Content\r\n- [Install and Import](#Install-and-Import)\r\n- [Basic Concepts](#Basic-Concept)\r\n- [Information on creator](#Information-on-creator)\r\n\r\n## Install and Import\r\nFirst, let's install this library. Go to cmd and write...\r\n```sh\r\npip install Coltext\r\n```\r\nAfter that we open our python file and import the library...\r\n```sh\r\nfrom Coltext import Color, BackColor\r\n```\r\n\r\n## Basic Concept\r\nIn this library you can change the text color to Red, Blue, Green, Purple, Cyan, Black and White. You can also reset the text color to standard. The same thing works with the background. \\\r\nAn example of how to change the text to Red and the background to Green\r\n```sh\r\nfrom Coltext import Color, BackColor\r\nprint(Color.Red + BackColor.Green + \"Hello, World!\" + Color.Clean + BackColor.Clean)\r\n```\r\nNOTE!!! \\\r\nOn Windows 10 and Windows 11 consoles, instead of changing the color, some code may appear at the very beginning. This is due to the fact that the Windows console cannot read ANSI code. But despite this, programs such as Visual Studio Code, PyCharm, as well as the custom Windows console \"Termicom\" can read this ANSI code and replace the color\r\n\r\n## Information on creator\r\nfilcher2011 == I've been a Python programmer for about 2 years now. He does small projects :) \\\r\nTelegram-channel: https://t.me/filchercode \\\r\nFinancial support: https://www.donationalerts.com/r/filcher2011 \r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Coltext - an alternative to colorama that can change the text color and background",
    "version": "1.0",
    "project_urls": null,
    "split_keywords": [
        "coltext"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6296be521aba5ae6739a612488d27954223a7d2494ea9531e1f8150e8b2befab",
                "md5": "baf901fa95c6bee070db5a39c5c9e066",
                "sha256": "dce0a53f8f41214ec07f9ff7ecb9ec731fbf6043749f9e8e0c7dbf90270429df"
            },
            "downloads": -1,
            "filename": "Coltext-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "baf901fa95c6bee070db5a39c5c9e066",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2073,
            "upload_time": "2023-11-27T05:52:10",
            "upload_time_iso_8601": "2023-11-27T05:52:10.493431Z",
            "url": "https://files.pythonhosted.org/packages/62/96/be521aba5ae6739a612488d27954223a7d2494ea9531e1f8150e8b2befab/Coltext-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 05:52:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "coltext"
}
        
Elapsed time: 0.22476s