tinytext


Nametinytext JSON
Version 3.6.0 PyPI version JSON
download
home_page
SummaryA helpful converter to change any normal text into cuter tinier text
upload_time2023-06-05 05:58:14
maintainer
docs_urlNone
authorHugo van Kemenade
requires_python>=3.8
licenseMIT
keywords botally cute text generator tiny text tiny type
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # tinytext

[![PyPI version](https://img.shields.io/pypi/v/tinytext.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/tinytext)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/tinytext.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/tinytext)
[![PyPI downloads](https://img.shields.io/pypi/dm/tinytext.svg)](https://pypistats.org/packages/tinytext)
[![GitHub Actions status](https://github.com/hugovk/tinytext/workflows/Test/badge.svg)](https://github.com/hugovk/tinytext/actions)
[![Codecov](https://codecov.io/gh/hugovk/tinytext/branch/main/graph/badge.svg)](https://codecov.io/gh/hugovk/tinytext)
[![Licence](https://img.shields.io/github/license/hugovk/tinytext.svg)](LICENSE.txt)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4071428.svg)](https://doi.org/10.5281/zenodo.4071428)
[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)

Convert your text ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗ

Helpful for all your tiny cute needs.

Especially helpful for cute bot needs.

A Python port of
[Rachel White's tiny-text for Node](https://github.com/rachelnicole/tiny-text).

## How to use

Install the package into your lovely codebase.

```bash
pip install tinytext
```

```python
from tinytext import tinytext

print(tinytext("hello friend"))
```

Or on the command line:

```console
$ tinytext "hello friend"
ʰᵉᶫᶫᵒ ᶠʳᶦᵉᶰᵈ
```

And that's it!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tinytext",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "botally,cute text,generator,tiny text,tiny type",
    "author": "Hugo van Kemenade",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/eb/41/a7e3de6c690bc8b3064e77dd31cf82308d1068edba81fd27025fee04e51a/tinytext-3.6.0.tar.gz",
    "platform": null,
    "description": "# tinytext\n\n[![PyPI version](https://img.shields.io/pypi/v/tinytext.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/tinytext)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/tinytext.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/tinytext)\n[![PyPI downloads](https://img.shields.io/pypi/dm/tinytext.svg)](https://pypistats.org/packages/tinytext)\n[![GitHub Actions status](https://github.com/hugovk/tinytext/workflows/Test/badge.svg)](https://github.com/hugovk/tinytext/actions)\n[![Codecov](https://codecov.io/gh/hugovk/tinytext/branch/main/graph/badge.svg)](https://codecov.io/gh/hugovk/tinytext)\n[![Licence](https://img.shields.io/github/license/hugovk/tinytext.svg)](LICENSE.txt)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4071428.svg)](https://doi.org/10.5281/zenodo.4071428)\n[![Code style: Black](https://img.shields.io/badge/code%20style-Black-000000.svg)](https://github.com/psf/black)\n\nConvert your text \u1da6\u1db0\u1d57\u1d52 \u1d57\u1da6\u1db0\u1da6\u1d49\u02b3 \u1d57\u1d49\u02e3\u1d57\n\nHelpful for all your tiny cute needs.\n\nEspecially helpful for cute bot needs.\n\nA Python port of\n[Rachel White's tiny-text for Node](https://github.com/rachelnicole/tiny-text).\n\n## How to use\n\nInstall the package into your lovely codebase.\n\n```bash\npip install tinytext\n```\n\n```python\nfrom tinytext import tinytext\n\nprint(tinytext(\"hello friend\"))\n```\n\nOr on the command line:\n\n```console\n$ tinytext \"hello friend\"\n\u02b0\u1d49\u1dab\u1dab\u1d52 \u1da0\u02b3\u1da6\u1d49\u1db0\u1d48\n```\n\nAnd that's it!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A helpful converter to change any normal text into cuter tinier text",
    "version": "3.6.0",
    "project_urls": {
        "Changelog": "https://github.com/hugovk/tinytext/releases",
        "Homepage": "https://github.com/hugovk/tinytext",
        "Source": "https://github.com/hugovk/tinytext"
    },
    "split_keywords": [
        "botally",
        "cute text",
        "generator",
        "tiny text",
        "tiny type"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb5e62c4ade6f5b33604bb07b2c5ed7ae9ea0da6530835d8bbee40e971190040",
                "md5": "d6e5d6a4e0e136cf870eafe0ea8f366f",
                "sha256": "1079ae31bae1f3ff5c2aa829caabdb87d3695f473e528e708828938bdcd005e7"
            },
            "downloads": -1,
            "filename": "tinytext-3.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6e5d6a4e0e136cf870eafe0ea8f366f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4368,
            "upload_time": "2023-06-05T05:58:13",
            "upload_time_iso_8601": "2023-06-05T05:58:13.035359Z",
            "url": "https://files.pythonhosted.org/packages/eb/5e/62c4ade6f5b33604bb07b2c5ed7ae9ea0da6530835d8bbee40e971190040/tinytext-3.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb41a7e3de6c690bc8b3064e77dd31cf82308d1068edba81fd27025fee04e51a",
                "md5": "4e1bac7eadc6b247d1a6e52966566d86",
                "sha256": "373c1983726f05c780fe8290d7d311151a78269fb443cd9ed7be9f041331ea92"
            },
            "downloads": -1,
            "filename": "tinytext-3.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4e1bac7eadc6b247d1a6e52966566d86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9058,
            "upload_time": "2023-06-05T05:58:14",
            "upload_time_iso_8601": "2023-06-05T05:58:14.650003Z",
            "url": "https://files.pythonhosted.org/packages/eb/41/a7e3de6c690bc8b3064e77dd31cf82308d1068edba81fd27025fee04e51a/tinytext-3.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-05 05:58:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hugovk",
    "github_project": "tinytext",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "tinytext"
}
        
Elapsed time: 0.07098s