make-colors


Namemake-colors JSON
Version 3.36 PyPI version JSON
download
home_pagehttps://github.com/licface/make_colors
SummaryMake command line text colored
upload_time2023-11-26 04:38:38
maintainercumulus13 Team
docs_urlNone
authorHadi Cahyadi LD
requires_python>=2.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            make_colors
==================

This is make command line text colored


Installing
-----------

Install and update using `pip`_:

.. code-block:: text

    $ pip install make_colors

make_colors supports Python 2 and newer, Python 3 and newer, and PyPy.

.. _pip: https://pip.pypa.io/en/stable/quickstart/


A Simple Example
-----------------

What does it look like? Here is an example of a simple make_colors program:

.. code-block:: python

    from make_colors import make_colors
    
    print make_colors('This is White on Red', 'white', 'red')
    print make_colors('This is Light White on Light Red', 'lightwhite', 'lightred')
    print make_colors('This is Light White on Light Magenta', 'lw', 'm')
    print make_colors('This is Light White on Light Blue', 'lw', 'bl')


And what it looks like when run:

.. code-block:: text

    $ python hello.py 
    This is White on Red
    This is Light White on Light Red
    This is Light White on Light Magenta
    This is Light White on Light Blue


Support
--------

*   Python 2.7 +, Python 3.x
*   Windows, Linux

Links
------

*   License: `BSD <https://github.com/licface/make_colors/blob/master/LICENSE.rst>`_
*   Code: https://github.com/licface/make_colors
*   Issue tracker: https://github.com/licface/make_color/issues

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/licface/make_colors",
    "name": "make-colors",
    "maintainer": "cumulus13 Team",
    "docs_url": null,
    "requires_python": ">=2.7",
    "maintainer_email": "cumulus13@gmail.com",
    "keywords": "",
    "author": "Hadi Cahyadi LD",
    "author_email": "cumulus13@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5c/6c/5e5de1801ee3a606851b917d591b63b17e8fb132cc758728c8efc0cc3994/make_colors-3.36.tar.gz",
    "platform": null,
    "description": "make_colors\r\n==================\r\n\r\nThis is make command line text colored\r\n\r\n\r\nInstalling\r\n-----------\r\n\r\nInstall and update using `pip`_:\r\n\r\n.. code-block:: text\r\n\r\n    $ pip install make_colors\r\n\r\nmake_colors supports Python 2 and newer, Python 3 and newer, and PyPy.\r\n\r\n.. _pip: https://pip.pypa.io/en/stable/quickstart/\r\n\r\n\r\nA Simple Example\r\n-----------------\r\n\r\nWhat does it look like? Here is an example of a simple make_colors program:\r\n\r\n.. code-block:: python\r\n\r\n    from make_colors import make_colors\r\n    \r\n    print make_colors('This is White on Red', 'white', 'red')\r\n    print make_colors('This is Light White on Light Red', 'lightwhite', 'lightred')\r\n    print make_colors('This is Light White on Light Magenta', 'lw', 'm')\r\n    print make_colors('This is Light White on Light Blue', 'lw', 'bl')\r\n\r\n\r\nAnd what it looks like when run:\r\n\r\n.. code-block:: text\r\n\r\n    $ python hello.py \r\n    This is White on Red\r\n    This is Light White on Light Red\r\n    This is Light White on Light Magenta\r\n    This is Light White on Light Blue\r\n\r\n\r\nSupport\r\n--------\r\n\r\n*   Python 2.7 +, Python 3.x\r\n*   Windows, Linux\r\n\r\nLinks\r\n------\r\n\r\n*   License: `BSD <https://github.com/licface/make_colors/blob/master/LICENSE.rst>`_\r\n*   Code: https://github.com/licface/make_colors\r\n*   Issue tracker: https://github.com/licface/make_color/issues\r\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Make command line text colored",
    "version": "3.36",
    "project_urls": {
        "Code": "https://github.com/licface/make_colors",
        "Documentation": "https://github.com/licface/make_colors",
        "Homepage": "https://github.com/licface/make_colors",
        "Issue tracker": "https://github.com/licface/make_colors/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "532ffa5b39819c9657fa4d9658ded862823d446413d80d006ab4876e60f075b0",
                "md5": "bb0c83f649bef983488b0ffd83600f87",
                "sha256": "4ffb956b0886fd23c4043bfffa0d7f26aadde6d0b7818297987cef3e702e05cb"
            },
            "downloads": -1,
            "filename": "make_colors-3.36-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb0c83f649bef983488b0ffd83600f87",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2.7",
            "size": 10485,
            "upload_time": "2023-11-26T04:38:36",
            "upload_time_iso_8601": "2023-11-26T04:38:36.244404Z",
            "url": "https://files.pythonhosted.org/packages/53/2f/fa5b39819c9657fa4d9658ded862823d446413d80d006ab4876e60f075b0/make_colors-3.36-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c6c5e5de1801ee3a606851b917d591b63b17e8fb132cc758728c8efc0cc3994",
                "md5": "f52ea670a7f0e2f13d1727cb6400230d",
                "sha256": "0592fd32f09acdf9490b9e5f85505a44ecebdf776e66098863fce4034e9c0dbe"
            },
            "downloads": -1,
            "filename": "make_colors-3.36.tar.gz",
            "has_sig": false,
            "md5_digest": "f52ea670a7f0e2f13d1727cb6400230d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7",
            "size": 8052,
            "upload_time": "2023-11-26T04:38:38",
            "upload_time_iso_8601": "2023-11-26T04:38:38.484318Z",
            "url": "https://files.pythonhosted.org/packages/5c/6c/5e5de1801ee3a606851b917d591b63b17e8fb132cc758728c8efc0cc3994/make_colors-3.36.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-26 04:38:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "licface",
    "github_project": "make_colors",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "make-colors"
}
        
Elapsed time: 0.23658s