/tinytext

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

Primary LanguagePythonMIT LicenseMIT

tinytext

PyPI version Supported Python versions PyPI downloads GitHub Actions status Codecov Licence DOI Code style: 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.

How to use

Install the package into your lovely codebase.

pip install tinytext
from tinytext import tinytext

print(tinytext("hello friend"))

Or on the command line:

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

And that's it!