29 lines
No EOL
2.5 KiB
Python
29 lines
No EOL
2.5 KiB
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
blackpanther = AsciiArt(match=r'''"blackPanther"* | 'blackpanther'*''', color='1 11 12', ascii=r"""
|
|
${c3} ........
|
|
.,»╔╗╗╬▄▄╫█▀▓▄▄╬╗╗g≈,.
|
|
,j╗╬╣▓▓███████▌;»╙▀▀▀▀█▄▄╗j,
|
|
.≈╗╬▓██▀▀▀▀▀╠╙░░»»;:`${c2}``>${c1}▄ ${c3}▐ ▓╫╗⌂,
|
|
.j╬▓█▀▒░░░░░░░░░»»»;:```` ╙▀█▌╬░,
|
|
;╗▓█▄▄███████▀░░»»»»;```` ╓▄▄█▄▄φ ██▌Ñ>.
|
|
.j╣█████▀▀░░░░░░░░»»╓▄▄¿``▄███████/▄████▓╬U.
|
|
.j╣▓██▀ÜÑ╦╦░░░░░░▐█@▄████⌐▐███████████████▓╬H.
|
|
«╫▓█▀░ÑÑ╩╦░░░░░░░░▀██████M"▀███████████████▓╫░
|
|
:]╣█▌ÑÑÑÑ▄▄██▀░░░░»»██████████████████████████Ñ~
|
|
»╫▓█╫ÑÑ▄███▀░░░░░»»▐██████████████████████████▌░
|
|
`j╣█▌Ñ╬████░░░░░░░»»▐████████████████████████▌▐█U`
|
|
`/╫█▌▄███▌░░░░░░░»»»;▀██████████████▀████████w▐█░`
|
|
;╟█▌███▌░░░░░░░▄▄»»;:`▀▀████████▀Ü▄████████▌ ▐▌>`
|
|
`]▓████░░░░░░░░██⌂;:````╓▄▄µp╓▄▄██████████▀ ,█M`
|
|
"╠╣██▌░░░░░░░»██▌;```` ╙▀██████████████M █▀"
|
|
"╟╣█░░░░░░░░»███⌂``` ▐▀████████▀░ █▌░`
|
|
"╩█▄░░░░░░»»▀███ `` └└` ,█▀"`
|
|
`░▀█▄░░░»»»»████@ .▄█Ü`
|
|
`╙▀█▄@»»»;`▀███▌¿ ,▄▀Ñ"`
|
|
`"╨▀█▄▄▄░`▐█████▄, ,▄▄▀▀░`
|
|
`"╙╩▀▀▀▀████████▓▌▌▌▀▀▀╨"``
|
|
``""░╚╨╝╝╝╝╨╨░""``
|
|
""")
|
|
|