hyfetch/tools/distros/hash.py
2022-08-20 09:43:52 -04:00

21 lines
No EOL
392 B
Python

from hyfetch.distro import AsciiArt
hash = AsciiArt(match=r'''"Hash"*''', color='123', ascii=r"""
${c1}
+ ###### +
### ###### ###
##### ###### #####
###### ###### ######
####### '"###### '"########
####### ###### ########
####### ###### ########
###### '"###### '"######
##### ###### #####
### ###### ###
~ ###### ~
""")