Skip to main content

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


Download files

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

Source Distribution

exso-kamabay-beautify-0.1.0.tar.gz (13.8 kB view hashes)

Uploaded Source

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