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: 22 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 (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:58:00.000Z (about 2 months ago)
- Last Synced: 2025-05-12T14:30:05.458Z (about 2 months ago)
- Topics: cute-text, generator, hacktoberfest, pypi, python, python3, text, tiny-text, tiny-type
- Language: Python
- Homepage:
- Size: 450 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# tinytext
[](https://pypi.org/project/tinytext)
[](https://pypi.org/project/tinytext)
[](https://pypistats.org/packages/tinytext)
[](https://github.com/hugovk/tinytext/actions)
[](https://codecov.io/gh/hugovk/tinytext)
[](LICENSE.txt)
[](https://doi.org/10.5281/zenodo.4071428)
[](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!