textstyler


Nametextstyler JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/PrestigeOcean1/textstyler
SummaryA package for styling text and creating text banners
upload_time2024-07-31 16:36:16
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TextStyler

**TextStyler** is a powerful and user-friendly Python package designed for enhancing text presentation in your console applications. It provides a straightforward way to apply colors, styles, and backgrounds to text, and to generate visually appealing text banners. Built on top of the `termcolor` and `pyfiglet` libraries, TextStyler makes it easy to create dynamic and eye-catching text outputs.

# Features
- Text Styling: Apply colors, backgrounds, and attributes (bold, underline, etc.) to your text.
- Text Banners: Generate text banners in various fonts to make your text stand out.
- Font Listing: Retrieve and display available fonts for creating text banners.

# Installation
To install TextStyler, use pip:

```
pip install textstyler
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/PrestigeOcean1/textstyler",
    "name": "textstyler",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "dexterawesome16@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8e/64/2800b4db902cd3ca7d2a2eaae9ee1560cc7b8ed236caca270436e0a9466c/textstyler-0.1.tar.gz",
    "platform": null,
    "description": "# TextStyler\r\n\r\n**TextStyler** is a powerful and user-friendly Python package designed for enhancing text presentation in your console applications. It provides a straightforward way to apply colors, styles, and backgrounds to text, and to generate visually appealing text banners. Built on top of the `termcolor` and `pyfiglet` libraries, TextStyler makes it easy to create dynamic and eye-catching text outputs.\r\n\r\n# Features\r\n- Text Styling: Apply colors, backgrounds, and attributes (bold, underline, etc.) to your text.\r\n- Text Banners: Generate text banners in various fonts to make your text stand out.\r\n- Font Listing: Retrieve and display available fonts for creating text banners.\r\n\r\n# Installation\r\nTo install TextStyler, use pip:\r\n\r\n```\r\npip install textstyler\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for styling text and creating text banners",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/PrestigeOcean1/textstyler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1594bffeb27645a5216d2197c2326c72a2ffaef859df7f1e4891b991b9deef7e",
                "md5": "5b51aac1eb84efa39216f9b95577c859",
                "sha256": "28f8738eb66efb67cc480ef3631f0ecc342269c2dc5e2d83243a238f617bb475"
            },
            "downloads": -1,
            "filename": "textstyler-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b51aac1eb84efa39216f9b95577c859",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4874,
            "upload_time": "2024-07-31T16:36:13",
            "upload_time_iso_8601": "2024-07-31T16:36:13.068300Z",
            "url": "https://files.pythonhosted.org/packages/15/94/bffeb27645a5216d2197c2326c72a2ffaef859df7f1e4891b991b9deef7e/textstyler-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e642800b4db902cd3ca7d2a2eaae9ee1560cc7b8ed236caca270436e0a9466c",
                "md5": "f36191bb247bee63a560da3b71697a53",
                "sha256": "a90cc9da13d2860df94a9c97b0f762d0d4d2a7dc21b755ed191d2a3706d4b1e2"
            },
            "downloads": -1,
            "filename": "textstyler-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f36191bb247bee63a560da3b71697a53",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3393,
            "upload_time": "2024-07-31T16:36:16",
            "upload_time_iso_8601": "2024-07-31T16:36:16.064021Z",
            "url": "https://files.pythonhosted.org/packages/8e/64/2800b4db902cd3ca7d2a2eaae9ee1560cc7b8ed236caca270436e0a9466c/textstyler-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 16:36:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PrestigeOcean1",
    "github_project": "textstyler",
    "github_not_found": true,
    "lcname": "textstyler"
}
        
Elapsed time: 0.29193s