File | Date | Author | Commit |
---|---|---|---|
.github | 2020-10-13 | hugovk | [r1] Initial commit |
src | 2020-10-13 | hugovk | [r1] Initial commit |
tests | 2020-10-13 | hugovk | [r1] Initial commit |
.coveragerc | 2020-10-13 | hugovk | [r1] Initial commit |
.gitignore | 2020-10-13 | hugovk | [r1] Initial commit |
.mergify.yml | 2020-10-13 | hugovk | [r1] Initial commit |
.pre-commit-config.yaml | 2020-10-13 | hugovk | [r1] Initial commit |
.travis.yml | 2020-10-13 | hugovk | [r1] Initial commit |
LICENSE.txt | 2020-10-13 | hugovk | [r1] Initial commit |
README.md | 2020-10-13 | hugovk | [r1] Initial commit |
RELEASING.md | 2020-10-13 | hugovk | [r1] Initial commit |
codecov.yml | 2020-10-13 | hugovk | [r1] Initial commit |
pyproject.toml | 2020-10-13 | hugovk | [r1] Initial commit |
requirements.txt | 2020-10-13 | hugovk | [r1] Initial commit |
setup.cfg | 2020-10-13 | hugovk | [r1] Initial commit |
setup.py | 2020-10-13 | hugovk | [r2] Remove setuptools_scm |
tox.ini | 2020-10-13 | hugovk | [r1] Initial commit |
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.
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!