1234567891011121314151617181920212223242526 |
- from hyfetch.distro import AsciiArt
- calculate = AsciiArt(match=r'''"Calculate"*''', color='7 3', ascii=r"""
- ${c1} ......
- ,,+++++++,.
- .,,,....,,,${c2}+**+,,.${c1}
- ............,${c2}++++,,,${c1}
- ...............
- ......,,,........
- .....+*#####+,,,*+.
- .....,*###############,..,,,,,,..
- ......,*#################*..,,,,,..,,,..
- .,,....*####################+***+,,,,...,++,
- .,,..,..*#####################*,
- ,+,.+*..*#######################.
- ,+,,+*+..,########################*
- .,++++++. ..+##**###################+
- ..... ..+##***#################*.
- .,.*#*****##############*.
- ..,,*********#####****+.
- ${c2}.,++*****+++${c1}*****************${c2}+++++,.${c1}
- ${c2},++++++**+++++${c1}***********${c2}+++++++++,${c1}
- ${c2}.,,,,++++,.. .,,,,,.....,+++,.,,${c1}
- """)
-
|