hyfetch/tools/distros/blackpanther.py

29 lines
2.5 KiB
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
2022-08-20 07:43:52 -06:00
blackpanther = AsciiArt(match=r'''"blackPanther"* | 'blackpanther'*''', color='1 11 12', ascii=r"""
2022-08-20 07:30:23 -06:00
${c3} ........
.,»g,.
,j;»j,
.»»;:`${c2}``>${c1} ${c3} ,
.j»»»;:```` ,
;»»»»;```` φ Ñ>.
.j»»¿``/U.
.jÜÑ@H.
«ÑÑM"▀███████████████▓╫░
:]ÑÑÑÑ»»Ñ~
»ÑÑ»»
`jÑ»»U`
`/»»»;w`
;»»;:`Ü >`
`];:````µp ,M`
"╠╣██▌░░░░░░░»██▌;```` ╙▀██████████████M █▀"
"╟╣█░░░░░░░░»███⌂``` ▐▀████████▀░ █▌░`
"╩█▄░░░░░░»»▀███ `` └└` ,█▀"`
`»»»»@ .Ü`
`@»»»;`¿ ,Ñ"`
`"╨▀█▄▄▄░`▐█████▄, ,▄▄▀▀░`
`"╙╩▀▀▀▀████████▓▌▌▌▀▀▀╨"``
``""""``
""")