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
Release history Release notifications | RSS feed
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 hashes)
Built Distribution
Close
Hashes for aesthetic_text-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3843a40fcb237f10aeb95bfde0769efd24c694de5e4fa1538572485a80927876 |
|
MD5 | 4d1c137a9e44dadbe3b688a157b1e0a9 |
|
BLAKE2b-256 | 54ea5ff2c24885a027864f525712bb59b09c04471f6490ef8adfe38addfe941f |