Metadata-Version: 2.1
Name: tinytext
Version: 2.0.0
Summary: A helpful text converter to change any normal text into cuter tinier text
Home-page: https://github.com/hugovk/tinytext
Author: hugovk
License: UNKNOWN
Description: tinytext
        ========
        
        [![PyPI](https://img.shields.io/pypi/v/tinytext.svg)](https://pypi.org/project/tinytext)
        [![Python versions](https://img.shields.io/pypi/pyversions/tinytext.svg)](https://pypi.org/project/tinytext)
        [![Build Status](https://travis-ci.org/hugovk/tinytext.svg?branch=master)](https://travis-ci.org/hugovk/tinytext)
        [![codecov](https://codecov.io/gh/hugovk/tinytext/branch/master/graph/badge.svg)](https://codecov.io/gh/hugovk/tinytext)
        
        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"))
        ```
        
        And that's it!
        
Keywords: botally,tiny type,tiny type,tiny text,cute text,generator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Artistic Software
Classifier: Topic :: Text Processing
Requires-Python: >=3.4
Description-Content-Type: text/markdown
