27 lines
No EOL
2.6 KiB
Python
27 lines
No EOL
2.6 KiB
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
matuusos = AsciiArt(match=r'''"MatuusOS"*''', color='9 11 0', ascii=r"""
|
|
${c2}
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░░▒▓▓████▓▒▒░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░▒▓████████████▓░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░▓████████████████▒░░░░░░░░░░░░
|
|
░░░░░░░░░░░▓██████████████████▒░░░░░░░░░░░
|
|
░░░░░░░░░░▓████▒▓███████▓▓█████░░░░░░░░░░░
|
|
░░░░░░░░░░██████▓░▓████▒░██████▓░░░░░░░░░░
|
|
░░░░░░░░░▒███████▓░▒▓▒░░████████░░░░░░░░░░
|
|
░░░░░░░░░▒█████████▒░░░█████████░░░░░░░░░░
|
|
░░░░░░░░░░██████████▓▒██████████░░░░░░░░░░
|
|
░░░░░░░░░░▓████████████████████▒░░░░░░░░░░
|
|
░░░░░░░░░░░███████████████████▓░░░░░░░░░░░
|
|
░░░░░░░░░░░░█████████████████▓░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░▓██████████████▒░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░▒▓████████▓░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
|
""")
|
|
|