hyfetch/tools/distros/Hash.py

21 lines
390 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
Hash = AsciiArt(match=""""Hash"*""", color='123', ascii="""
${c1}
+ ###### +
### ###### ###
##### ###### #####
###### ###### ######
####### '"###### '"########
####### ###### ########
####### ###### ########
###### '"###### '"######
##### ###### #####
### ###### ###
~ ###### ~
""")