Skip to main content

Package to convert text to fanct text types

Project description

Cute Text

Text Converter - Can be used with chat bots

  1. Convert to Tiny Text

    Hello World! - ᴴᵉᶫᶫᵒ ᵂᵒʳᶫᵈ﹗

  2. Bubble Text

    Hello World! - ⓗⓔⓛⓛⓞ ⓦⓞⓡⓛⓓ!

  3. Black Bubble Text

    Hello World! - 🅗🅔🅛🅛🅞 🅦🅞🅡🅛🅓!

  4. Cursive Text

    Hello World! - ℋℯ𝓁𝓁ℴ 𝒲ℴ𝓇𝓁𝒹!

  5. Double Struck Text

    Hello World! - ℍ𝕖𝕝𝕝𝕠 𝕎𝕠𝕣𝕝𝕕!

Installation

pip install cutetext

Documentation

from cutetext import CuteTextConverter
from cutetext import TINY_TEXT, BUBBLE_TEXT, BLACK_BUBBLE_TEXT, CURSIVE_TEXT, DOUBLE_STRUCK_TEXT

print(CuteTextConverter().convert("Hello World!", TINY_TEXT))
print(CuteTextConverter().convert("Hello World!", BUBBLE_TEXT))
print(CuteTextConverter().convert("Hello World!", BLACK_BUBBLE_TEXT))
print(CuteTextConverter().convert("Hello World!", CURSIVE_TEXT))
print(CuteTextConverter().convert("Hello World!", DOUBLE_STRUCK_TEXT))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cutetext-0.0.3.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

cutetext-0.0.3-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page