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, Fade.blackwhite)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (purplepink)
fade = LowTaperFade().doit(ascii, purplepink)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (greenblue)
fade = LowTaperFade().doit(ascii, greenblue)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (pinkred)
fade = LowTaperFade().doit(ascii, pinkred)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (purpleblue)
fade = LowTaperFade().doit(ascii, purpleblue)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (water)
fade = LowTaperFade().doit(ascii, water)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (fire)
fade = LowTaperFade().doit(ascii, fire)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (brazil)
fade = LowTaperFade().doit(ascii, brazil)
def banner():
system("cls||clear")
print(fade)
banner()
>>> Output :
# Fading a ascii art text (random)
fade = LowTaperFade().doit(ascii, Fade.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
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
dma-1.0.7.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dma-1.0.7-py3-none-any.whl
(2.9 kB
view details)
File details
Details for the file dma-1.0.7.tar.gz.
File metadata
- Download URL: dma-1.0.7.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
194b42e50c1793754a62f81497db8798d9a77412fa3253a407e2854c890d33ae
|
|
| MD5 |
6495ff1cca37bd9688bd81b8197b03e4
|
|
| BLAKE2b-256 |
40b0302b4b7e266a1ec7a5e968d57f04c58eccd52aa691690c1a2ab0657ed118
|
File details
Details for the file dma-1.0.7-py3-none-any.whl.
File metadata
- Download URL: dma-1.0.7-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f79a96e1c7369eba65c18810f9fb69a0930b1c79d84b81d7476263112d44ba2
|
|
| MD5 |
3a63a7e64ef8efe6475d8167efd1c95b
|
|
| BLAKE2b-256 |
d73bc83edca0e467680f8bd4044e142e2f56c8f75af82abfcadade786991a821
|