Metadata-Version: 2.1
Name: tinytext
Version: 2.3.7
Summary: A helpful converter to change any normal text into cuter tinier text
Home-page: https://github.com/hugovk/tinytext
Author: hugovk
License: MIT
Description: # 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)
        [![Travis CI status](https://img.shields.io/travis/hugovk/tinytext/master?label=Travis%20CI&logo=travis)](https://travis-ci.org/hugovk/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/master/graph/badge.svg)](https://codecov.io/gh/hugovk/tinytext)
        [![GitHub](https://img.shields.io/github/license/hugovk/tinytext.svg)](LICENSE.txt)
        [![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!
        
Keywords: botally,tiny type,tiny type,tiny text,cute text,generator
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Artistic Software
Classifier: Topic :: Text Processing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: tests
