23 lines
No EOL
761 B
Python
23 lines
No EOL
761 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
asteroidos = AsciiArt(match=r'''"AsteroidOS"*''', color='160 208 202 214', ascii=r"""
|
|
${c1} ***
|
|
${c1} *****
|
|
${c1} **********
|
|
${c1} ***************
|
|
${c1} *///****////****////.
|
|
${c2} (/////// /////// ///////(
|
|
${c2} /(((((//* //, //((((((.
|
|
${c2} ((((((((((( ((( ((((((((
|
|
${c2} *((((((((((((((((((((((( ((((((((
|
|
${c3} (((((#(((((((#((((( ((#(((((
|
|
${c3} (#(#(#####(#(#, ####(#(#
|
|
${c3} ######### ########
|
|
${c3} /######## ########
|
|
${c4} #######%#######
|
|
${c4} (#%%%%%%%#
|
|
${c4} %%%%%
|
|
${c4} %%%
|
|
""")
|
|
|