mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-04-10 02:55:46 -05:00
19 lines
559 B
Python
19 lines
559 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
encryptos = AsciiArt(match=r'''"EncryptOS"*''', color='2 5 6', ascii=r"""
|
|
${c2} *******
|
|
${c2} *** **.
|
|
${c2} ** **
|
|
${c2} ** **
|
|
|
|
${c2} *****************
|
|
${c2} ,,,,,,,,,,,,,,,,***
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,, ,,,,,,,
|
|
${c2} ,,,,,,,,,,,,,,,,,,,
|
|
${c2} ,,,,,,,,,,,,.
|
|
""")
|
|
|