Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugovk/tinytext
Convert your text ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗ
https://github.com/hugovk/tinytext
cute-text generator hacktoberfest pypi python python3 text tiny-text tiny-type
Last synced: 13 days ago
JSON representation
Convert your text ᶦᶰᵗᵒ ᵗᶦᶰᶦᵉʳ ᵗᵉˣᵗ
- Host: GitHub
- URL: https://github.com/hugovk/tinytext
- Owner: hugovk
- License: mit
- Created: 2017-05-01T12:32:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:32:49.000Z (19 days ago)
- Last Synced: 2024-12-13T14:29:43.781Z (19 days ago)
- Topics: cute-text, generator, hacktoberfest, pypi, python, python3, text, tiny-text, tiny-type
- Language: Python
- Homepage:
- Size: 407 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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.js](https://github.com/rachelnicole/tiny-text).## How to use
Install the package into your lovely codebase.
```bash
pip install tinytext
``````python
from tinytext import tinytextprint(tinytext("hello friend"))
```Or on the command line:
```console
$ tinytext "hello friend"
ʰᵉᶫᶫᵒ ᶠʳᶦᵉᶰᵈ
```And that's it!