mcfc


Namemcfc JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
Summary🖌 Text formatting using Minecraft color codes.
upload_time2023-09-27 10:31:25
maintainerNone
docs_urlNone
authorwoidzero
requires_python>=3.7
licenseNone
keywords colorization colors command-line console print rich terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MCFC

[![PyPI - Version](https://img.shields.io/pypi/v/mcfc.svg)](https://pypi.org/project/mcfc)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/mcfc)](https://pypi.org/project/mcfc)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mcfc.svg)](https://pypi.org/project/mcfc)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://beta.ruff.rs/)

🖌 Text formatting using Minecraft color codes.

## Installation

To install MCFC, run the following command:

```
 pip install mcfc
```

## Preview

![Preview](images/preview.png)

## Usage

```python
 import mcfc

 mcfc.echo("&cH&6e&el&al&bo&d!")
```

### Output

![Output](images/output.png)

## License

`mcfc` is distributed under the terms of the [MIT](LICENSE) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mcfc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "colorization,colors,command-line,console,print,rich,terminal",
    "author": "woidzero",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# MCFC\n\n[![PyPI - Version](https://img.shields.io/pypi/v/mcfc.svg)](https://pypi.org/project/mcfc)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/mcfc)](https://pypi.org/project/mcfc)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mcfc.svg)](https://pypi.org/project/mcfc)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://beta.ruff.rs/)\n\n\ud83d\udd8c Text formatting using Minecraft color codes.\n\n## Installation\n\nTo install MCFC, run the following command:\n\n```\n pip install mcfc\n```\n\n## Preview\n\n![Preview](images/preview.png)\n\n## Usage\n\n```python\n import mcfc\n\n mcfc.echo(\"&cH&6e&el&al&bo&d!\")\n```\n\n### Output\n\n![Output](images/output.png)\n\n## License\n\n`mcfc` is distributed under the terms of the [MIT](LICENSE) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\ud83d\udd8c Text formatting using Minecraft color codes.",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://github.com/woidzero/mcfc#readme",
        "Homepage": "https://github.com/woidzero/mcfc",
        "Issues": "https://github.com/woidzero/mcfc/issues",
        "Source": "https://github.com/woidzero/mcfc"
    },
    "split_keywords": [
        "colorization",
        "colors",
        "command-line",
        "console",
        "print",
        "rich",
        "terminal"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "814e1ecc001133795d78a6b436758af022252ef9d0d6a51fae0199e128be8c27",
                "md5": "22195360fb449127ae8b1d253eee1fa5",
                "sha256": "a1a55fd11c60ecfdd050e2c59c1ce855d217687c9a9016dda60fa7b352a1130a"
            },
            "downloads": -1,
            "filename": "mcfc-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22195360fb449127ae8b1d253eee1fa5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4346,
            "upload_time": "2023-09-27T10:31:25",
            "upload_time_iso_8601": "2023-09-27T10:31:25.776852Z",
            "url": "https://files.pythonhosted.org/packages/81/4e/1ecc001133795d78a6b436758af022252ef9d0d6a51fae0199e128be8c27/mcfc-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 10:31:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "woidzero",
    "github_project": "mcfc#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mcfc"
}
        
Elapsed time: 0.12406s