Skip to content

kyleex/aesthetic_text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}")

About

to stylized terminal text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages