beautify the appearance of the application on the terminal.
Project description
beautify the appearance of the application in the terminal.
what can be done, give the text color, text background, change the font, choose a banner according to the category of your choice.
Method Property
font
strings
textArt
list_art
list_font
decoration
help_me_bro
random_font
url_strings
list_ascii_art
list_decoration
Fonts
Art
Decoration
Banner list name
the color of the strings.
from beautify import Beautify
# Beautify(**kwargs).method_name
print(Beautify(
string="Hello Dunia Apa Kabar?",
font="scammer",
color="#magenta", #can use,name color,hex,rgb
bg_color=None).font) #can use,name color,hex,rgb
the class keyword in the method.
Beautify(kwargs).font
string
font
color
bg_color
Beautify(kwargs).decoration
decoration
reverse “True/False”
color
bg_color
Beautify(kwargs).strings
string
color
bg_color
Beautify(kwargs).url_strings(kwargs)
in Beautify()
url
color
bg_color
in url_strings()
Attribute ‘default None’
Class ‘default None’
Beautify(kwargs).textArt
string
color
font
decoration
bg_color
Beautify(kwargs).random_font
string
font1
font2
font3
font4
color
bg_color
method to see all list.
Beautify(category= category banner list name ).list_ascii_art
Beautify().list_font
Beautify().list_art
Beautify().list_decoration
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
Hashes for exso-kamabay-beautify-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6171d75fa5d3fdd921ad6592d857760a12e08c721d546343943ed10524a8e08d |
|
MD5 | 6557fa37c73083af7d87900f95ef18e5 |
|
BLAKE2b-256 | a4f6d9995d2817198bbbe94013fdbbbb5c70a67376d3206525a9fd48d6f1a292 |