This modules allows you to fade ASCII art text with different themes.
Project description
FADE TEXT
# Module made by @venaxyt on Github
import fade
text = """
"""
# Fading a ascii art text (black-white)
faded_text = fade.blackwhite(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (purple-pink)
faded_text = fade.purplepink(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (green-blue)
faded_text = fade.greenblue(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (darkblue-blue)
faded_text = fade.water(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (yellow-red)
faded_text = fade.fire(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (pink-red)
faded_text = fade.pinkred(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (purple-blue)
faded_text = fade.purpleblue(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (green-yellow)
faded_text = fade.brazil(text)
print(faded_text)
>>> Output :
# Fading a ascii art text (random)
faded_text = fade.random(text)
print(faded_text)
>>> Output :
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
fade-0.0.9.tar.gz
(2.2 kB
view details)
File details
Details for the file fade-0.0.9.tar.gz
.
File metadata
- Download URL: fade-0.0.9.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 250e6aced0e30233535d31e7477cad24009569bfc54ad1ede778c85649ec42f8 |
|
MD5 | f3ccb92ab31a5478321b99d434885b08 |
|
BLAKE2b-256 | b379554ed567330587dd512f9fdaa0d2cfddfcaa4a8f4b40b6f8e8c9d9cfce4e |