[+] Lightness config

This commit is contained in:
Azalea (on HyDEV-Daisy) 2022-06-19 18:34:08 -04:00
parent d1f601048b
commit 7bd96e422f
3 changed files with 54 additions and 21 deletions

View file

@ -14,19 +14,17 @@ except Exception:
TERM_LEN = 40
TEST_ASCII = r"""
|\___/|
) (
=\ /=
)===(
/ \
| |
/ \
\ /
/\_/\_ _/_/\_
| |( ( | |
| | ) ) | |
| |(_( | |
| | | | |
| | | | |""".strip()
|\___/|
) (
=\ /=
)===(
/ \
| |
/ {txt} \
\ /
_/\_ _/_/\_
| |( ( | |
| | ) ) | |
| |(_( | |""".strip('\n')
TEST_ASCII_WIDTH = max(len(line) for line in TEST_ASCII.split('\n'))