Skip to main content

to stylized terminal text

Project description

Aesthetic TEXT

Give a beautiful look of your text in the terminal.

link to access to the pypi page : https://pypi.org/project/aesthetic-text/0.2.0/

Installation

$ pip install aesthetic_text

Usage

from aesthetic_text import aesthetic_text as aesthetic

# print a text with a style
# style: bold, italic, underline, strikethrough, reverse, conceal, crossed
print(f"{aesthetic.style.bold}{aesthetic.style.underline}" + "Hello World" + f"{aesthetic.reset}")

# print a text with a color
# colors: black, red, green, yellow, blue, magenta, cyan, white...
print(f"{aesthetic.color.red}" + "Hello World" + f"{aesthetic.reset}")

# print a text with style and color
print(f"{aesthetic.style.bold}{aesthetic.color.red}" + "Hello World" + f"{aesthetic.reset}

# print a text with icon
print(f"{aesthetic.icon.check}" + "the task has been completed successfully" + f"{aesthetic.reset}")

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

aesthetic_text-0.2.0.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

aesthetic_text-0.2.0-py3-none-any.whl (2.4 kB view details)

Uploaded Python 3

File details

Details for the file aesthetic_text-0.2.0.tar.gz.

File metadata

  • Download URL: aesthetic_text-0.2.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for aesthetic_text-0.2.0.tar.gz
Algorithm Hash digest
SHA256 368ba324f423367ec0bbd802271081af9dcf6e8e032768d1425772892164702e
MD5 e7214e98dd5f4a6d2d35db1e5776fee8
BLAKE2b-256 fdddf7c4f2cde5db41e17696247f809e97cb52e893a4cd84218bb5ef1026b26c

See more details on using hashes here.

File details

Details for the file aesthetic_text-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aesthetic_text-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3843a40fcb237f10aeb95bfde0769efd24c694de5e4fa1538572485a80927876
MD5 4d1c137a9e44dadbe3b688a157b1e0a9
BLAKE2b-256 54ea5ff2c24885a027864f525712bb59b09c04471f6490ef8adfe38addfe941f

See more details on using hashes here.

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