Skip to main content

This Module Returns ASCII Art & Text in Many Different Variations Depending on The Called Function.

Project description

FADE & CENTER TEXT

# Module made by x3f on discord (anvil)
from dma import LowTaperFade
from dma import Fade
from os  import system



ascii = """ @@@@@@   @@@  @@@  @@@  @@@  @@@  @@@       
@@@@@@@@  @@@@ @@@  @@@  @@@  @@@  @@@       
@@!  @@@  @@!@!@@@  @@!  @@@  @@!  @@!       
!@!  @!@  !@!!@!@!  !@!  @!@  !@!  !@!       
@!@!@!@!  @!@ !!@!  @!@  !@!  !!@  @!!       
!!!@!!!!  !@!  !!!  !@!  !!!  !!!  !!!       
!!:  !!!  !!:  !!!  :!:  !!:  !!:  !!:       
:!:  !:!  :!:  !:!   ::!!:!   :!:   :!:      
::   :::   ::   ::    ::::     ::   :: ::::  
 :   : :  ::    :      :      :    : :: : :  
                    anvil <3
"""
# Fading a ascii art text (blackwhite)
fade = LowTaperFade().doit(ascii, CFade.blackwhite)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (purplepink)
fade = LowTaperFade().doit(ascii, CFade.purplepink)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (greenblue)
fade = LowTaperFade().doit(ascii, CFade.greenblue)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (pinkred)
fade = LowTaperFade().doit(ascii, CFade.pinkred)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (purpleblue)
fade = LowTaperFade().doit(ascii, CFade.purpleblue)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (water)
fade = LowTaperFade().doit(ascii, CFade.water)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (fire)
fade = LowTaperFade().doit(ascii, CFade.fire)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (brazil)
fade = LowTaperFade().doit(ascii, CFade.brazil)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

# Fading a ascii art text (random)
fade = LowTaperFade().doit(ascii, CFade.random)

def banner():
    system("cls||clear")
    print(fade)

banner()
>>> Output :

> # FADE
# Module made by x3f on discord (anvil)
from dma import Fade
from os  import system



ascii = """ @@@@@@   @@@  @@@  @@@  @@@  @@@  @@@       
@@@@@@@@  @@@@ @@@  @@@  @@@  @@@  @@@       
@@!  @@@  @@!@!@@@  @@!  @@@  @@!  @@!       
!@!  @!@  !@!!@!@!  !@!  @!@  !@!  !@!       
@!@!@!@!  @!@ !!@!  @!@  !@!  !!@  @!!       
!!!@!!!!  !@!  !!!  !@!  !!!  !!!  !!!       
!!:  !!!  !!:  !!!  :!:  !!:  !!:  !!:       
:!:  !:!  :!:  !:!   ::!!:!   :!:   :!:      
::   :::   ::   ::    ::::     ::   :: ::::  
 :   : :  ::    :      :      :    : :: : :  
                    anvil <3
"""
# Fading a ascii art text (blackwhite)

def banner():
    system("cls||clear")
    Fade.blackwhite(ascii)

banner()
>>> Output :

# Fading a ascii art text (purplepink)

def banner():
    system("cls||clear")
    Fade.purplepink(ascii)

banner()
>>> Output :

# Fading a ascii art text (greenblue)

def banner():
    system("cls||clear")
    Fade.greenblue(ascii)

banner()
>>> Output :

# Fading a ascii art text (pinkred)

def banner():
    system("cls||clear")
    Fade.pinkred(ascii)

banner()
>>> Output :

# Fading a ascii art text (purpleblue)

def banner():
    system("cls||clear")
    Fade.purpleblue(ascii)

banner()
>>> Output :

# Fading a ascii art text (water)

def banner():
    system("cls||clear")
    Fade.water(ascii)

banner()
>>> Output :

# Fading a ascii art text (fire)

def banner():
    system("cls||clear")
    Fade.fire(ascii)

banner()
>>> Output :

# Fading a ascii art text (brazil)

def banner():
    system("cls||clear")
    Fade.brazil(ascii)

banner()
>>> Output :

# Fading a ascii art text (random)

def banner():
    system("cls||clear")
    Fade.random(ascii)

banner()
>>> Output :

Download : pip install dma

PyPi : https://pypi.org/project/dma

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

dma-1.0.8.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dma-1.0.8-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file dma-1.0.8.tar.gz.

File metadata

  • Download URL: dma-1.0.8.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.0

File hashes

Hashes for dma-1.0.8.tar.gz
Algorithm Hash digest
SHA256 a3b18de1319d1983714cf277e4e9c2d7e2d5b7d2afd71ba8494018dbc205ed05
MD5 7590eb62c192e6c24bc918964a6cc989
BLAKE2b-256 acb1a7d24e325a0632b012494972463c7d7b8a54763073b2cae78575c8fc45a1

See more details on using hashes here.

File details

Details for the file dma-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: dma-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.0

File hashes

Hashes for dma-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0bbb01e6d606e809477fc988ec52c294b4dff815e9fd3ea638acfddcb9b7c498
MD5 8bf28877334a84e79c62373fffae3822
BLAKE2b-256 e10749d7c83b27a403cc6353b2c9ea377a2dc58fcaf166c4f854f967563bc047

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page