diff --git a/hyfetch/distros/__init__.py b/hyfetch/distros/__init__.py index 41bb591b..a3e0f0e6 100644 --- a/hyfetch/distros/__init__.py +++ b/hyfetch/distros/__init__.py @@ -8,13 +8,55 @@ class AsciiArt: match: str color: str ascii: str + foreground: list[int] + background: int | None - def __init__(self, match: str, color: str, ascii: str, name: str | None = None): + def __init__(self, match: str, color: str, ascii: str, name: str | None = None, + foreground: list[int] | None = None, background: int | None = None): self.match = match self.color = color self.ascii = ascii self.name = name or self.get_friendly_name() + self.foreground = foreground or [] + self.background = background def get_friendly_name(self) -> str: return self.match.split("|")[0].strip(string.punctuation + '* ') \ .replace('"', '').replace('*', '') + + def matches(self, name: str) -> bool: + name = name.lower() + for m in self.match.split('|'): + m = m.strip() + stripped = m.strip('*\'"').lower() + + if '"*"' in m: + prefix, suffix = stripped.split('"', 1) + if name.startswith(prefix) and name.endswith(suffix): + return True + continue + + # Exact matches + if '*' not in m: + if name == stripped: + return True + continue + + # Both sides are * + if m.startswith('*') and m.endswith('*'): + if stripped in name: + return True + continue + + # Ends with * + if m.endswith('*'): + if name.startswith(stripped): + return True + continue + + # Starts with * + if m.startswith('*'): + if name.endswith(stripped): + return True + continue + return False diff --git a/hyfetch/distros/adelie.py b/hyfetch/distros/adelie.py deleted file mode 100644 index c69a1594..00000000 --- a/hyfetch/distros/adelie.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -adelie = AsciiArt(match=r'''"Adélie"* | "Adelie"*''', color='4 7 6', ascii=r""" -${c1} ${c3} ,-^-___ -${c3} /\\\/// -${c2}refined.${c1} /\\\\// -${c2}reliable.${c1} /\\\/// -${c2}ready.${c1} /\\/////\ - __///\\\\/////\ -${c3} _//////\\\\\\\//// -${c1} ///////${c3}\\\\\\\\\\// - //////${c1}\\\\\/ - /////\\\\\/ - /////${c3}\\\\/ - /\\///\\\/ - /\\\/${c1}\\/ - /\\\\// - ////// - /// ${c3}\\\\\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/aeros.py b/hyfetch/distros/aeros.py deleted file mode 100644 index 3e93f28b..00000000 --- a/hyfetch/distros/aeros.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -aeros = AsciiArt(match=r'''"aerOS"*''', color='fg 0 0 0', ascii=r""" -${c1} - ooo OOO OOO ooo - oOO OOo - oOO OOo - oOO OOo - oOO OOo - oOO OOo - oOO OOo - OOo - OOo - OOo - OOo - OOo - OOo - oOO OOo - oOO OOo - oOO OOo - oOO OOo - oO OOo - oOO OOo - oOO OOo - ooo OOO OOO ooo -""") - \ No newline at end of file diff --git a/hyfetch/distros/afterglow.py b/hyfetch/distros/afterglow.py deleted file mode 100644 index f1bfab36..00000000 --- a/hyfetch/distros/afterglow.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -afterglow = AsciiArt(match=r'''"Afterglow"*''', color='5 1 3 4', ascii=r""" -${c2} . - ${c1}. ${c2}.{! - ${c1}.L! ${c2}J@||* - ${c1}gJJJJL` ${c2}g@FFS" - ${c1},@FFFJF`${c2}_g@@LLP` - ${c1}_@FFFFF`${c2}_@@@@@P` ${c4}. - ${c1}J@@@LLF ${c2}_@@@@@P` ${c4}.J! - ${c1}g@@@@@" ${c2}_@@@@@P`${c3}. ${c4}.L|||* - ${c1}g@@@@M" ${c2}"VP`${c3}.L! ${c4}<@JJJJ` - ${c1}"@N" ${c3}:||||! ${c4}JFFFFS" - ${c3}.{JJ||F`${c4}_gFFFF@' - ${c3}.@FJJJF`${c4},@LFFFF` - ${c3}_@FFFFF ${c4}VLLLP` - ${c3}J@@LL@" ${c4}`" - ${c3}V@@" -""") - \ No newline at end of file diff --git a/hyfetch/distros/aix.py b/hyfetch/distros/aix.py deleted file mode 100644 index da93de25..00000000 --- a/hyfetch/distros/aix.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -aix = AsciiArt(match=r'''"AIX"*''', color='2 7', ascii=r""" -${c1} `:+ssssossossss+-` - .oys///oyhddddhyo///sy+. - /yo:+hNNNNNNNNNNNNNNNNh+:oy/ - :h/:yNNNNNNNNNNNNNNNNNNNNNNy-+h: - `ys.yNNNNNNNNNNNNNNNNNNNNNNNNNNy.ys - `h+-mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm-oh - h+-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN.oy -/d`mNNNNNNN/::mNNNd::m+:/dNNNo::dNNNd`m: -h//NNNNNNN: . .NNNh mNo od. -dNNNNN:+y -N.sNNNNNN+ -N/ -NNh mNNd. sNNNNNNNo-m -N.sNNNNNs +oo /Nh mNNs` ` /mNNNNNNo-m -h//NNNNh ossss` +h md- .hm/ `sNNNNN:+y -:d`mNNN+/yNNNNNd//y//h//oNNNNy//sNNNd`m- - yo-NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNm.ss - `h+-mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm-oy - sy.yNNNNNNNNNNNNNNNNNNNNNNNNNNs.yo - :h+-yNNNNNNNNNNNNNNNNNNNNNNs-oh- - :ys:/yNNNNNNNNNNNNNNNmy/:sy: - .+ys///osyhhhhys+///sy+. - -/osssossossso/- -""") - \ No newline at end of file diff --git a/hyfetch/distros/almalinux.py b/hyfetch/distros/almalinux.py deleted file mode 100644 index aeeeb801..00000000 --- a/hyfetch/distros/almalinux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -almalinux = AsciiArt(match=r'''"AlmaLinux"*''', color='1 3 4 2 6', ascii=r""" -${c1} 'c:. -${c1} lkkkx, .. ${c2}.. ,cc, -${c1} okkkk:ckkx' ${c2}.lxkkx.okkkkd -${c1} .:llcokkx' ${c2}:kkkxkko:xkkd, -${c1} .xkkkkdood: ${c2};kx, .lkxlll; -${c1} xkkx. ${c2}xk' xkkkkk: -${c1} 'xkx. ${c2}xd .....,. -${c3} .. ${c1}:xkl' ${c2}:c ..''.. -${c3} .dkx' ${c1}.:ldl:'. ${c2}' ${c4}':lollldkkxo; -${c3} .''lkkko' ${c4}ckkkx. -${c3}'xkkkd:kkd. .. ${c5};' ${c4}:kkxo. -${c3},xkkkd;kk' ,d; ${c5}ld. ${c4}':dkd::cc, -${c3} .,,.;xkko'.';lxo. ${c5}dx, ${c4}:kkk'xkkkkc -${c3} 'dkkkkkxo:. ${c5};kx ${c4}.kkk:;xkkd. -${c3} ..... ${c5}.;dk:. ${c5}lkk. ${c4}:;, - ${c5}:kkkkkkkdoxkkx - ,c,,;;;:xkkd. - ;kkkkl... - ;kkkkl - ,od; -""") - \ No newline at end of file diff --git a/hyfetch/distros/alpine.py b/hyfetch/distros/alpine.py deleted file mode 100644 index 4ce95b68..00000000 --- a/hyfetch/distros/alpine.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -alpine = AsciiArt(match=r'''"Alpine"*''', color='4 5 7 6', ascii=r""" -${c1} .hddddddddddddddddddddddh. - :dddddddddddddddddddddddddd: - /dddddddddddddddddddddddddddd/ - +dddddddddddddddddddddddddddddd+ - `sdddddddddddddddddddddddddddddddds` - `ydddddddddddd++hdddddddddddddddddddy` -.hddddddddddd+` `+ddddh:-sdddddddddddh. -hdddddddddd+` `+y: .sddddddddddh -ddddddddh+` `//` `.` -sddddddddd -ddddddh+` `/hddh/` `:s- -sddddddd -ddddh+` `/+/dddddh/` `+s- -sddddd -ddd+` `/o` :dddddddh/` `oy- .yddd -hdddyo+ohddyosdddddddddho+oydddy++ohdddh -.hddddddddddddddddddddddddddddddddddddh. - `yddddddddddddddddddddddddddddddddddy` - `sdddddddddddddddddddddddddddddddds` - +dddddddddddddddddddddddddddddd+ - /dddddddddddddddddddddddddddd/ - :dddddddddddddddddddddddddd: - .hddddddddddddddddddddddh. -""") - \ No newline at end of file diff --git a/hyfetch/distros/alpine_small.py b/hyfetch/distros/alpine_small.py deleted file mode 100644 index 91cbebdb..00000000 --- a/hyfetch/distros/alpine_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -alpine_small = AsciiArt(match=r'''"alpine_small"''', color='4 7', ascii=r""" -${c1} /\ /\ - /${c2}/ ${c1}\ \ - /${c2}/ ${c1}\ \ -/${c2}// ${c1}\ \ -${c2}// ${c1}\ \ - \ -""") - \ No newline at end of file diff --git a/hyfetch/distros/alter.py b/hyfetch/distros/alter.py deleted file mode 100644 index 78a36f87..00000000 --- a/hyfetch/distros/alter.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -alter = AsciiArt(match=r'''"Alter"*''', color='6 6', ascii=r""" -${c1} %, - ^WWWw - 'wwwwww - !wwwwwwww - #`wwwwwwwww - @wwwwwwwwwwww - wwwwwwwwwwwwwww - wwwwwwwwwwwwwwwww - wwwwwwwwwwwwwwwwwww - wwwwwwwwwwwwwwwwwwww, - w~1i.wwwwwwwwwwwwwwwww, - 3~:~1lli.wwwwwwwwwwwwwwww. - :~~:~?ttttzwwwwwwwwwwwwwwww - #<~:~~~~?llllltO-.wwwwwwwwwww - #~:~~:~:~~?ltlltlttO-.wwwwwwwww - @~:~~:~:~:~~(zttlltltlOda.wwwwwww - @~:~~: ~:~~:~:(zltlltlO a,wwwwww - 8~~:~~:~~~~:~~~~_1ltltu ,www - 5~~:~~:~~:~~:~~:~~~_1ltq N,, - g~:~~:~~~:~~:~~:~:~~~~1q N, -""") - \ No newline at end of file diff --git a/hyfetch/distros/amazon.py b/hyfetch/distros/amazon.py deleted file mode 100644 index 7a53f730..00000000 --- a/hyfetch/distros/amazon.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -amazon = AsciiArt(match=r'''"Amazon"*''', color='3 7', ascii=r""" -${c1} `-/oydNNdyo:.` - `.:+shmMMMMMMMMMMMMMMmhs+:.` - -+hNNMMMMMMMMMMMMMMMMMMMMMMNNho- -.`` -/+shmNNMMMMMMNNmhs+/- ``. -dNmhs+:. `.:/oo/:.` .:+shmNd -dMMMMMMMNdhs+:.. ..:+shdNMMMMMMMd -dMMMMMMMMMMMMMMNds odNMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -dMMMMMMMMMMMMMMMMh yMMMMMMMMMMMMMMMMd -.:+ydNMMMMMMMMMMMh yMMMMMMMMMMMNdy+:. - `.:+shNMMMMMh yMMMMMNhs+:`` - `-+shy shs+:` -""") - \ No newline at end of file diff --git a/hyfetch/distros/amogos.py b/hyfetch/distros/amogos.py deleted file mode 100644 index e1a8ab97..00000000 --- a/hyfetch/distros/amogos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -amogos = AsciiArt(match=r'''"AmogOS"*''', color='15 6', ascii=r""" -${c1} ___________ - / \ - / ${c2}______${c1} \ - / ${c2}/ \${c1} \ - | ${c2}( )${c1} \ - / ${c2}\______/${c1} | - | | - / \ - | | - | | - / | - | | - | _______ | - ____/ / \ | - / | | | - | / ____/ | - \_________/ / | - \ __/ - \_______/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/anarchy.py b/hyfetch/distros/anarchy.py deleted file mode 100644 index a182a187..00000000 --- a/hyfetch/distros/anarchy.py +++ /dev/null @@ -1,35 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -anarchy = AsciiArt(match=r'''"Anarchy"*''', color='7 4', ascii=r""" - ${c2}..${c1} - ${c2}..${c1} - ${c2}:..${c1} - ${c2}:+++.${c1} - .:::++${c2}++++${c1}+::. - .:+######${c2}++++${c1}######+:. - .+#########${c2}+++++${c1}##########:. - .+##########${c2}+++++++${c1}##${c2}+${c1}#########+. - +###########${c2}+++++++++${c1}############: - +##########${c2}++++++${c1}#${c2}++++${c1}#${c2}+${c1}###########+ - +###########${c2}+++++${c1}###${c2}++++${c1}#${c2}+${c1}###########+ - :##########${c2}+${c1}#${c2}++++${c1}####${c2}++++${c1}#${c2}+${c1}############: - ###########${c2}+++++${c1}#####${c2}+++++${c1}#${c2}+${c1}###${c2}++${c1}######+ -.##########${c2}++++++${c1}#####${c2}++++++++++++${c1}#######. -.##########${c2}+++++++++++++++++++${c1}###########. - #####${c2}++++++++++++++${c1}###${c2}++++++++${c1}#########+ - :###${c2}++++++++++${c1}#########${c2}+++++++${c1}#########: - +######${c2}+++++${c1}##########${c2}++++++++${c1}#######+ - +####${c2}+++++${c1}###########${c2}+++++++++${c1}#####+ - :##${c2}++++++${c1}############${c2}++++++++++${c1}##: - .${c2}++++++${c1}#############${c2}++++++++++${c1}+. - :${c2}++++${c1}###############${c2}+++++++${c1}:: - .${c2}++. .:+${c1}##############${c2}+++++++${c1}.. - ${c2}.:.${c1} ..::++++++::..:${c2}++++${c1}+. - ${c2}.${c1} ${c2}.:+++${c1}. - ${c2}.:${c1}: - ${c2}..${c1} - ${c2}..${c1} -""") - \ No newline at end of file diff --git a/hyfetch/distros/android.py b/hyfetch/distros/android.py deleted file mode 100644 index e51ffa58..00000000 --- a/hyfetch/distros/android.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -android = AsciiArt(match=r'''"Android"*''', color='2 7', ascii=r""" -${c1} -o o- - +hydNNNNdyh+ - +mMMMMMMMMMMMMm+ - `dMM${c2}m:${c1}NMMMMMMN${c2}:m${c1}MMd` - hMMMMMMMMMMMMMMMMMMh - .. yyyyyyyyyyyyyyyyyyyy .. -.mMMm`MMMMMMMMMMMMMMMMMMMM`mMMm. -:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM: -:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM: -:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM: -:MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM: --MMMM-MMMMMMMMMMMMMMMMMMMM-MMMM- - +yy+ MMMMMMMMMMMMMMMMMMMM +yy+ - mMMMMMMMMMMMMMMMMMMm - `/++MMMMh++hMMMM++/` - MMMMo oMMMM - MMMMo oMMMM - oNMm- -mMNs -""") - \ No newline at end of file diff --git a/hyfetch/distros/android_small.py b/hyfetch/distros/android_small.py deleted file mode 100644 index e6689421..00000000 --- a/hyfetch/distros/android_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -android_small = AsciiArt(match=r'''"android_small"*''', color='2 7', ascii=r""" -${c1} ;, ,; - ';,.-----.,;' - ,' ', - / O O \ -| | -'-----------------' -""") - \ No newline at end of file diff --git a/hyfetch/distros/antergos.py b/hyfetch/distros/antergos.py deleted file mode 100644 index 1c0714d9..00000000 --- a/hyfetch/distros/antergos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -antergos = AsciiArt(match=r'''"Antergos"*''', color='4 6', ascii=r""" -${c2} `.-/::/-`` - .-/osssssssso/. - :osyysssssssyyys+- - `.+yyyysssssssssyyyyy+. - `/syyyyyssssssssssyyyyys-` - `/yhyyyyysss${c1}++${c2}ssosyyyyhhy/` - .ohhhyyyys${c1}o++/+o${c2}so${c1}+${c2}syy${c1}+${c2}shhhho. - .shhhhys${c1}oo++//+${c2}sss${c1}+++${c2}yyy${c1}+s${c2}hhhhs. - -yhhhhs${c1}+++++++o${c2}ssso${c1}+++${c2}yyy${c1}s+o${c2}hhddy: - -yddhhy${c1}o+++++o${c2}syyss${c1}++++${c2}yyy${c1}yooy${c2}hdddy- - .yddddhs${c1}o++o${c2}syyyyys${c1}+++++${c2}yyhh${c1}sos${c2}hddddy` -`odddddhyosyhyyyyyy${c1}++++++${c2}yhhhyosddddddo -.dmdddddhhhhhhhyyyo${c1}+++++${c2}shhhhhohddddmmh. -ddmmdddddhhhhhhhso${c1}++++++${c2}yhhhhhhdddddmmdy -dmmmdddddddhhhyso${c1}++++++${c2}shhhhhddddddmmmmh --dmmmdddddddhhys${c1}o++++o${c2}shhhhdddddddmmmmd- -.smmmmddddddddhhhhhhhhhdddddddddmmmms. - `+ydmmmdddddddddddddddddddmmmmdy/. - `.:+ooyyddddddddddddyyso+:.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/antix.py b/hyfetch/distros/antix.py deleted file mode 100644 index ff84f5f9..00000000 --- a/hyfetch/distros/antix.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -antix = AsciiArt(match=r'''"antiX"*''', color='1 7 3', ascii=r""" -${c1} - \ - , - ~ ^ ~ - \ / - , ' \ ' , / - , \ '/ - , \ / , - ,___, \/ , - / | _ _ _|_ o /\ , -|, | / |/ | | | / \ , - \,_/\_/ | |_/|_/|_/_/ \, - , / ,\ - , / , ' \ - ' - , _ _ _ , ' -""") - \ No newline at end of file diff --git a/hyfetch/distros/aosc_os.py b/hyfetch/distros/aosc_os.py deleted file mode 100644 index 8c0ce781..00000000 --- a/hyfetch/distros/aosc_os.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -aosc_os = AsciiArt(match=r'''"AOSC OS"*''', color='4 0 1 3', ascii=r''' -${c2} __ - ${c2}gpBBBBBBBBBP - ${c2}_gBBBBBBBBBRP - ${c2}4BBBBBBBBRP ${c4},_____ - ${c2}`"" ${c4}_g@@@@@@@@@@@@@%g> - ${c4}__@@@@@@@@@@@@@@@@P" ${c1}___ - ${c4}_g@@@@@@@@@@@@@@@N"` ${c1}_gN@@@@@N^ - ${c4}_w@@@@@@@@@@@@@@@@P" ${c1}_g@@@@@@@P" - ${c4}_g@@@@@@@@@@@@@@@N"` ${c1}VMNN@NNNM^` - ${c4}^MMM@@@@@@@@@@@MP" ${c3},ggppww__ - ${c4}`""""" ${c3}_wNNNNNNNNNNNNNNNNNNN - ${c3}_gBNNNNNNNNNNNNNNNNNP" - ${c3}_wNNNNNNNNNNNNNNNNNNMP` - ${c3}_gBNNNNNNNNNNNNNNNNNP" - ${c3}_wNNNNNNNNNNNNNNNNNNNM^ - ${c3}""Y^^MNNNNNNNNNNNNP` - ${c3}`""""""" -''') - \ No newline at end of file diff --git a/hyfetch/distros/aperio_gnu_linux.py b/hyfetch/distros/aperio_gnu_linux.py deleted file mode 100644 index d9160ed3..00000000 --- a/hyfetch/distros/aperio_gnu_linux.py +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -aperio_gnu_linux = AsciiArt(match=r'''"Aperio GNU/Linux"*''', color='255', ascii=r""" -${c2} - _.._ _ ._.. _ -(_][_)(/,[ |(_) - | GNU/Linux -""") - \ No newline at end of file diff --git a/hyfetch/distros/aperture.py b/hyfetch/distros/aperture.py deleted file mode 100644 index 0ca3bcfc..00000000 --- a/hyfetch/distros/aperture.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -aperture = AsciiArt(match=r'''"Aperture"*''', color='6 6 7 1', ascii=r""" -${c1} .,-:;//;:=, - . :H@@@MM@M#H/.,+%;, - ,/X+ +M@@M@MM%=,-%HMMM@X/, - -+@MM; $M@@MH+-,;XMMMM@MMMM@+- - ;@M@@M- XM@X;. -+XXXXXHHH@M@M#@/. - ,%MM@@MH ,@%= .---=-=:=,. - =@#@@@MX., -%HX$$%%%:; - =-./@M@M$ .;@MMMM@MM: - X@/ -$MM/ . +MM@@@M$ -,@M@H: :@: . =X#@@@@- -,@@@MMX, . /H- ;@M@M= -.H@@@@M@+, %MM+..%#$. - /MMMM@MMH/. XM@MH; =; - /%+%$XHH@$= , .H@@@@MX, - .=--------. -%H.,@@@@@MX, - .%MM@@@HHHXX$$$%+- .:$MMX =M@@MM%. - =XMMM@MM@MM#H;,-+HMM@M+ /MMMX= - =%@M@M#@$-.=$@MM@@@M; %M%= - ,:+$+-,/H#MMMMMMM@= =, - =++%%%%+/:-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/apricity.py b/hyfetch/distros/apricity.py deleted file mode 100644 index ec143f34..00000000 --- a/hyfetch/distros/apricity.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -apricity = AsciiArt(match=r'''"Apricity"*''', color='4 7 1', ascii=r""" -${c2} ./o- - ``...`` `:. -/: - `-+ymNMMMMMNmho-` :sdNNm/ - `+dMMMMMMMMMMMMMMMmo` sh:.:::- - /mMMMMMMMMMMMMMMMMMMMm/`sNd/ - oMMMMMMMMMMMMMMMMMMMMMMMs -` -:MMMMMMMMMMMMMMMMMMMMMMMMM/ -NMMMMMMMMMMMMMMMMMMMMMMMMMd -MMMMMMMmdmMMMMMMMMMMMMMMMMd -MMMMMMy` .mMMMMMMMMMMMmho:` -MMMMMMNo/sMMMMMMMNdy+-.`-/ -MMMMMMMMMMMMNdy+:.`.:ohmm: -MMMMMMMmhs+-.`.:+ymNMMMy. -MMMMMM/`.-/ohmNMMMMMMy- -MMMMMMNmNNMMMMMMMMmo. -MMMMMMMMMMMMMMMms:` -MMMMMMMMMMNds/. -dhhyys+/-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/arch.py b/hyfetch/distros/arch.py deleted file mode 100644 index 57ccd28d..00000000 --- a/hyfetch/distros/arch.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arch = AsciiArt(match=r'''"Arch"*''', color='6 6 7 1', ascii=r""" -${c1} -` - .o+` - `ooo/ - `+oooo: - `+oooooo: - -+oooooo+: - `/:-:++oooo+: - `/++++/+++++++: - `/++++++++++++++: - `/+++o${c2}oooooooo${c1}oooo/` -${c2} ${c1}./${c2}ooosssso++osssssso${c1}+` -${c2} .oossssso-````/ossssss+` - -osssssso. :ssssssso. - :osssssss/ osssso+++. - /ossssssss/ +ssssooo/- - `/ossssso+/:- -:/+osssso+- - `+sso+:-` `.-/+oso: - `++:. `-/+/ - .` `/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/arch_old.py b/hyfetch/distros/arch_old.py deleted file mode 100644 index 4aa696c8..00000000 --- a/hyfetch/distros/arch_old.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arch_old = AsciiArt(match=r'''"arch_old"''', color='6 7 1', ascii=r""" -${c1} __ - _=(SDGJT=_ - _GTDJHGGFCVS) - ,GTDJGGDTDFBGX0 -${c1} JDJDIJHRORVFSBSVL${c2}-=+=,_ -${c1} IJFDUFHJNXIXCDXDSV,${c2} "DEBL -${c1} [LKDSDJTDU=OUSCSBFLD.${c2} '?ZWX, -${c1} ,LMDSDSWH' `DCBOSI${c2} DRDS], -${c1} SDDFDFH' !YEWD,${c2} )HDROD -${c1} !KMDOCG &GSU|${c2}\_GFHRGO\' -${c1} HKLSGP'${c2} __${c1}\TKM0${c2}\GHRBV)' -${c1}JSNRVW'${c2} __+MNAEC${c1}\IOI,${c2}\BN' -${c1}HELK['${c2} __,=OFFXCBGHC${c1}\FD) -${c1}?KGHE ${c2}\_-#DASDFLSV='${c1} 'EF -'EHTI !H - `0F' '! -""") - \ No newline at end of file diff --git a/hyfetch/distros/arch_small.py b/hyfetch/distros/arch_small.py deleted file mode 100644 index 4f6061fd..00000000 --- a/hyfetch/distros/arch_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arch_small = AsciiArt(match=r'''"arch_small"''', color='6 7 1', ascii=r""" -${c1} /\ - / \ - /\ \ -${c2} / \ - / ,, \ - / | | -\ -/_-'' ''-_\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/archbox.py b/hyfetch/distros/archbox.py deleted file mode 100644 index 53ff84b2..00000000 --- a/hyfetch/distros/archbox.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archbox = AsciiArt(match=r'''"ArchBox"*''', color='2 7 1', ascii=r""" -${c1} ...:+oh/:::.. - ..-/oshhhhhh` `::::-. - .:/ohhhhhhhhhhhh` `-::::. - .+shhhhhhhhhhhhhhhhh` `.::-. - /`-:+shhhhhhhhhhhhhh` .-/+shh - / .:/ohhhhhhhhh` .:/ohhhhhhhh - / `-:+shhh` ..:+shhhhhhhhhhhh - / .:ohhhhhhhhhhhhhhhhhhh - / `hhhhhhhhhhhhhhhhhhhh - / `hhhhhhhhhhhhhhhhhhhh - / `hhhhhhhhhhhhhhhhhhhh - / `hhhhhhhhhhhhhhhhhhhh - / .+o+ `hhhhhhhhhhhhhhhhhhhh - / -hhhhh `hhhhhhhhhhhhhhhhhhhh - / ohhhhho `hhhhhhhhhhhhhhhhhhhh - /:::+`hhhhoos` `hhhhhhhhhhhhhhhhhs+` - `--/:` /: `hhhhhhhhhhhho/- - -/:. `hhhhhhs+:-` - ::::/ho/-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/archcraft.py b/hyfetch/distros/archcraft.py deleted file mode 100644 index f6e580d1..00000000 --- a/hyfetch/distros/archcraft.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archcraft = AsciiArt(match=r'''"Archcraft"*''', color='6 1 2 3 4 5', ascii=r""" -${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢰⡆${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢠⣿⣿⡄${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢀⣾⣿⣿⣿⡀${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c4}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣼⣿⣿⣿⣿⣷⡀${c4}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c5}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣼⣿⣿⣿⣿⣿⣿⣷${c5}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c6}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢼⣿⣿⣿⣿⣿⣿⣿⣿⣧${c6}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣰⣤⣈⠻⢿⣿⣿⣿⣿⣿⣿⣧${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣰⣿⣿⣿⣿⣮⣿⣿⣿⣿⣿⣿⣿⣧${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧${c3}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c4}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧${c4}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c5}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧${c5}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄ -${c6}⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣼⣿⣿⣿⣿⣿⡿⣿⣿⡟${c6}⠄⠄${c1}⠸⣿⣿⡿⣿⣿⣿⣿⣿⣷⡀${c6}⠄⠄⠄⠄⠄⠄⠄⠄ -${c1}⠄⠄⠄⠄⠄⠄⠄⠄${c1}⣼⣿⣿⣿⣿⣿⡏${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⠈⣿⣿⣿⣿⣿⣷⡀${c1}⠄⠄⠄⠄⠄⠄⠄ -${c2}⠄⠄⠄⠄⠄⠄${c1}⢀⣼⣿⣿⣿⣿⣿⣿⡗${c2}⠄⠄⠄${c1}⢀⣠⣤⣀⠄⠄⠄${c1}⠸⣿⣿⣿⣿⣿⣿⣷⡀${c2}⠄⠄⠄⠄⠄⠄ -${c3}⠄⠄⠄⠄⠄${c1}⢀⣾⣿⣿⣿⣿⣿⡏⠁${c3}⠄⠄⠄${c1}⢠⣿⣿⣿⣿⡇${c3}⠄⠄⠄⠄${c1}⢙⣿⣿⣻⠿⣿⣷⡀${c3}⠄⠄⠄⠄⠄ -${c4}⠄⠄⠄⠄${c1}⢀⣾⣿⣿⣿⣿⣿⣿⣷⣤⡀${c4}⠄⠄⠄${c1}⠻⣿⣿⡿⠃${c4}⠄⠄⠄${c1}⢀⣼⣿⣿⣿⣿⣦⣌⠙⠄${c4}⠄⠄⠄⠄ -${c5}⠄⠄⠄${c1}⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏${c5}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⢿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀${c5}⠄⠄⠄ -${c6}⠄⠄${c1}⢠⣿⣿⣿⣿⣿⣿⣿⡿⠟⠋⠁${c6}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⠙⠻⣿⣿⣿⣿⣿⣿⣿⣿⡄${c6}⠄⠄ -${c1}⠄${c1}⣠⣿⣿⣿⣿⠿⠛⠋⠁${c1}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⠉⠙⠻⢿⣿⣿⣿⣿⣆${c1}⠄ -${c1}⡰⠟⠛⠉⠁${c2}⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄⠄${c1}⠉⠙⠛⠿⢆ -""") - \ No newline at end of file diff --git a/hyfetch/distros/archcraft_ascii.py b/hyfetch/distros/archcraft_ascii.py deleted file mode 100644 index 39f5f304..00000000 --- a/hyfetch/distros/archcraft_ascii.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archcraft_ascii = AsciiArt(match=r'''"archcraft_ascii"*''', color='6 1 2 3 4 5', ascii=r""" -${c1} -o\ - :ooo: - .ooooo. - ooooooo. - +oooooooo. - -oooooooooo. - --:-+oooooooo. - yooo+=+sooooooo. - yoooooosooooooooo. - y+ooooooooooooooooo. - yoooooooooooooooooooo` - yoooooo+oo= :oo++ooooo` - :oooooo. +ooooo- - -ooooooo. .::. +ooosoo= - -oooooo` .oooo` +os-=o= - =ooooooo=: `oo+ :=ooo=--`. - +ooooooooos. .=sooooooo+- - .+osossos+-` `-+osososs+. - :sss+=-:` `:-=+ssss: -:=-:` `-=+: -""") - \ No newline at end of file diff --git a/hyfetch/distros/archcraft_minimal.py b/hyfetch/distros/archcraft_minimal.py deleted file mode 100644 index 9a6be2e6..00000000 --- a/hyfetch/distros/archcraft_minimal.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archcraft_minimal = AsciiArt(match=r'''"archcraft_minimal"*''', color='6 1 2 3 4 5', ascii=r""" -${c1} ⢰⡆ - ⢠⣿⣿⡄ - ⢀⣾⣿⣿⣿⡀ - ⣼⣿⣿⣿⣿⣷⡀ - ⣼⣿⣿⣿⣿⣿⣿⣷ - ⢼⣿⣿⣿⣿⣿⣿⣿⣿⣧ - ⣰⣤⣈⠻⢿⣿⣿⣿⣿⣿⣿⣧ - ⣰⣿⣿⣿⣿⣮⣿⣿⣿⣿⣿⣿⣿⣧ - ⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧ - ⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧ - ⣼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧ - ⣼⣿⣿⣿⣿⣿⡿⣿⣿⡟ ⠸⣿⣿⡿⣿⣿⣿⣿⣿⣷⡀ - ⣼⣿⣿⣿⣿⣿⡏ ⠈⣿⣿⣿⣿⣿⣷⡀ - ⢀⣼⣿⣿⣿⣿⣿⣿⡗ ⢀⣠⣤⣀ ⠸⣿⣿⣿⣿⣿⣿⣷⡀ - ⢀⣾⣿⣿⣿⣿⣿⡏⠁ ⢠⣿⣿⣿⣿⡇ ⢙⣿⣿⣻⠿⣿⣷⡀ - ⢀⣾⣿⣿⣿⣿⣿⣿⣷⣤⡀ ⠻⣿⣿⡿⠃ ⢀⣼⣿⣿⣿⣿⣦⣌⠙ - ⢠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⠏ ⢿⣿⣿⣿⣿⣿⣿⣿⣿⣦⡀ - ⢠⣿⣿⣿⣿⣿⣿⣿⡿⠟⠋⠁ ⠙⠻⣿⣿⣿⣿⣿⣿⣿⣿⡄ - ⣠⣿⣿⣿⣿⠿⠛⠋⠁ ⠉⠙⠻⢿⣿⣿⣿⣿⣆ -⡰⠟⠛⠉⠁ ⠉⠙⠛⠿⢆ -""") - \ No newline at end of file diff --git a/hyfetch/distros/archlabs.py b/hyfetch/distros/archlabs.py deleted file mode 100644 index fffeb0af..00000000 --- a/hyfetch/distros/archlabs.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archlabs = AsciiArt(match=r'''"ARCHlabs"*''', color='6 6 7 1', ascii=r""" -${c1} 'c' - 'kKk, - .dKKKx. - .oKXKXKd. - .l0XXXXKKo. - c0KXXXXKX0l. - :0XKKOxxOKX0l. - :OXKOc. .c0XX0l. - :OK0o. ${c4}...${c1}'dKKX0l. - :OX0c ${c4};xOx'${c1}'dKXX0l. - :0KKo.${c4}.o0XXKd'.${c1}lKXX0l. - c0XKd.${c4}.oKXXXXKd..${c1}oKKX0l. - .c0XKk;${c4}.l0K0OO0XKd..${c1}oKXXKo. - .l0XXXk:${c4},dKx,.'l0XKo.${c1}.kXXXKo. - .o0XXXX0d,${c4}:x; .oKKx'${c1}.dXKXXKd. - .oKXXXXKK0c.${c4};. :00c'${c1}cOXXXXXKd. - .dKXXXXXXXXk,${c4}. cKx'${c1}'xKXXXXXXKx' - 'xKXXXXK0kdl:. ${c4}.ok; ${c1}.cdk0KKXXXKx' - 'xKK0koc,.. ${c4}'c, ${c1} ..,cok0KKk, - ,xko:'. ${c4}.. ${c1} .':okx; - .,'. .',. -""") - \ No newline at end of file diff --git a/hyfetch/distros/archmerge.py b/hyfetch/distros/archmerge.py deleted file mode 100644 index b3d06f81..00000000 --- a/hyfetch/distros/archmerge.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archmerge = AsciiArt(match=r'''"ArchMerge"*''', color='6 6 7 1', ascii=r""" -${c1} y: - sMN- - +MMMm` - /MMMMMd` - :NMMMMMMy - -NMMMMMMMMs - .NMMMMMMMMMM+ - .mMMMMMMMMMMMM+ - oNMMMMMMMMMMMMM+ - `+:-+NMMMMMMMMMMMM+ - .sNMNhNMMMMMMMMMMMM/ - `hho/sNMMMMMMMMMMMMMMM/ - `.`omMMmMMMMMMMMMMMMMMMM+ - .mMNdshMMMMd+::oNMMMMMMMMMo - .mMMMMMMMMM+ `yMMMMMMMMMs - .NMMMMMMMMM/ yMMMMMMMMMy - -NMMMMMMMMMh `mNMMMMMMMMd` - /NMMMNds+:.` `-/oymMMMm. - +Mmy/. `:smN: -/+. -o. -""") - \ No newline at end of file diff --git a/hyfetch/distros/archstrike.py b/hyfetch/distros/archstrike.py deleted file mode 100644 index a24ef7c0..00000000 --- a/hyfetch/distros/archstrike.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -archstrike = AsciiArt(match=r'''"ArchStrike"*''', color='8 6', ascii=r""" -${c1} * - **. - **** - ****** - ******* - ** ******* - **** ******* - ${c1}****${c2}_____${c1}***${c2}/${c1}* - ***${c2}/${c1}*******${c2}//${c1}*** - **${c2}/${c1}********${c2}///${c1}*${c2}/${c1}** - **${c2}/${c1}*******${c2}////${c1}***${c2}/${c1}** - **${c2}/${c1}****${c2}//////.,${c1}****${c2}/${c1}** - ***${c2}/${c1}*****${c2}/////////${c1}**${c2}/${c1}*** - ****${c2}/${c1}**** ${c2}/////${c1}***${c2}/${c1}**** - ******${c2}/${c1}*** ${c2}//// ${c1}**${c2}/${c1}****** - ********${c2}/${c1}* ${c2}/// ${c1}*${c2}/${c1}******** - ,****** ${c2}// ______ / ${c1}******, -""") - \ No newline at end of file diff --git a/hyfetch/distros/arcolinux.py b/hyfetch/distros/arcolinux.py deleted file mode 100644 index 296f0c5d..00000000 --- a/hyfetch/distros/arcolinux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arcolinux = AsciiArt(match=r'''"ArcoLinux"*''', color='7 4', ascii=r""" -${c2} /- - ooo: - yoooo/ - yooooooo - yooooooooo - yooooooooooo - .yooooooooooooo - .oooooooooooooooo - .oooooooarcoooooooo - .ooooooooo-oooooooooo - .ooooooooo- oooooooooo - :ooooooooo. :ooooooooo - :ooooooooo. :ooooooooo - :oooarcooo .oooarcooo - :ooooooooy .ooooooooo - :ooooooooo ${c1}/ooooooooooooooooooo${c2} - :ooooooooo ${c1}.-ooooooooooooooooo.${c2} - ooooooooo- ${c1}-ooooooooooooo.${c2} - ooooooooo- ${c1}.-oooooooooo.${c2} -ooooooooo. ${c1}-ooooooooo${c2} -""") - \ No newline at end of file diff --git a/hyfetch/distros/arcolinux_small.py b/hyfetch/distros/arcolinux_small.py deleted file mode 100644 index f5022540..00000000 --- a/hyfetch/distros/arcolinux_small.py +++ /dev/null @@ -1,18 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arcolinux_small = AsciiArt(match=r'''"arcolinux_small"*''', color='7 4', ascii=r""" -${c2} A - ooo - ooooo - ooooooo - ooooooooo - ooooo ooooo - ooooo ooooo - ooooo ooooo - ooooo ${c1}${c2} - ooooo ${c1}${c2} -ooooo ${c1}${c2} -""") - \ No newline at end of file diff --git a/hyfetch/distros/arkane.py b/hyfetch/distros/arkane.py deleted file mode 100644 index d1f25c04..00000000 --- a/hyfetch/distros/arkane.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arkane = AsciiArt(match=r'''"Arkane"*''', color='7 130 237', ascii=r""" -${c3} .:.. - ..:::...... - ${c2}.${c3} .${c2}.${c3}..... - ${c2}+=${c3}...${c2}==${c3}.... - ......:.${c1}:-${c2}:${c3}..${c1}+*${c2}=${c3}.... - ${c2}:----::${c3}...... - ${c2}.=***##*+=: ${c3}.. - ${c2}=${c1}***######*${c2}= - ${c2}.${c1}-*######+ - ${c2}:+${c1}###%%%###${c3}: - ${c2}-+*${c1}########+${c3}. - ${c2}=++*${c1}#######${c3}- - ${c2}-+=+**${c1}*####${c3}= - ${c3}.${c2}-=++==***${c1}##*${c1}- - ${c2}-++++++==++++= - .-+++**+++=+===${c3}. -${c2}:---===++++=-=--${c3}. -${c2}-===============${c3}-==--: -${c2}.-==+++***++*${c1}*#########${c3}=:::. - ${c2}.-=++++*++++**${c1}#######%%###${c3}= - ${c2}.:==++++++**${c1}#############${c3}: - ${c2}.${c3}-+*++*+++==${c1}###${c3}+ - -${c1}*+${c3}: -""") - \ No newline at end of file diff --git a/hyfetch/distros/arselinux.py b/hyfetch/distros/arselinux.py deleted file mode 100644 index aa92cfd6..00000000 --- a/hyfetch/distros/arselinux.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arselinux = AsciiArt(match=r'''"ArseLinux"*''', color='4 7', ascii=r""" -${c1} - ⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⣶⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⠀⠀⠀⠀⠀⠀⣴⣶⠀⠀⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣄⠀⠀⠀⠀⣼⠟⠁⠀⠀⢀⣀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡀⠀⢀⣤⡀⠀⠀⠀⠉⢻⣷⡄⠀⠀⠁⠀⢀⣤⣾⡿⠟⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⣷⣿⠏⠀⠀⠀⠀⠀⠀⠹⣿⡄⠀⠀⠀⠙⠉⠁⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣿⡄⠀⠀⠀⠀⠀⠀⠀⢹⣿⠀⠀⠀⠀⠠⣶⣶⣶⡶ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⣿⠀⠀⠀⠀⠀⠀⠀⠀⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⠀⠀⠀⠀⠀⠀⠀⢠⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⠂⠀⠀⠀⠀⠀⢀⣾⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⣿⠇⠀⠀⠀⠀⠀⣠⣾⠟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣴⣿⣇⣀⣀⣀⣠⣴⣾⣿⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⢸⣿⠀⠀⠀⠀⠀⣤⣤⣴⣶⣾⠿⠟⣿⡏⠙⠛⠛⠛⠋⠉⢀⣿⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⣿⡄⠀⠀⠀⠀⠈⠉⠉⠀⠀⠀⠀⣿⡇⠀⠀⠀⠀⠀⠀⢸⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢿⠇⠀⠀⠀⠀⠀⠀⠘⠿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/artix.py b/hyfetch/distros/artix.py deleted file mode 100644 index a6cea9e2..00000000 --- a/hyfetch/distros/artix.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -artix = AsciiArt(match=r'''"Artix"*''', color='6 6 7 1', ascii=r""" -${c1} ' - 'o' - 'ooo' - 'ooxoo' - 'ooxxxoo' - 'oookkxxoo' - 'oiioxkkxxoo' - ':;:iiiioxxxoo' - `'.;::ioxxoo' - '-. `':;jiooo' - 'oooio-.. `'i:io' - 'ooooxxxxoio:,. `'-;' - 'ooooxxxxxkkxoooIi:-. `' - 'ooooxxxxxkkkkxoiiiiiji' - 'ooooxxxxxkxxoiiii:'` .i' - 'ooooxxxxxoi:::'` .;ioxo' - 'ooooxooi::'` .:iiixkxxo' - 'ooooi:'` `'';ioxxo' - 'i:'` '':io' -'` `' -""") - \ No newline at end of file diff --git a/hyfetch/distros/artix_small.py b/hyfetch/distros/artix_small.py deleted file mode 100644 index 53356f0f..00000000 --- a/hyfetch/distros/artix_small.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -artix_small = AsciiArt(match=r'''"artix_small"*''', color='6 6 7 1', ascii=r""" -${c1} ' - 'A' - 'ooo' - 'ookxo' - `ookxxo' - '. `ooko' - 'ooo`. `oo' - 'ooxxxoo`. `' - 'ookxxxkooo.` . - 'ookxxkoo'` .'oo' - 'ooxoo'` .:ooxxo' - 'io'` `'oo' -'` `' -""") - \ No newline at end of file diff --git a/hyfetch/distros/arya.py b/hyfetch/distros/arya.py deleted file mode 100644 index 27c2ddb3..00000000 --- a/hyfetch/distros/arya.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -arya = AsciiArt(match=r'''"Arya"*''', color='2 1', ascii=r""" -${c1} `oyyy/${c2}-yyyyyy+ -${c1} -syyyy/${c2}-yyyyyy+ -${c1} .syyyyy/${c2}-yyyyyy+ -${c1} :yyyyyy/${c2}-yyyyyy+ -${c1} `/ :yyyyyy/${c2}-yyyyyy+ -${c1} .+s :yyyyyy/${c2}-yyyyyy+ -${c1} .oys :yyyyyy/${c2}-yyyyyy+ -${c1} -oyys :yyyyyy/${c2}-yyyyyy+ -${c1} :syyys :yyyyyy/${c2}-yyyyyy+ -${c1} /syyyys :yyyyyy/${c2}-yyyyyy+ -${c1} +yyyyyys :yyyyyy/${c2}-yyyyyy+ -${c1} .oyyyyyyo. :yyyyyy/${c2}-yyyyyy+ --------- -${c1} .syyyyyy+` :yyyyyy/${c2}-yyyyy+-+syyyyyyyy -${c1} -syyyyyy/ :yyyyyy/${c2}-yyys:.syyyyyyyyyy -${c1}:syyyyyy/ :yyyyyy/${c2}-yyo.:syyyyyyyyyyy -""") - \ No newline at end of file diff --git a/hyfetch/distros/asahi.py b/hyfetch/distros/asahi.py deleted file mode 100644 index d76d1117..00000000 --- a/hyfetch/distros/asahi.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -asahi = AsciiArt(match=r'''"Asahi"*''', color='3 2 1 8 7 6 4', ascii=r""" -${c1} ## ${c2}** - ${c1}*####${c2}****. - ${c1}###${c2}, - ${c3}...,${c1}/#${c3},,,.. - ${c3}/*,,,,,,,,${c1}*${c3},........${c4},, - ${c3},((((((//*,,,,,,,,${c4},...... - ${c3}((((((((((((((${c5}%..${c4}.......... - ${c3},(((((((((((((((${c5}@@(${c4}............ - ${c3}(((((((((((((((((${c5}@@@@/${c4}............ - ${c3},((((((((((((((((((${c5}@@@@@&*${c4}........... - ${c3}((((((((((((((((((((${c5}@@@@@@@&${c4},........... -${c3}(((((((((((((((((((((${c5}@@@${c6}&%&${c5}@@@%${c4},.......... - ${c3}/(((((((((((((((((((${c5}@@@${c6}&%%&${c5}@@@@(${c4}........ - ${c3},((((((((((((((((${c5}@@@${c6}&&${c5}@@&/&@@@/${c4}.. - ${c3}/((((((((((((${c5}@@@@@@/${c4}.../&& - ${c3}.(((((((((${c5}@@@@(${c4}.... - ${c3}/(((((${c5}@@#${c4}... - ${c3}.((${c4}&, -""") - \ No newline at end of file diff --git a/hyfetch/distros/asteroidos.py b/hyfetch/distros/asteroidos.py deleted file mode 100644 index c4713fa4..00000000 --- a/hyfetch/distros/asteroidos.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . 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} %%% -""") - \ No newline at end of file diff --git a/hyfetch/distros/astos.py b/hyfetch/distros/astos.py deleted file mode 100644 index 67635c4c..00000000 --- a/hyfetch/distros/astos.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -astos = AsciiArt(match=r'''"astOS"*''', color='8', ascii=r""" -${c1} oQA#$%UMn - H 9 - G # - 6 % - ?#M#%KW3" - // \\ - // \\ - // \\ - // \\ - n%@$DK&ML .0O3#@&M_ - P # 8 W - H U G # - B N O @ - C&&#%HNAR 'WS3QMHB" - // \\ \\ - // \\ \\ - // \\ \\ - // \\ \\ -uURF$##Bv nKWB$%ABc aM@3R@D@b -8 M @ O # % -% & G U @ @ -& @ # % % # -!HGN@MNCf t&$9#%HQr ?@G#6S@QP -""") - \ No newline at end of file diff --git a/hyfetch/distros/astra_linux.py b/hyfetch/distros/astra_linux.py deleted file mode 100644 index bc8504da..00000000 --- a/hyfetch/distros/astra_linux.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -astra_linux = AsciiArt(match=r'''"Astra Linux"*''', color='160 231', ascii=r""" -${c1} AA -${c1} AaaA -${c1} Aa${c2}/\${c1}aA -${c1} Aa${c2}/${c1}aa${c2}\${c1}aA -${c1} Aa${c2}/${c1}aAAa${c2}\${c1}aA -${c1} aA${c2}/${c1}aaAAaa${c2}\${c1}Aa -${c1} aA${c2}/${c1}aaAAAAaa${c2}\${c1}Aa -${c1} aaaaaaAAAAa${c2}/${c1}aaAAAAAAaa${c2}\${c1}aAAAAaaaaa -${c1} aAAa${c2}-----${c1}aaaaaAAAAAAAAAAaaaaa${c2}-----${c1}aAAa -${c1} aAA${c2}\ ${c1}aAAAAAAAAAAAAAAAAAAAAAAa${c2} /${c1}AAa -${c1} aAa${c2}\${c1}aAAA${c2}\${c1}AAAA${c2}\${c1}AAAA${c2}\${c1}AAA${c2}\${c1}AAa${c2}/${c1}aAa -${c1} aAa${c2}\${c1}aA${c2}\\${c1}AAA${c2}\\${c1}AAA${c2}\\${c1}AA${c2}\\/${c1}aAa -${c1} aAA${c2}\${c1}aA${c2}\\${c1}AAA${c2}\\${c1}AAA${c2}\\${c1}Aa${c2}/${c1}AAa -${c1} aA${c2}\${c1}aA${c2}\\${c1}AAA${c2}\\${c1}AAA${c2}\\/${c1}Aa -${c1} aA${c2}/${c1}AA${c2}\\\${c1}AA${c2}\\\${c1}AA${c2}\\\${c1}Aa -${c1} aA${c2}/\${c1}AAa${c2}\\\${c1}Aa${c2}\\\${c1}Aa${c2}\\\${c1}Aa -${c1} aA${c2}/\\${c1}AAa${c2}\\/\${c1}a${c2}\\\${c1}Aa${c2}\\${c1}Aa -${c1} aA${c2}/${c1}a${c2}\\\${c1}Aa${c2}\/${c1}AA${c2}\\\\\${c1}Aa${c2}\\${c1}Aa -${c1} aA${c2}/${c1}aA${c2}\\/${c1}aAa aAa${c2}\\\${c1}Aa${c2}\${c1}Aa -${c1} aA${c2}/\${c1}A${c2}\/${c1}Aa aA${c2}\\${c1}A${c2}\\${c1}Aa -${c1} A${c2}|/${c1}aaAa aAaa${c2}\|${c1}A -${c1} aAaa aaAa -""") - \ No newline at end of file diff --git a/hyfetch/distros/athena.py b/hyfetch/distros/athena.py deleted file mode 100644 index 23c2e005..00000000 --- a/hyfetch/distros/athena.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -athena = AsciiArt(match=r'''"Athena"*''', color='7 3', ascii=r""" -${c1} . .. -${c1} :####: ####. -${c1} .################ -${c1} :################## -${c1}.###################. -${c1}######## ####### -${c1}####### ${c2}####${c1} ##### -${c1}:#######. #### -${c1} ######### ${c2}#${c1} ## # -${c1} ####### ${c2}##${c1} #### -${c1}######## ${c2}####${c1} ####### -${c1}######## ${c2}#####${c1} ######## -${c1}######## ${c2}#######${c1} ####### -${c1} ####### ${c2}########${c1} ####### -${c1} ######## ${c2}#########${c1} ###### -${c1} ######## ${c2}#########${c1} ##### -${c1} ####### ${c2}#########${c1} #### -${c1} ####### ${c2}#########${c1} ## -${c1} ####### ${c2}########${c1} ## -${c1} ###### ${c2}########${c1} # -${c1} ### ${c2}#######${c1} -${c1} ${c2}######${c1} -${c1} ${c2}####${c1} -${c1} ${c2}##${c1} -""") - \ No newline at end of file diff --git a/hyfetch/distros/azos.py b/hyfetch/distros/azos.py deleted file mode 100644 index 8752bbb0..00000000 --- a/hyfetch/distros/azos.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -azos = AsciiArt(match=r'''"azos"*''', color='6 1', ascii=r""" -${c1} ////. ${c2} ((((( -${c1} //////// ${c2} @(((((((( -${c1} //////// ${c2} @(((((((( -${c1} //////// /////// ${c2} ((((((( @(((((((( -${c1} //////// ///////// ${c2} ((((((((( @(((((((( -${c1} //////// ///////// ${c2} ((((((((( @(((((((( -${c1} //////// ///////// ////// ${c2} (((((( ((((((((( @(((((((( -${c1} //////// ///////// //////// ${c2} (((((((( ((((((((( @(((((((( -${c1} //////// ///////// //////// ${c2} (((((((( ((((((((( @(((((((( -${c1} //////// ///////// //////// ${c2} ((((((( ((((((((( @(((((((( -${c1} //////// ///////// /// ${c2} ( ((((((((( @(((((((( -${c1} //////// ///////// ${c2} ((((((((( @(((((((( -${c1} //////// ///////// ${c2} &(((((((( @(((((((( -${c1} //////// ////// ${c2} @(((( @(((((((( -${c1} //////// ${c2} @(((((((( -${c1} //////// ${c2} @(((((((( -${c1} ///// ${c2} ((((( -""") - \ No newline at end of file diff --git a/hyfetch/distros/bazzite.py b/hyfetch/distros/bazzite.py deleted file mode 100644 index 2aac9453..00000000 --- a/hyfetch/distros/bazzite.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bazzite = AsciiArt(match=r'''"Bazzite"*''', color='5 5', ascii=r""" -${c1} %%%%%%====%%%%%%%%%% - %%%%%%%% %%%%%%%%%%%%%% - %%%%%%%%% %%%%%%%%%%%%%%%% - %%%%%%%%% %%%%%%%%%%%%%%%### - %%%%%%%%% %%%%%%%%%%%%%###### - == =======###### - == =========##### - %%%%%%%%% %%%%%%%####======##### - %%%%%%%%% %%%%%#######=====##### - %%%%%%%%% %%%#########=====##### - %%%%%%%%% %%##########=====##### - %%%%%%%%%====###########=====###### - %%%%%%%%====#########======###### - %%%%%%%=====#####========###### - %%%%###===============####### - %#######==========######### - ####################### - ################### - ########### -""") - \ No newline at end of file diff --git a/hyfetch/distros/bedrock.py b/hyfetch/distros/bedrock.py deleted file mode 100644 index 255a1a30..00000000 --- a/hyfetch/distros/bedrock.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bedrock = AsciiArt(match=r'''"Bedrock"*''', color='8 7', ascii=r""" -${c1}-------------------------------------- --------------------------------------- --------------------------------------- ----${c2}\\\\\\\\\\\\${c1}----------------------- -----${c2}\\\ \\\${c1}---------------------- ------${c2}\\\ \\\${c1}--------------------- -------${c2}\\\ \\\\\\\\\\\\\\\\\${c1}------ --------${c2}\\\ \\\${c1}----- ---------${c2}\\\ \\\${c1}---- ----------${c2}\\\ ______ \\\${c1}--- -----------${c2}\\\ ///${c1}--- ------------${c2}\\\ ///${c1}---- -------------${c2}\\\ ///${c1}----- --------------${c2}\\\////////////////${c1}------ --------------------------------------- --------------------------------------- --------------------------------------- -""") - \ No newline at end of file diff --git a/hyfetch/distros/biglinux.py b/hyfetch/distros/biglinux.py deleted file mode 100644 index 430dca8a..00000000 --- a/hyfetch/distros/biglinux.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -biglinux = AsciiArt(match=r'''"BigLinux"*''', color='6 11 4', ascii=r""" -${c1} ... - :OWMMMNd. - :NMMMMMMMMWc - okkl. kMMMMMW0xdOWMl - : xMMMMMW. kMMMMNc lW. - :x NMMMMMO ,MMMM0. 'l - Xx "lkk" kMMMX .okx, -${c2}.MX .cc;. .xXKx. KMMM: .OMMMMMl -:MM' 'KMMMMWK: 0MMMMk xMMM. lWMMMMMMM' -cMMN:;xMMMMk::MMO oMMMMX .XMM. .KMMMWOOMMMd -'MMMMMMMMN, NMMx OMMMMl .kM0OMMMMk. ;MMd - xMMMMMMd .MMMW :NMMMd .ckKKx' KMc - dWMNd. oMMMN lkNMX, oM. - ;. ;MMMMx "MM:. cO -${c3} .X. oMMMMW. l. - dMk:..;xWMMMMW, - kMMMMMMMMMMX. - :XMMMMMMK: - ':MM:" Made in Brazil -""") - \ No newline at end of file diff --git a/hyfetch/distros/biglinux_large.py b/hyfetch/distros/biglinux_large.py deleted file mode 100644 index 5769f537..00000000 --- a/hyfetch/distros/biglinux_large.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -biglinux_large = AsciiArt(match=r'''"BigLinux_large"*''', color='2 3 4 7', ascii=r""" -${c4} - ${c3}.cd0KXXX${c4}0${c3}x; - ${c3}.oXM${c4}M${c3}MMMMMMMMMWo - ${c2}... ${c3}dWMMMM${c4}M${c3}MMMMMMMMMMN, - ${c2}c0WMMMW0: ${c3}.XMMMM${c4}M${c3}MMMKdc;,;cxNMM: - ${c1}x, ${c2}.XMMMMMMMMM: ${c3}'W${c3}MMMMMMWo. ;KW. - ${c1}dM. ${c2}.WMMMMMMMM0 ${c3}N${c3}MMMM${c4}M${c3}Mk. dd - ${c1}.MM. ${c2}.lOKXKOl. ${c3}oMMMMMMd .l${c4}x${c3}kd: . - ${c1}kMM: .'.. ${c2}:xOOxc. ${c3}O${c4}M${c3}MMMM0 lXMMMMM${c4}M${c3}N; - ${c1}WMM0 lKMMMMMW0o. ${c2}KMMMMMMN. ${c3}xMM${c4}M${c3}M, .dWMMMMMMMMMM; - ${c1}.MMMMx .oWMMMMMMOl0MMX; ${c2}NMMMMMMM; ${c3}.NMMMM. .dWMMMM${c4}M${c3}MMMMMMMN - ${c1}.MMMMMNOKMMMMMMMk. 'MMMMx ${c2};MMMMMMMO ${c3}.KMMMl .oWMMMMMWk:,lWMMMM. - ${c1}xMMMMMMMMMMMMk. .MMMMMc ${c2}'XMMMMMMx ${c3}:0MMNMMMM${c4}M${c3}MWx. .WM${c4}M${c3}M. - ${c1}0MMMMMMMMWx. :MMMMMK ${c2}cKMMMMMX: ${c3},ok0K0x:. oMMN - ${c1}oNMMMM0c. .NMMMMMO ${c2}.lOWMMMX: ${c3}.M${c4}M${c3}o - ${c1}c. .'. .KMMMMMM: ${c2}.';clc. ${c3}MN - ${c1}:N; cWMMMMMMO ${c3}.W; - ${c1}0M0: 'dNMMMMMMM0 ${c3}', - ${c1}0MMMX0O0XMMMMMMMMMMo - ${c1}oWMMMMMMMMMMMMMMk. - ${c1}.oXMMMMMMMMW0c. - ${c1}.;ccc:,. -""") - \ No newline at end of file diff --git a/hyfetch/distros/bitrig.py b/hyfetch/distros/bitrig.py deleted file mode 100644 index 5dfab0db..00000000 --- a/hyfetch/distros/bitrig.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bitrig = AsciiArt(match=r'''"Bitrig"*''', color='2 7', ascii=r""" -${c1} `hMMMMN+ - -MMo-dMd` - oMN- oMN` - yMd /NM: - .mMmyyhMMs - :NMMMhsmMh - +MNhNNoyMm- - hMd.-hMNMN: - mMmsssmMMMo - .MMdyyhNMMMd - oMN.`/dMddMN` - yMm/hNm+./MM/ -.dMMMmo.``.NMo -:NMMMNmmmmmMMh -/MN/-------oNN: -hMd. .dMh -sm/ /ms -""") - \ No newline at end of file diff --git a/hyfetch/distros/blackarch.py b/hyfetch/distros/blackarch.py deleted file mode 100644 index 467d48bc..00000000 --- a/hyfetch/distros/blackarch.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -blackarch = AsciiArt(match=r'''"BlackArch"*''', color='1 1 0 1', ascii=r""" -${c3} 00 - 11 - ====${c1} - .${c3}//${c1} - `o${c3}//${c1}: - `+o${c3}//${c1}o: - `+oo${c3}//${c1}oo: - -+oo${c3}//${c1}oo+: - `/:-:+${c3}//${c1}ooo+: - `/+++++${c3}//${c1}+++++: - `/++++++${c3}//${c1}++++++: - `/+++o${c2}ooo${c3}//${c2}ooo${c1}oooo/` -${c2} ${c1}./${c2}ooosssso${c3}//${c2}osssssso${c1}+` -${c2} .oossssso-`${c3}//${c1}`/ossssss+` - -osssssso. ${c3}//${c1} :ssssssso. - :osssssss/ ${c3}//${c1} osssso+++. - /ossssssss/ ${c3}//${c1} +ssssooo/- - `/ossssso+/:- ${c3}//${c1} -:/+osssso+- - `+sso+:-` ${c3}//${c1} `.-/+oso: - `++:. ${c3}//${c1} `-/+/ - .` ${c3}/${c1} `/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/blackmesa.py b/hyfetch/distros/blackmesa.py deleted file mode 100644 index e65f1391..00000000 --- a/hyfetch/distros/blackmesa.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -blackmesa = AsciiArt(match=r'''"BlackMesa"''', color='1', ascii=r""" -${c1} - .-;+$XHHHHHHX$+;-. - ,;X@@X%/;=----=:/%X@@X/, - =$@@%=. .=+H@X: - -XMX: =XMX= - /@@: =H@+ - %@X, .$@$ - +@X. $@% --@@, .@@= -%@% +@$ -H@: :@H -H@: :HHHHHHHHHHHHHHHHHHX, =@H -%@% ;@M@@@@@@@@@@@@@@@@@H- +@$ -=@@, :@@@@@@@@@@@@@@@@@@@@@= .@@: - +@X :@@@@@@@@@@@@@@@M@@@@@@:%@% - $@$, ;@@@@@@@@@@@@@@@@@M@@@@@@$. - +@@HHHHHHH@@@@@@@@@@@@@@@@@@@@@@@+ - =X@@@@@@@@@@@@@@@@@@@@@@@@@@@@X= - :$@@@@@@@@@@@@@@@@@@@M@@@@$: - ,;$@@@@@@@@@@@@@@@@@@X/- - .-;+$XXHHHHHX$+;-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/blackpanther.py b/hyfetch/distros/blackpanther.py deleted file mode 100644 index a13b23e2..00000000 --- a/hyfetch/distros/blackpanther.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -blackpanther = AsciiArt(match=r'''"blackPanther"* | 'blackpanther'*''', color='1 11 12', ascii=r""" -${c3} ........ - .,»╔╗╗╬▄▄╫█▀▓▄▄╬╗╗g≈,. - ,j╗╬╣▓▓███████▌;»╙▀▀▀▀█▄▄╗j, - .≈╗╬▓██▀▀▀▀▀╠╙░░»»;:`${c2}``>${c1}▄ ${c3}▐ ▓╫╗⌂, - .j╬▓█▀▒░░░░░░░░░»»»;:```` ╙▀█▌╬░, - ;╗▓█▄▄███████▀░░»»»»;```` ╓▄▄█▄▄φ ██▌Ñ>. - .j╣█████▀▀░░░░░░░░»»╓▄▄¿``▄███████/▄████▓╬U. - .j╣▓██▀ÜÑ╦╦░░░░░░▐█@▄████⌐▐███████████████▓╬H. - «╫▓█▀░ÑÑ╩╦░░░░░░░░▀██████M"▀███████████████▓╫░ - :]╣█▌ÑÑÑÑ▄▄██▀░░░░»»██████████████████████████Ñ~ - »╫▓█╫ÑÑ▄███▀░░░░░»»▐██████████████████████████▌░ - `j╣█▌Ñ╬████░░░░░░░»»▐████████████████████████▌▐█U` - `/╫█▌▄███▌░░░░░░░»»»;▀██████████████▀████████w▐█░` - ;╟█▌███▌░░░░░░░▄▄»»;:`▀▀████████▀Ü▄████████▌ ▐▌>` - `]▓████░░░░░░░░██⌂;:````╓▄▄µp╓▄▄██████████▀ ,█M` - "╠╣██▌░░░░░░░»██▌;```` ╙▀██████████████M █▀" - "╟╣█░░░░░░░░»███⌂``` ▐▀████████▀░ █▌░` - "╩█▄░░░░░░»»▀███ `` └└` ,█▀"` - `░▀█▄░░░»»»»████@ .▄█Ü` - `╙▀█▄@»»»;`▀███▌¿ ,▄▀Ñ"` - `"╨▀█▄▄▄░`▐█████▄, ,▄▄▀▀░` - `"╙╩▀▀▀▀████████▓▌▌▌▀▀▀╨"`` - ``""░╚╨╝╝╝╝╨╨░""`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/blag.py b/hyfetch/distros/blag.py deleted file mode 100644 index ccee8024..00000000 --- a/hyfetch/distros/blag.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -blag = AsciiArt(match=r'''"BLAG"*''', color='5 7', ascii=r""" -${c1} d - ,MK: - xMMMX: - .NMMMMMX; - lMMMMMMMM0clodkO0KXWW: - KMMMMMMMMMMMMMMMMMMX' - .;d0NMMMMMMMMMMMMMMMMMMK. - .;dONMMMMMMMMMMMMMMMMMMMMMMx -'dKMMMMMMMMMMMMMMMMMMMMMMMMl - .:xKWMMMMMMMMMMMMMMMMMMM0. - .:xNMMMMMMMMMMMMMMMMMK. - lMMMMMMMMMMMMMMMMMMK. - ,MMMMMMMMWkOXWMMMMMM0 - .NMMMMMNd. `':ldko - OMMMK: - oWk, - ;: -""") - \ No newline at end of file diff --git a/hyfetch/distros/blankon.py b/hyfetch/distros/blankon.py deleted file mode 100644 index d2507005..00000000 --- a/hyfetch/distros/blankon.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -blankon = AsciiArt(match=r'''"BlankOn"*''', color='1 7 3', ascii=r""" -${c2} `./ohdNMMMMNmho+.` ${c1} .+oo:` -${c2} -smMMMMMMMMMMMMMMMMmy-` ${c1}`yyyyy+ -${c2} `:dMMMMMMMMMMMMMMMMMMMMMMd/` ${c1}`yyyyys -${c2} .hMMMMMMMNmhso/++symNMMMMMMMh- ${c1}`yyyyys -${c2} -mMMMMMMms-` -omMMMMMMN-${c1}.yyyyys -${c2}.mMMMMMMy. .yMMMMMMm:${c1}yyyyys -${c2}sMMMMMMy `sMMMMMMh${c1}yyyyys -${c2}NMMMMMN: .NMMMMMN${c1}yyyyys -${c2}MMMMMMm. NMMMMMN${c1}yyyyys -${c2}hMMMMMM+ /MMMMMMN${c1}yyyyys -${c2}:NMMMMMN: :mMMMMMM+${c1}yyyyys -${c2} oMMMMMMNs- .sNMMMMMMs.${c1}yyyyys -${c2} +MMMMMMMNho:.` `.:ohNMMMMMMNo ${c1}`yyyyys -${c2} -hMMMMMMMMNNNmmNNNMMMMMMMMh- ${c1}`yyyyys -${c2} :yNMMMMMMMMMMMMMMMMMMNy:` ${c1}`yyyyys -${c2} .:sdNMMMMMMMMMMNds/. ${c1}`yyyyyo -${c2} `.:/++++/:.` ${c1}:oys+. -""") - \ No newline at end of file diff --git a/hyfetch/distros/bluelight.py b/hyfetch/distros/bluelight.py deleted file mode 100644 index 6d3e993f..00000000 --- a/hyfetch/distros/bluelight.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bluelight = AsciiArt(match=r'''"BlueLight"*''', color='7 4', ascii=r""" -${c1} oMMNMMMMMMMMMMMMMMMMMMMMMM - oMMMMMMMMMMMMMMMMMMMMMMMMM - oMMMMMMMMMMMMMMMMMMMMMMMMM - oMMMMMMMMMMMMMMMMMMMMMMMMM - -+++++++++++++++++++++++mM${c2} - ```````````````````````..${c1}dM${c2} - ```````````````````````....${c1}dM${c2} - ```````````````````````......${c1}dM${c2} - ```````````````````````........${c1}dM${c2} - ```````````````````````..........${c1}dM${c2} - ```````````````````````............${c1}dM${c2} -.::::::::::::::::::::::-..............${c1}dM${c2} - `-+yyyyyyyyyyyyyyyyyyyo............${c1}+mMM${c2} - -+yyyyyyyyyyyyyyyyo..........${c1}+mMMMM${c2} - ./syyyyyyyyyyyyo........${c1}+mMMMMMM${c2} - ./oyyyyyyyyyo......${c1}+mMMMMMMMM${c2} - omdyyyyyyo....${c1}+mMMMMMMMMMM${c2} - ${c1}oMMM${c2}mdhyyo..${c1}+mMMMMMMMMMMMM - oNNNNNNm${c2}dso${c1}mMMMMMMMMMMMMMM -""") - \ No newline at end of file diff --git a/hyfetch/distros/bodhi.py b/hyfetch/distros/bodhi.py deleted file mode 100644 index ff10f8ec..00000000 --- a/hyfetch/distros/bodhi.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bodhi = AsciiArt(match=r'''"Bodhi"*''', color='7 11 2', ascii=r""" -${c1}| ${c2},,mmKKKKKKKKWm,, - ${c1}' ${c2},aKKP${c1}LL**********|L*${c2}TKp, - ${c1}t ${c2}aKP${c1}L**``` ```**L${c2}*Kp - IX${c1}EL${c3}L,wwww, ${c1}``*||${c2}Kp - ,#P${c1}L|${c3}KKKpPP@IPPTKmw, ${c1}`*||${c2}K - ,K${c1}LL*${c3}{KKKKKKPPb$KPhpKKPKp ${c1}`||${c2}K - #${c1}PL ${c3}!KKKKKKPhKPPP$KKEhKKKKp ${c1}`||${c2}K -!H${c1}L* ${c3}1KKKKKKKphKbPKKKKKK$KKp ${c1}`|I${c2}W -$${c1}bL ${c3}KKKKKKKKBQKhKbKKKKKKKK ${c1}|I${c2}N -$${c1}bL ${c3}!KKKKKKKKKKNKKKKKKKPP` ${c1}|I${c2}b -TH${c1}L* ${c3}TKKKKKK##KKKN@KKKK^ ${c1}|I${c2}M - K@${c1}L ${c3}*KKKKKKKKKKKEKE5 ${c1}||${c2}K - `NL${c1}L ${c3}`KKKKKKKKKK"```|L ${c1}||${c2}#P - `K@${c1}LL ${c3}`"**"` ${c1}'. :||${c2}#P - Yp${c1}LL ${c1}' |L${c2}$M` - `Tp${c1}pLL, ,|||${c2}p'L - "Kpp${c1}LL++,., ,,|||$${c2}#K* ${c1}'. - ${c2}`"MKWpppppppp#KM"` ${c1}`h, -""") - \ No newline at end of file diff --git a/hyfetch/distros/bonsai.py b/hyfetch/distros/bonsai.py deleted file mode 100644 index bdabcd29..00000000 --- a/hyfetch/distros/bonsai.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bonsai = AsciiArt(match=r'''"bonsai"*''', color='6 2 3', ascii=r""" -${c2} ,####, - ${c2}#######, ${c2},#####, - ${c2}#####',# ${c2}'###### - ${c2}''###'${c3}';,,,'${c2}###' - ${c3} ,; '''' - ${c3} ;;; ${c2},#####, - ${c3} ;;;' ,,;${c2};;### - ${c3} ';;;;''${c2}'####' - ${c3} ;;; - ${c3} ,.;;';'',,, - ${c3} ' ' -${c1} # - # O - ##, ,##,',##, ,## ,#, , - # # # # #''# #,, # # # - '#' '##' # # ,,# '##;, # -""") - \ No newline at end of file diff --git a/hyfetch/distros/bsd.py b/hyfetch/distros/bsd.py deleted file mode 100644 index aaed87fb..00000000 --- a/hyfetch/distros/bsd.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bsd = AsciiArt(match=r'''*"BSD"''', color='1 7 4 3 6', ascii=r""" -${c1} , , - /( )` - \ \___ / | - /- _ `-/ ' - (${c2}/\/ \ ${c1}\ /\ - ${c2}/ / | ` ${c1}\ - ${c3}O O ${c2}) ${c1}/ | - ${c2}`-^--'${c1}`< ' - (_.) _ ) / - `.___/` / - `-----' / -${c4}<----. __ / __ \ -${c4}<----|====${c1}O)))${c4}==${c1}) \) /${c4}====| -<----' ${c1}`--' `.__,' \ - | | - \ / /\ - ${c5}______${c1}( (_ / \______/ - ${c5},' ,-----' | - `--{__________) -""") - \ No newline at end of file diff --git a/hyfetch/distros/bunsenlabs.py b/hyfetch/distros/bunsenlabs.py deleted file mode 100644 index 52ec3d80..00000000 --- a/hyfetch/distros/bunsenlabs.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -bunsenlabs = AsciiArt(match=r'''"BunsenLabs"*''', color='fg 7', ascii=r""" -${c1} `++ - -yMMs - `yMMMMN` - -NMMMMMMm. - :MMMMMMMMMN- - .NMMMMMMMMMMM/ - yMMMMMMMMMMMMM/ -`MMMMMMNMMMMMMMN. --MMMMN+ /mMMMMMMy --MMMm` `dMMMMMM -`MMN. .NMMMMM. - hMy yMMMMM` - -Mo +MMMMN - /o +MMMMs - +MMMN` - hMMM: - `NMM/ - +MN: - mh. - -/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/cachyos.py b/hyfetch/distros/cachyos.py deleted file mode 100644 index d25642ce..00000000 --- a/hyfetch/distros/cachyos.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cachyos = AsciiArt(match=r'''"CachyOS"*''', color='2 8 6', ascii=r""" -${c3} ${c2}.${c3}-------------------------: -${c3} .${c1}+=${c3}========================. -${c3} :${c1}++${c3}===${c1}++===${c3}===============- :${c1}++${c3}- -${c3} :${c1}*++${c3}====${c1}+++++==${c3}===========- .==: -${c3} -${c1}*+++${c3}=====${c1}+***++=${c3}=========: -${c3} =${c1}*++++=${c3}=======------------: -${c3} =${c1}*+++++=${c3}====- ${c2}...${c3} -${c3} .${c1}+*+++++${c3}=-===: .${c1}=+++=${c3}: -${c3} :${c1}++++${c3}=====-==: -***${c1}**${c3}+ -${c3} :${c1}++=${c3}=======-=. .=+**+${c2}.${c3} -${c3}.${c1}+${c3}==========-. ${c2}.${c3} -${c3} :${c1}+++++++${c3}====- ${c2}.${c3}--==-${c2}.${c3} -${c3} :${c1}++${c3}==========. ${c2}:${c1}+++++++${c3}${c2}: -${c3} .-===========. =*****+*+ -${c3} .-===========: .+*****+: -${c3} -=======${c1}++++${c3}:::::::::::::::::::::::::-: ${c2}.${c3}---: -${c3} :======${c1}++++${c3}====${c1}+++******************=. -${c3} :=====${c1}+++${c3}==========${c1}++++++++++++++*- -${c3} .====${c1}++${c3}==============${c1}++++++++++*- -${c3} .===${c1}+${c3}==================${c1}+++++++: -${c3} .-=======================${c1}+++: -${c3} ${c2}.......................... -""") - \ No newline at end of file diff --git a/hyfetch/distros/calculate.py b/hyfetch/distros/calculate.py deleted file mode 100644 index 77896080..00000000 --- a/hyfetch/distros/calculate.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . 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} -""") - \ No newline at end of file diff --git a/hyfetch/distros/calinixos.py b/hyfetch/distros/calinixos.py deleted file mode 100644 index 1f303a30..00000000 --- a/hyfetch/distros/calinixos.py +++ /dev/null @@ -1,33 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -calinixos = AsciiArt(match=r'''"CalinixOS"''', color='4 5 4 4 4 4', ascii=r""" -${c2} -⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣠⠤⠔⠒⠒⠋⠉⠉⠉⠉⠓⠒⠒⠦⠤⣄⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠤⠒⠉⣁⣠⣤⣶⣶⣿⣿⣿⣿⣿⣿⣿⣿⣶⣶⣤⣄⣈⠙⠲⢤⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠴⠋⢁⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⡈⠑⢦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⣠⠞⢁⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⡄⠈⠢⡀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⢀⠞⠁⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⠋⠉⠁⠀⠀⠀⠀⠈⠉⠙⠛⠿⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠈⢢⡀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⡰⠃⣠⣾⣿⣿⣿⣿⣿⣿⡿⠛⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠻⢿⡿⠁⠀⠀⠀⠀⠀⠀⠙⣄⠀⠀⠀⠀ -⠀⠀⠀⡼⠁⣴⣿⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢆⠀⠀⠀ -⠀⠀⡼⠀⣼⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣆⠀⠀ -⠀⣰⠁⣸⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠉⠻⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⡄⠀ -⢀⡇⢠⣿⣿⣿⣿⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⢿⣿⣿⣿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢳⠀ -⢸⠀⣸⣿⣿⣿⣿⣿⡟⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⡄ -⣼⠀⣿⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⣿⣿⣿⣿⣿⣿⣷⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇ -⡇⠀⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢛⣿⣿⣿⣿⣿⣿⣿⡦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇ -⢻⠀⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣶⣿⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇ -⢸⡀⢹⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣾⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⠃ -⠀⣇⠘⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⣿⣿⣿⡿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡼⠀ -⠀⠸⡄⢹⣿⣿⣿⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⣠⣶⣿⣿⣿⣿⣿⣿⠟⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⠃⠀ -⠀⠀⢳⡀⢻⣿⣿⣿⣿⣿⣿⣆⠀⠀⠀⠀⠀⠈⠉⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠏⠀⠀ -⠀⠀⠀⠳⡀⠻⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣷⣄⡀⠀⠀⠀⠀⢠⠏⠀⠀⠀ -⠀⠀⠀⠀⠙⣄⠙⢿⣿⣿⣿⣿⣿⣿⣷⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣴⣾⣿⣿⣿⣿⣿⣦⡀⠀⡰⠃⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠈⠢⡈⠻⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣤⣄⣀⡀⠀⠀⠀⠀⢀⣀⣠⣤⣶⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⣠⠞⠁⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠈⠢⡈⠙⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠋⣡⠞⠁⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠓⢤⡈⠛⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⣁⠴⠊⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠑⠢⢄⣉⠙⠛⠿⠿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⠛⠋⣉⡤⠖⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠓⠒⠢⠤⠤⠤⠤⠤⠤⠤⠤⠖⠒⠋⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/calinixos_small.py b/hyfetch/distros/calinixos_small.py deleted file mode 100644 index ab96f6e3..00000000 --- a/hyfetch/distros/calinixos_small.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -calinixos_small = AsciiArt(match=r'''"CalinixOS_small"*''', color='4 5 4 4 4 4', ascii=r""" -${c2} -⠀⠀⠀⠀⠀⠀⠀⠀⣀⠤⠐⣂⣈⣩⣭⣭⣍⣀⣐⠀⠄⡀⠀⠀⠀⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⡀⠔⣨⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣦⣅⠢⡀⠀⠀⠀⠀⠀ -⠀⠀⠀⠠⢊⣴⣾⣿⣿⣿⣿⠿⠟⠛⠛⠛⠛⠻⠿⣿⣿⣿⣿⠃⠀⠠⡀⠀⠀⠀ -⠀⠀⡐⢡⣾⣿⣿⣿⠟⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠁⠀⠀⠀⠈⢆⠀⠀ -⠀⡘⢰⣿⣿⣿⡟⠁⠀⠀⢀⣀⣀⣀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢂⠀ -⢠⢠⣿⣿⣿⡟⠀⠀⠀⠀⠀⠙⠿⣿⣿⣷⣦⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⡀ -⡄⢸⣿⣿⣿⠁⠀⠀⠀⠀⠀⠀⠀⠈⠻⣿⣿⣿⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠁ -⡇⣿⣿⣿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣹⣿⣿⣿⣷⠄⠀⠀⠀⠀⠀⠀⠀⠀ -⠃⢸⣿⣿⣿⡀⠀⠀⠀⠀⠀⠀⠀⠀⣠⣾⣿⣿⡿⠛⠁⠀⠀⠀⠀⠀⠀⠀⠀⡀ -⠘⡘⣿⣿⣿⣧⠀⠀⠀⠀⠀⢀⣴⣿⣿⣿⠿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠁ -⠀⠡⠸⣿⣿⣿⣧⡀⠀⠀⠀⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⢀⠆⠀ -⠀⠀⠡⡘⢿⣿⣿⣿⣦⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣴⣿⣷⣦⡀⢀⠊⠀⠀ -⠀⠀⠀⠈⠊⡻⢿⣿⣿⣿⣿⣶⣤⣤⣤⣤⣤⣤⣶⣿⣿⣿⣿⡿⢟⠕⠁⠀⠀⠀ -⠀⠀⠀⠀⠀⠈⠢⢙⠻⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⡩⠐⠁⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠈⠐⠂⠭⠉⠙⣛⣛⠋⠉⠭⠐⠂⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/carbs.py b/hyfetch/distros/carbs.py deleted file mode 100644 index 11d596bf..00000000 --- a/hyfetch/distros/carbs.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -carbs = AsciiArt(match=r'''"Carbs"*''', color='4 5 4 4 4 4', ascii=r""" -${c2} .......... - ..,;:ccccccc:;'.. - ..,clllc:;;;;;:cllc,. - .,cllc,... ..';;'. - .;lol;.. .. - .,lol;. - .coo:. - .'lol,. - .,lol,. - .,lol,. - 'col;. - .:ooc'. - .'col:. - .'cllc'.. .''. - ..:lolc,'.......',cll,. - ..;cllllccccclllc;'. - ...',;;;;;;,,... - ..... -""") - \ No newline at end of file diff --git a/hyfetch/distros/cbl_mariner.py b/hyfetch/distros/cbl_mariner.py deleted file mode 100644 index 94805961..00000000 --- a/hyfetch/distros/cbl_mariner.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cbl_mariner = AsciiArt(match=r'''"CBL-Mariner"*''', color='6', ascii=r""" -${c1} . - :- . - :==. .=: - :===: -==: - :-===: .====: - :-====- -=====: - -====== :=======: - -======. .=========: - -======: -==========. - -======- -===========. - :======- :===========. - :=======. .-==========. - :=======: -==========. - :=======- :==========. - :=======- .-========- -:--------. :========- - ..:::--=========- - ..::---================-=- -""") - \ No newline at end of file diff --git a/hyfetch/distros/celos.py b/hyfetch/distros/celos.py deleted file mode 100644 index d8b86f6a..00000000 --- a/hyfetch/distros/celos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -celos = AsciiArt(match=r'''"CelOS"*''', color='4 6 0 5', ascii=r""" - -${c4} .,cmmmmmmmmmmmc,. - .,cmMMMMMMMMMMMMMMMMMMMMmc. - .cMMMMMMMMMMMMMMMMMMMMMMMMMMMmc. - .cMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMc. - ,:MMM ${c3}####################################${c4} - cMMMMMMmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmc. - .MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM. - .MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMc - "******************************MMMMMMMMMMMMMc: -${c3}#################################### ${c4}MMMMMMMMMMMMMc - "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM: - "MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM" - 'MMMMMMMMM*******************************: - \"MMMMMM ${c3}##################################### - ${c4}`:MMMMMMmmmmmmmmmmmmmmmmmmmmmmmmmmmmm; - `"MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM" - `":MMMMMMMMMMMMMMMMMMMMMMMMM;' - `":MMMMMMMMMMMMMMMMMMM:" - "************" -""") - \ No newline at end of file diff --git a/hyfetch/distros/center.py b/hyfetch/distros/center.py deleted file mode 100644 index 20454fb8..00000000 --- a/hyfetch/distros/center.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -center = AsciiArt(match=r'''"Center"*''', color='7 7', ascii=r""" -${c2} . - o, - . d, . - ';' ..d;.. .cl' - .:; 'oldO,.oo. - ..,:,xKXxoo;'. - ,;;;;;ldxkONMMMXxkxc;;;;;. - .....':oddXWMNOxlcl:...... - .:dlxk0c;:. . - :d:.,xcld,.,:. - ;l, .l; ';' - .o; - l, -""") - \ No newline at end of file diff --git a/hyfetch/distros/centos.py b/hyfetch/distros/centos.py deleted file mode 100644 index 178c858a..00000000 --- a/hyfetch/distros/centos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -centos = AsciiArt(match=r'''"CentOS"*''', color='3 2 4 5 7', ascii=r""" -${c1} .. - .PLTJ. - <><><><> - ${c2}KKSSV' 4KKK ${c1}LJ${c4} KKKL.'VSSKK - ${c2}KKV' 4KKKKK ${c1}LJ${c4} KKKKAL 'VKK - ${c2}V' ' 'VKKKK ${c1}LJ${c4} KKKKV' ' 'V - ${c2}.4MA.' 'VKK ${c1}LJ${c4} KKV' '.4Mb. -${c4} . ${c2}KKKKKA.' 'V ${c1}LJ${c4} V' '.4KKKKK ${c3}. -${c4} .4D ${c2}KKKKKKKA.'' ${c1}LJ${c4} ''.4KKKKKKK ${c3}FA. -${c4} -${c4} 'VD ${c3}KKKKKKKK'.. ${c2}LJ ${c1}..'KKKKKKKK ${c3}FV -${c4} ' ${c3}VKKKKK'. .4 ${c2}LJ ${c1}K. .'KKKKKV ${c3}' - ${c3} 'VK'. .4KK ${c2}LJ ${c1}KKA. .'KV' - ${c3}A. . .4KKKK ${c2}LJ ${c1}KKKKA. . .4 - ${c3}KKA. 'KKKKK ${c2}LJ ${c1}KKKKK' .4KK - ${c3}KKSSA. VKKK ${c2}LJ ${c1}KKKV .4SSKK -${c2} <><><><> - 'MKKM' - '' -""") - \ No newline at end of file diff --git a/hyfetch/distros/centos_small.py b/hyfetch/distros/centos_small.py deleted file mode 100644 index 03b375bf..00000000 --- a/hyfetch/distros/centos_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -centos_small = AsciiArt(match=r'''"centos_small"*''', color='3 2 4 5 7', ascii=r""" -${c2} ____${c1}^${c4}____ -${c2} |\ ${c1}|${c4} /| -${c2} | \ ${c1}|${c4} / | -${c4}<---- ${c3}----> -${c3} | / ${c2}|${c1} \ | -${c3} |/__${c2}|${c1}__\| -${c2} v -""") - \ No newline at end of file diff --git a/hyfetch/distros/chakra.py b/hyfetch/distros/chakra.py deleted file mode 100644 index 6aaa47bd..00000000 --- a/hyfetch/distros/chakra.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -chakra = AsciiArt(match=r'''"Chakra"*''', color='4 5 7 6', ascii=r""" -${c1} _ _ _ "kkkkkkkk. - ,kkkkkkkk., 'kkkkkkkkk, - ,kkkkkkkkkkkk., 'kkkkkkkkk. - ,kkkkkkkkkkkkkkkk,'kkkkkkkk, - ,kkkkkkkkkkkkkkkkkkk'kkkkkkk. - "''"''',;::,,"''kkk''kkkkk; __ - ,kkkkkkkkkk, "k''kkkkk' ,kkkk - ,kkkkkkk' ., ' .: 'kkkk',kkkkkk - ,kkkkkkkk'.k' , ,kkkk;kkkkkkkkk - ,kkkkkkkk';kk 'k "'k',kkkkkkkkkkkk -.kkkkkkkkk.kkkk.'kkkkkkkkkkkkkkkkkk' -;kkkkkkkk''kkkkkk;'kkkkkkkkkkkkk'' -'kkkkkkk; 'kkkkkkkk.,""''"''"" - ''kkkk; 'kkkkkkkkkk., - ';' 'kkkkkkkkkkkk., - ';kkkkkkkkkk' - ';kkkkkk' - "''" -""") - \ No newline at end of file diff --git a/hyfetch/distros/chaletos.py b/hyfetch/distros/chaletos.py deleted file mode 100644 index 8d4f2a94..00000000 --- a/hyfetch/distros/chaletos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -chaletos = AsciiArt(match=r'''"ChaletOS"*''', color='4 7 1', ascii=r""" -${c1} `.//+osso+/:`` - `/sdNNmhyssssydmNNdo:` - :hNmy+-` .-+hNNs- - /mMh/` `+:` `+dMd: - .hMd- -sNNMNo. /yyy /mMs` - -NM+ `/dMd/--omNh::dMM `yMd` - .NN+ .sNNs:/dMNy:/hNmo/s yMd` - hMs `/hNd+-smMMMMMMd+:omNy- `dMo -:NM. .omMy:/hNMMMMMMMMMMNy:/hMd+` :Md` -/Md` `sm+.omMMMMMMMMMMMMMMMMd/-sm+ .MN: -/Md` MMMMMMMMMMMMMMMMMMMN .MN: -:NN. MMMMMMm....--NMMMMMN -Mm. -`dMo MMMMMMd mMMMMMN hMs - -MN: MMMMMMd mMMMMMN oMm` - :NM: MMMMMMd mMMMMMN +Mm- - -mMy. mmmmmmh dmmmmmh -hMh. - oNNs- :yMm/ - .+mMdo:` `:smMd/` - -ohNNmhsoo++osshmNNh+. - `./+syyhhyys+:`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/chapeau.py b/hyfetch/distros/chapeau.py deleted file mode 100644 index 9c46d469..00000000 --- a/hyfetch/distros/chapeau.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -chapeau = AsciiArt(match=r'''"Chapeau"*''', color='2 7', ascii=r""" -${c1} .-/-. - ////////. - ////////${c2}y+${c1}//. - ////////${c2}mMN${c1}/////. - ////////${c2}mMN+${c1}////////. - ////////////////////////. - /////////+${c2}shhddhyo${c1}+////////. - ////////${c2}ymMNmdhhdmNNdo${c1}///////. -///////+${c2}mMms${c1}////////${c2}hNMh${c1}///////. -///////${c2}NMm+${c1}//////////${c2}sMMh${c1}/////// -//////${c2}oMMNmmmmmmmmmmmmMMm${c1}/////// -//////${c2}+MMmssssssssssssss+${c1}/////// -`//////${c2}yMMy${c1}//////////////////// - `//////${c2}smMNhso++oydNm${c1}//////// - `///////${c2}ohmNMMMNNdy+${c1}/////// - `//////////${c2}++${c1}////////// - `////////////////. - -////////- -""") - \ No newline at end of file diff --git a/hyfetch/distros/chimera.py b/hyfetch/distros/chimera.py deleted file mode 100644 index 7b8e11e6..00000000 --- a/hyfetch/distros/chimera.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -chimera = AsciiArt(match=r'''"Chimera"*''', color='1 5 4 1', ascii=r""" -${c3}ddddddddddddddc ${c1},cc: -${c3}ddddddddddddddc ${c1},cc: -${c3}ddddddddddddddd ${c1},cc: -${c3}ddddddddddddl:' ${c1},cc: -${c3}dddddddddl' ${c1}..;cc: -${c3}dddddddo. ${c1},:cccccc: -${c3}ddddddl ${c1},ccc:''''' -${c3}dddddo. ${c1};ccc. ............ - .ccc. cccccccccccc -${c2}...... ${c1}.ccc. .ccc''''''''' -${c2}OOOOOk. ${c1};ccc. .ccc; ...... -${c2}OOOOOOd ${c1}'ccc:,....,:ccc' ${c4}coooooo -${c2}OOOOOOOx. ${c1}':cccccccc:' ${c4}.looooooo -${c2}OOOOOOOOOd, ${c1}`'''` ${c4}.coooooooo -${c2}OOOOOOOOOOOOdc,. ${c4}..,coooooooooooo -${c2}OOOOOOOOOOOOOOOO' ${c4}.oooooooooooooooo -${c2}OOOOOOOOOOOOOOOO' ${c4}.oooooooooooooooo -${c2}OOOOOOOOOOOOOOOO' ${c4}.oooooooooooooooo -""") - \ No newline at end of file diff --git a/hyfetch/distros/chonkysealos.py b/hyfetch/distros/chonkysealos.py deleted file mode 100644 index e38c1c18..00000000 --- a/hyfetch/distros/chonkysealos.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -chonkysealos = AsciiArt(match=r'''"ChonkySealOS"*''', color='7', ascii=r""" -${c1} .-/-. - .:-=++****++=-:. - .:=+*##%%%%%%%%%%##*+=:. - :=*#%%%%%%%%%%%%%%%%%%%%#*=: - :=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=. - -+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+- - =+#%%%%@@@@@@@%%%%%%%@@@@@@@%%%%%#+= - =+#@%%%%*+=-==*%%%%%%%#+====*%%%%%@#+= -:+*%%%%@* +@%%%@# -@%%%%%*+: -=+#%%%%%%#+====*###%%##*=--=+*%%%%%%%#+= -+*%%%%%%%@@##%%%%*=::=#%%%##%@%%%%%%%%*+ -+*%%%%%%%@**@%%%%%@==@%%%%%@+#%%%%%%%%*+ -=+#%%%%%%@#*@%%%%%%**%%%%%@%+%%%%%%%%#+= -:+*%%%%%%%@#*####**###*####*%@%%%%%%%*+: - =+#@%%%%%%@%%%%%%%@@%%%%%%%%%%%%%%@#+= - =+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#+= - -+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%*+- - .=*#%%%%%%%%%%%%%%%%%%%%%%%%#*=. - :=*##%%%%%%%%%%%%%%%%%%##*=: - .:=+*##%%%%%%%%%%##*+=:. - .:-=++****++=-:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/chrom.py b/hyfetch/distros/chrom.py deleted file mode 100644 index cdaca113..00000000 --- a/hyfetch/distros/chrom.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -chrom = AsciiArt(match=r'''"Chrom"*''', color='2 1 3 4 7', ascii=r""" -${c2} .,:loool:,. - .,coooooooooooooc,. - .,lllllllllllllllllllll,. - ;ccccccccccccccccccccccccc; -${c1} '${c2}ccccccccccccccccccccccccccccc. -${c1} ,oo${c2}c::::::::okO${c5}000${c3}0OOkkkkkkkkkkk: -${c1}.ooool${c2};;;;:x${c5}K0${c4}kxxxxxk${c5}0X${c3}K0000000000. -${c1}:oooool${c2};,;O${c5}K${c4}ddddddddddd${c5}KX${c3}000000000d -${c1}lllllool${c2};l${c5}N${c4}dllllllllllld${c5}N${c3}K000000000 -${c1}lllllllll${c2}o${c5}M${c4}dccccccccccco${c5}W${c3}K000000000 -${c1};cllllllllX${c5}X${c4}c:::::::::c${c5}0X${c3}000000000d -${c1}.ccccllllllO${c5}Nk${c4}c;,,,;cx${c5}KK${c3}0000000000. -${c1} .cccccclllllxOO${c5}OOO${c1}Okx${c3}O0000000000; -${c1} .:ccccccccllllllllo${c3}O0000000OOO, -${c1} ,:ccccccccclllcd${c3}0000OOOOOOl. -${c1} '::ccccccccc${c3}dOOOOOOOkx:. -${c1} ..,::cccc${c3}xOOOkkko;. -${c1} ..,:${c3}dOkxl:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/cleanjaro.py b/hyfetch/distros/cleanjaro.py deleted file mode 100644 index 6a7b239c..00000000 --- a/hyfetch/distros/cleanjaro.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cleanjaro = AsciiArt(match=r'''"Cleanjaro"*''', color='7 7', ascii=r""" -${c1}███████▌ ████████████████ -███████▌ ████████████████ -███████▌ ████████████████ -███████▌ -███████▌ -███████▌ -███████▌ -███████▌ -█████████████████████████ -█████████████████████████ -█████████████████████████ -▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/cleanjaro_small.py b/hyfetch/distros/cleanjaro_small.py deleted file mode 100644 index a4d3c770..00000000 --- a/hyfetch/distros/cleanjaro_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cleanjaro_small = AsciiArt(match=r'''"cleanjaro_small"*''', color='7 7', ascii=r""" -${c1}█████ ██████████ -█████ ██████████ -█████ -█████ -█████ -████████████████ -████████████████ -""") - \ No newline at end of file diff --git a/hyfetch/distros/clear_linux_os.py b/hyfetch/distros/clear_linux_os.py deleted file mode 100644 index 79901ce4..00000000 --- a/hyfetch/distros/clear_linux_os.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -clear_linux_os = AsciiArt(match=r'''"Clear Linux OS"* | "Clear_Linux"*''', color='4 3 7 6', ascii=r""" -${c1} BBB - BBBBBBBBB - BBBBBBBBBBBBBBB - BBBBBBBBBBBBBBBBBBBB - BBBBBBBBBBB BBB - BBBBBBBB${c2}YYYYY -${c1} BBBBBBBB${c2}YYYYYY -${c1} BBBBBBBB${c2}YYYYYYY -${c1} BBBBBBBBB${c2}YYYYY${c3}W -${c4} GG${c1}BBBBBBBY${c2}YYYY${c3}WWW -${c4} GGG${c1}BBBBBBB${c2}YY${c3}WWWWWWWW -${c4} GGGGGG${c1}BBBBBB${c3}WWWWWWWW -${c4} GGGGGGGG${c1}BBBB${c3}WWWWWWWW -${c4}GGGGGGGGGGG${c1}BBB${c3}WWWWWWW -${c4}GGGGGGGGGGGGG${c1}B${c3}WWWWWW -${c4}GGGGGGGG${c3}WWWWWWWWWWW -${c4}GG${c3}WWWWWWWWWWWWWWWW - WWWWWWWWWWWWWWWW - WWWWWWWWWW - WWW -""") - \ No newline at end of file diff --git a/hyfetch/distros/clearos.py b/hyfetch/distros/clearos.py deleted file mode 100644 index d46591b6..00000000 --- a/hyfetch/distros/clearos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -clearos = AsciiArt(match=r'''"ClearOS"*''', color='2', ascii=r""" -${c1} `.--::::::--.` - .-:////////////////:-. - `-////////////////////////-` - -////////////////////////////- - `//////////////-..-//////////////` - ./////////////: ://///////////. - `//////:..-////: :////-..-//////` - ://////` -///:.``.:///-` ://///: -`///////:. -////////-` `:///////` -.//:--////:. -////-` `:////--://. -./: .////:. --` `:////- :/. -`//-` .////:. `:////- `-//` - :///-` .////:. `:////- `-///: - `/////-` -///: :///- `-/////` - `//////- `///: :///` .//////` - `:////: `///: :///` -////:` - .://: `///: :///` -//:. - .:: `///: :///` -:. - `///: :///` - `... ...` -""") - \ No newline at end of file diff --git a/hyfetch/distros/clover.py b/hyfetch/distros/clover.py deleted file mode 100644 index 2b2a02c8..00000000 --- a/hyfetch/distros/clover.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -clover = AsciiArt(match=r'''"Clover"*''', color='2 6', ascii=r""" -${c1} `omo``omo` - `oNMMMNNMMMNo` - `oNMMMMMMMMMMMMNo` - oNMMMMMMMMMMMMMMMMNo - `sNMMMMMMMMMMMMMMNs` - `omo` `sNMMMMMMMMMMNs` `omo` - `oNMMMNo` `sNMMMMMMNs` `oNMMMNo` - `oNMMMMMMMNo` `oNMMNs` `oNMMMMMMMNo` -oNMMMMMMMMMMMNo` `sy` `oNMMMMMMMMMMMNo -`sNMMMMMMMMMMMMNo.${c2}oNNs${c1}.oNMMMMMMMMMMMMNs` -`oNMMMMMMMMMMMMNs.${c2}oNNs${c1}.oNMMMMMMMMMMMMNo` -oNMMMMMMMMMMMNs` `sy` `oNMMMMMMMMMMMNo - `oNMMMMMMMNs` `oNMMNo` `oNMMMMMMMNs` - `oNMMMNs` `sNMMMMMMNs` `oNMMMNs` - `oNs` `sNMMMMMMMMMMNs` `oNs` - `sNMMMMMMMMMMMMMMNs` - +NMMMMMMMMMMMMMMMMNo - `oNMMMMMMMMMMMMNo` - `oNMMMNNMMMNs` - `omo``oNs` -""") - \ No newline at end of file diff --git a/hyfetch/distros/cobalt.py b/hyfetch/distros/cobalt.py deleted file mode 100644 index 6f0e3668..00000000 --- a/hyfetch/distros/cobalt.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cobalt = AsciiArt(match=r'''"Cobalt"*''', color='33 33 59 31 8', ascii=r""" -${c1} /// -${c1} ,////////////// -${c1} /////////////////////////////// -${c1} ///////////////${c5}***********${c1}////// - ////${c5}***********************${c1}///// - /////${c5}***********************${c1}//// - //////${c5},,,,,,,,,,,,,,,,,,,,,,${c1}/// - //////${c5},,,,,,,,,,,,,,,,,,,,,,,,,${c1}///// - /////${c5},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c1}///// -${c4} *****${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}***** - ******${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}***** - *******${c3},,,,,,,,,,,,,,,,,,,,,,,,,${c4}****** - *******${c3}......................${c4}******* - ******${c3}....${c4}*********************** - **************************** - ***** -""") - \ No newline at end of file diff --git a/hyfetch/distros/codex_linux.py b/hyfetch/distros/codex_linux.py deleted file mode 100644 index 6897adcd..00000000 --- a/hyfetch/distros/codex_linux.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -codex_linux = AsciiArt(match=r'''"Codex Linux"*''', color='fg', ascii=r""" -${c1}#: :+#@@@@%# -@@#: .*@@@@@@@@@ -@@@@#- .@@@@@@@@@@@ -@@@@@@%- %@@@@@@@@@@@ -@@@@@@@@%= :@@@@%%%%@@@@ -@@@@@@@@@@%==*-: .:=# -:*@@@@@@@@@@= - :*@@@@@@@@= - .*@@@@@@= - .+@@@@= - .+%@= - += -""") - \ No newline at end of file diff --git a/hyfetch/distros/condres.py b/hyfetch/distros/condres.py deleted file mode 100644 index b79e4cb9..00000000 --- a/hyfetch/distros/condres.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -condres = AsciiArt(match=r'''"Condres"*''', color='2 3 6', ascii=r""" -${c1}syyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}.+. -${c1}`oyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy+${c3}:++. -${c2}/o${c1}+oyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy/${c3}oo++. -${c2}/y+${c1}syyyyyyyyyyyyyyyyyyyyyyyyyyyyy${c3}+ooo++. -${c2}/hy+${c1}oyyyhhhhhhhhhhhhhhyyyyyyyyy${c3}+oo+++++. -${c2}/hhh+${c1}shhhhhdddddhhhhhhhyyyyyyy${c3}+oo++++++. -${c2}/hhdd+${c1}oddddddddddddhhhhhyyyys${c3}+oo+++++++. -${c2}/hhddd+${c1}odmmmdddddddhhhhyyyy${c3}+ooo++++++++. -${c2}/hhdddmo${c1}odmmmdddddhhhhhyyy${c3}+oooo++++++++. -${c2}/hdddmmms${c1}/dmdddddhhhhyyys${c3}+oooo+++++++++. -${c2}/hddddmmmy${c1}/hdddhhhhyyyyo${c3}+oooo++++++++++: -${c2}/hhdddmmmmy${c1}:yhhhhyyyyy+${c3}+oooo+++++++++++: -${c2}/hhddddddddy${c1}-syyyyyys+${c3}ooooo++++++++++++: -${c2}/hhhddddddddy${c1}-+yyyy+${c3}/ooooo+++++++++++++: -${c2}/hhhhhdddddhhy${c1}./yo:${c3}+oooooo+++++++++++++/ -${c2}/hhhhhhhhhhhhhy${c1}:-.${c3}+sooooo+++++++++++///: -${c2}:sssssssssssso++${c1}${c3}`:/:--------.```````` -""") - \ No newline at end of file diff --git a/hyfetch/distros/container_linux_by_coreos.py b/hyfetch/distros/container_linux_by_coreos.py deleted file mode 100644 index 02b63250..00000000 --- a/hyfetch/distros/container_linux_by_coreos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -container_linux_by_coreos = AsciiArt(match=r'''"Container Linux by CoreOS"* | "Container_Linux"* | "Fedora CoreOS" | "CoreOS"*''', color='4 7 1', ascii=r""" -${c1} ..... - .';:cccccccc:;'. - ':ccccclc${c3}lllllllll${c1}cc:. - .;cccccccc${c3}lllllllllllllll${c1}c, - ;clllccccc${c3}llllllllllllllllll${c1}c, - .cllclccccc${c3}lllll${c2}lll${c3}llllllllllll${c1}c: - ccclclcccc${c3}cllll${c2}kWMMNKk${c3}llllllllll${c1}c: - :ccclclcccc${c3}llll${c2}oWMMMMMMWO${c3}lllllllll${c1}c, -.ccllllllccc${c3}clll${c2}OMMMMMMMMM0${c3}lllllllll${c1}c -.lllllclcccc${c3}llll${c2}KMMMMMMMMMMo${c3}llllllll${c1}c. -.lllllllcccc${c3}clll${c2}KMMMMMMMMN0${c3}lllllllll${c1}c. -.cclllllcccc${c3}lllld${c2}xkkxxdo${c3}llllllllllc${c1}lc - :cccllllllcccc${c3}lllccllllcclccc${c1}cccccc; - .ccclllllllcccccccc${c3}lll${c1}ccccclccccccc - .cllllllllllclcccclccclccllllcllc - :cllllllllccclcllllllllllllcc; - .cccccccccccccclcccccccccc:. - .;cccclccccccllllllccc,. - .';ccccclllccc:;.. - ..... -""") - \ No newline at end of file diff --git a/hyfetch/distros/crux.py b/hyfetch/distros/crux.py deleted file mode 100644 index 405929c9..00000000 --- a/hyfetch/distros/crux.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -crux = AsciiArt(match=r'''"CRUX"*''', color='4 5 7 6', ascii=r""" -${c1} odddd - oddxkkkxxdoo - ddcoddxxxdoool - xdclodod olol - xoc xdd olol - xdc ${c2}k00${c1}Okdlol - xxd${c2}kOKKKOkd${c1}ldd - xdco${c2}xOkdlo${c1}dldd - ddc:cl${c2}lll${c1}oooodo - odxxdd${c3}xkO000kx${c1}ooxdo - oxdd${c3}x0NMMMMMMWW0od${c1}kkxo - oooxd${c3}0WMMMMMMMMMW0o${c1}dxkx -docldkXW${c3}MMMMMMMWWN${c1}Odolco -xx${c2}dx${c1}kxxOKN${c3}WMMWN${c1}0xdoxo::c -${c2}xOkkO${c1}0oo${c3}odOW${c2}WW${c1}XkdodOxc:l -${c2}dkkkxkkk${c3}OKX${c2}NNNX0Oxx${c1}xc:cd -${c2} odxxdx${c3}xllod${c2}ddooxx${c1}dc:ldo -${c2} lodd${c1}dolccc${c2}ccox${c1}xoloo -""") - \ No newline at end of file diff --git a/hyfetch/distros/crux_small.py b/hyfetch/distros/crux_small.py deleted file mode 100644 index db7556ff..00000000 --- a/hyfetch/distros/crux_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -crux_small = AsciiArt(match=r'''"crux_small" | KISS*''', color='4 5 7 6', ascii=r""" -${c1} ___ - (${c3}.· ${c1}| - (${c2}<> ${c1}| - / ${c3}__ ${c1}\ - ( ${c3}/ \ ${c1}/| -${c2}_${c1}/\ ${c3}__)${c1}/${c2}_${c1}) -${c2}\/${c1}-____${c2}\/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/crystal_linux.py b/hyfetch/distros/crystal_linux.py deleted file mode 100644 index 9f0ce2b8..00000000 --- a/hyfetch/distros/crystal_linux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -crystal_linux = AsciiArt(match=r'''*"Crystal Linux"*''', color='13 5', ascii=r""" -${c1} mysssym -${c1} mysssym -${c1} mysssym -${c1} mysssym -${c1} mysssyd -${c1} mysssyd N -${c1} mysssyd mysym -${c1} mysssyd dysssym -${c1} mysssyd dysssym -${c1} mysssyd dysssym -${c1} mysssyd dysssym -${c1} mysssyd dysssym -${c1} mysssyd dysssym -${c1} mysym dysssym -${c1} N dysssym -${c1} dysssym -${c1} dysssym -${c1} dysssym -${c1} dysssym -${c1} dysssym -""") - \ No newline at end of file diff --git a/hyfetch/distros/cucumber.py b/hyfetch/distros/cucumber.py deleted file mode 100644 index f6b8d182..00000000 --- a/hyfetch/distros/cucumber.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cucumber = AsciiArt(match=r'''*"Cucumber"*''', color='2 3', ascii=r""" -${c1} `.-://++++++//:-.` - `:/+//${c2}::--------${c1}:://+/:` - -++/:${c2}----..........----${c1}:/++- - .++:${c2}---...........-......---${c1}:++. - /+:${c2}---....-::/:/--//:::-....---${c1}:+/ - `++:${c2}--.....:---::/--/::---:.....--${c1}:++` - /+:${c2}--.....--.--::::-/::--.--.....--${c1}:+/ --o:${c2}--.......-:::://--/:::::-.......--${c1}:o- -/+:${c2}--...-:-::---:::..:::---:--:-...--${c1}:+/ -o/:${c2}-...-:.:.-/:::......::/:.--.:-...-${c1}:/o -o/${c2}--...::-:/::/:-......-::::::-/-...-${c1}:/o -/+:${c2}--..-/:/:::--:::..:::--::////-..--${c1}:+/ --o:${c2}--...----::/:::/--/:::::-----...--${c1}:o- - /+:${c2}--....://:::.:/--/:.::://:....--${c1}:+/ - `++:${c2}--...-:::.--.:..:.--.:/:-...--${c1}:++` - /+:${c2}---....----:-..-:----....---${c1}:+/ - .++:${c2}---..................---${c1}:++. - -/+/:${c2}----..........----${c1}:/+/- - `:/+//${c2}::--------:::${c1}/+/:` - `.-://++++++//:-.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/cutefishos.py b/hyfetch/distros/cutefishos.py deleted file mode 100644 index ba9c09e3..00000000 --- a/hyfetch/distros/cutefishos.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cutefishos = AsciiArt(match=r'''"CutefishOS"*''', color='6 7 4', ascii=r""" -${c1} ___ww___ -_ _wwMMM@M^^^^MMMMww_ -M0w_ _wMMM~~ ~~MMm_ - ~MMy _ww0M~ ~MMy - ~MMMM~ o "MM -${c3} jw0M~~MMMw_ _wMM' -wMM~ ~~MMmw__ __w0M~ -~ ~~MM0MmwwwwwwwwwMMM~ - ~~~~^^~~~ -""") - \ No newline at end of file diff --git a/hyfetch/distros/cuteos.py b/hyfetch/distros/cuteos.py deleted file mode 100644 index d76af566..00000000 --- a/hyfetch/distros/cuteos.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cuteos = AsciiArt(match=r'''"CuteOS"*''', color='33 50 57', ascii=r""" -${c2} - ${c3}1ua${c2} - ${c3}MMM1ua${c2} - ${c1}MM${c2}EE ${c3} MMMMM1uazE${c2} -${c1}MM ${c2}EEEE ${c3}M1MM1uazzEn ${c2}EEEE MME - EEEEE ${c3}MMM uazEno ${c2}EEEE - EEEEE${c1}MMMMMMEno~; ${c2}EE E${c2} - EE ${c1}MMMMMMMM~;;E ${c2}MMMMM M ${c2} - E ${c1}MMMMMMMMM ${c2} E E ${c2} - ${c1}MMMMMMMMMMM - ${c1}MMMMMMMMM ${c2}EE ${c1} - MM1MMMM ${c2}EEE ${c1} - MMMMM - MMM - M -""") - \ No newline at end of file diff --git a/hyfetch/distros/cyberos.py b/hyfetch/distros/cyberos.py deleted file mode 100644 index 74c55386..00000000 --- a/hyfetch/distros/cyberos.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -cyberos = AsciiArt(match=r'''"CyberOS"*''', color='50 32 57', ascii=r""" -${c3} !M$EEEEEEEEEEEP - .MMMMM000000Nr. - ${c3}&MMMMMM${c2}MMMMMMMMMMMMM9 - ${c3}~MMM${c1}MMMM${c2}MMMMMMMMMMMMC - ${c1}" ${c3}M${c1}MMMMMMM${c2}MMMMMMMMMMs - ${c1}iM${c2}MMM&&${c1}MMMMMMMM${c2}MMMMMMMM\ - ${c1}BMMM${c2}MMMMM${c1}MMMMMMM${c2}MMMMMM${c3}" - ${c1}9MMMMM${c2}MMMMMMM${c1}MMMM${c2}MMMM${c3}MMMf- - ${c2}sMMMMMMMM${c1}MM${c2}M${c3}MMMMMMMMM3_ - ${c2}+ffffffff${c1}P${c3}MMMMMMMMMMMM0 - ${c2}CMMMMMMMMMMM - }MMMMMMMMM - ~MMMMMMM - "RMMMM - .PMB -""") - \ No newline at end of file diff --git a/hyfetch/distros/dahlia.py b/hyfetch/distros/dahlia.py deleted file mode 100644 index fe748dc6..00000000 --- a/hyfetch/distros/dahlia.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -dahlia = AsciiArt(match=r'''"dahlia"*''', color='1 7 3', ascii=r""" -${c1} - .#. - *%@@@%* - .,,,,,(&@@@@@@@&/,,,,,. - ,#@@@@@@@@@@@@@@@@@@@@@#. - ,#@@@@@@@&#///#&@@@@@@@#. - ,/%&@@@@@%/, .,(%@@@@@&#/. - *#&@@@@@@#,. .*#@@@@@@&#, - .&@@@@@@@@@( .(@@@@@@@@@&&. -#@@@@@@@@@@( )@@@@@@@@@@@# - °@@@@@@@@@@( .(@@@@@@@@@@@° - *%@@@@@@@(. ,#@@@@@@@%* - ,(&@@@@@@%*. ./%@@@@@@%(, - ,#@@@@@@@&(***(&@@@@@@@#. - ,#@@@@@@@@@@@@@@@@@@@@@#. - ,*****#&@@@@@@@&(*****, - ,/%@@@%/. - ,#, -""") - \ No newline at end of file diff --git a/hyfetch/distros/darkos.py b/hyfetch/distros/darkos.py deleted file mode 100644 index 7507ca6e..00000000 --- a/hyfetch/distros/darkos.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -darkos = AsciiArt(match=r'''"DarkOs"''', color='1 6 5 3 2', ascii=r""" - -${c3}⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠢⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c1}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣶⠋⡆⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c5}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡆⢀⣤⢛⠛⣠⣿⠀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c6}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣶⣿⠟⣡⠊⣠⣾⣿⠃⣠⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c2}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⣯⣿⠀⠊⣤⣿⣿⣿⠃⣴⣧⣄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c1}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣤⣶⣿⣿⡟⣠⣶⣿⣿⣿⢋⣤⠿⠛⠉⢁⣭⣽⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c4} ⠀⠀⠀⠀⠀⠀ ⠀⣠⠖⡭⢉⣿⣯⣿⣯⣿⣿⣿⣟⣧⠛⢉⣤⣶⣾⣿⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c5}⠀⠀⠀⠀⠀⠀⠀⠀⣴⣫⠓⢱⣯⣿⢿⠋⠛⢛⠟⠯⠶⢟⣿⣯⣿⣿⣿⣿⣿⣿⣦⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c2}⠀⠀⠀⠀⠀⠀⢀⡮⢁⣴⣿⣿⣿⠖⣠⠐⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠉⠛⠛⠛⢿⣶⣄⠀⠀⠀⠀⠀⠀⠀ -${c3}⠀⠀⠀⠀⢀⣤⣷⣿⣿⠿⢛⣭⠒⠉⠀⠀⠀⣀⣀⣄⣤⣤⣴⣶⣶⣶⣿⣿⣿⣿⣿⠿⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀ -${c1}⠀⢀⣶⠏⠟⠝⠉⢀⣤⣿⣿⣶⣾⣿⣿⣿⣿⣿⣿⣟⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c6}⢴⣯⣤⣶⣿⣿⣿⣿⣿⡿⣿⣯⠉⠉⠉⠉⠀⠀⠀⠈⣿⡀⣟⣿⣿⢿⣿⣿⣿⣿⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c5}⠀⠀⠀⠉⠛⣿⣧⠀⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣿⠃⣿⣿⣯⣿⣦⡀⠀⠉⠻⣿⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c3}⠀⠀⠀⠀⠀⠀⠉⢿⣮⣦⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⠀⣯⠉⠉⠛⢿⣿⣷⣄⠀⠈⢻⣆⠀⠀⠀⠀⠀⠀⠀⠀ -${c2}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠢⠀⠀⠀⠀⠀⠀⠀⢀⢡⠃⣾⣿⣿⣦⠀⠀⠀⠙⢿⣿⣤⠀⠙⣄⠀⠀⠀⠀⠀⠀⠀ -${c6}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⢋⡟⢠⣿⣿⣿⠋⢿⣄⠀⠀⠀⠈⡄⠙⣶⣈⡄⠀⠀⠀⠀⠀⠀ -${c1}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠚⢲⣿⠀⣾⣿⣿⠁⠀⠀⠉⢷⡀⠀⠀⣇⠀⠀⠈⠻⡀⠀⠀⠀⠀⠀ -${c4}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢢⣀⣿⡏⠀⣿⡿⠀⠀⠀⠀⠀⠀⠙⣦⠀⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c3}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠿⣧⣾⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣮⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -${c5}⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠙⠛⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/darwin.py b/hyfetch/distros/darwin.py deleted file mode 100644 index 961cfbe4..00000000 --- a/hyfetch/distros/darwin.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -darwin = AsciiArt(match=r'''"Darwin"''', color='2 3 1 1 5 4', ascii=r""" -${c1} c.' - ,xNMM. - .OMMMMo - lMMM" - .;loddo:. .olloddol;. - cKMMMMMMMMMMNWMMMMMMMMMM0: -${c2} .KMMMMMMMMMMMMMMMMMMMMMMMWd. - XMMMMMMMMMMMMMMMMMMMMMMMX. -${c3};MMMMMMMMMMMMMMMMMMMMMMMM: -:MMMMMMMMMMMMMMMMMMMMMMMM: -${c4}.MMMMMMMMMMMMMMMMMMMMMMMMX. - kMMMMMMMMMMMMMMMMMMMMMMMMWd. - ${c5}'XMMMMMMMMMMMMMMMMMMMMMMMMMMk - 'XMMMMMMMMMMMMMMMMMMMMMMMMK. - ${c6}kMMMMMMMMMMMMMMMMMMMMMMd - ;KMMMMMMMWXXWMMMMMMMk. - "cooc*" "*coo'" -""") - \ No newline at end of file diff --git a/hyfetch/distros/debian.py b/hyfetch/distros/debian.py deleted file mode 100644 index 1ca80da4..00000000 --- a/hyfetch/distros/debian.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -debian = AsciiArt(match=r'''"Debian"*''', color='1 7 3', ascii=r''' -${c2} _,met$$$$$gg. - ,g$$$$$$$$$$$$$$$P. - ,g$$P" """Y$$.". - ,$$P' `$$$. -',$$P ,ggs. `$$b: -`d$$' ,$P"' ${c1}.${c2} $$$ - $$P d$' ${c1},${c2} $$P - $$: $$. ${c1}-${c2} ,d$$' - $$; Y$b._ _,d$P' - Y$$. ${c1}`.${c2}`"Y$$$$P"' -${c2} `$$b ${c1}"-.__ -${c2} `Y$$ - `Y$$. - `$$b. - `Y$$b. - `"Y$b._ - `""" -''') - \ No newline at end of file diff --git a/hyfetch/distros/debian_small.py b/hyfetch/distros/debian_small.py deleted file mode 100644 index 63584f09..00000000 --- a/hyfetch/distros/debian_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -debian_small = AsciiArt(match=r'''"debian_small"''', color='1 7 3', ascii=r""" -${c1} _____ - / __ \ -| / | -| \___- --_ - --_ -""") - \ No newline at end of file diff --git a/hyfetch/distros/deepin.py b/hyfetch/distros/deepin.py deleted file mode 100644 index 481a648b..00000000 --- a/hyfetch/distros/deepin.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -deepin = AsciiArt(match=r'''"Deepin"*''', color='2 7', ascii=r""" -${c1} ............ - .';;;;;. .,;,. - .,;;;;;;;. ';;;;;;;. - .;::::::::' .,::;;,''''',. - ,'.:::::::: .;;'. '; - ;' 'cccccc, ,' :: '.. .: - ,, :ccccc. ;: .c, '' :. ,; -.l. cllll' ., .lc :; .l' l. -.c :lllc ;cl: .l' .ll. :' -.l 'looc. . ,o: 'oo' c, -.o. .:ool::coc' .ooo' o. - :: ..... .;dddo ;c - l:... .';lddddo. ,o - lxxxxxdoolllodxxxxxxxxxc :l - ,dxxxxxxxxxxxxxxxxxxl. 'o, - ,dkkkkkkkkkkkkko;. .;o; - .;okkkkkdl;. .,cl:. - .,:cccccccc:,. -""") - \ No newline at end of file diff --git a/hyfetch/distros/desaos.py b/hyfetch/distros/desaos.py deleted file mode 100644 index 60b523e9..00000000 --- a/hyfetch/distros/desaos.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -desaos = AsciiArt(match=r'''"DesaOS"''', color='2 7', ascii=r""" -${c1}███████████████████████ -███████████████████████ -███████████████████████ -███████████████████████ -████████ ███████ -████████ ███████ -████████ ███████ -████████ ███████ -████████ ███████ -████████ ███████ -████████ ███████ -██████████████████████████████ -██████████████████████████████ -████████████████████████ -████████████████████████ -████████████████████████ -""") - \ No newline at end of file diff --git a/hyfetch/distros/devuan.py b/hyfetch/distros/devuan.py deleted file mode 100644 index c76f5f69..00000000 --- a/hyfetch/distros/devuan.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -devuan = AsciiArt(match=r'''"Devuan"*''', color='5 7', ascii=r""" -${c1} ..,,;;;::;,.. - `':ddd;:,. - `'dPPd:,. - `:b$$b`. - 'P$$$d` - .$$$$$` - ;$$$$$P - .:P$$$$$$` - .,:b$$$$$$$;' - .,:dP$$$$$$$$b:' - .,:;db$$$$$$$$$$Pd'` - ,db$$$$$$$$$$$$$$b:'` -:$$$$$$$$$$$$b:'` - `$$$$$bd:''` - `'''` -""") - \ No newline at end of file diff --git a/hyfetch/distros/dietpi.py b/hyfetch/distros/dietpi.py deleted file mode 100644 index f85fe575..00000000 --- a/hyfetch/distros/dietpi.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -dietpi = AsciiArt(match=r'''"DietPi"*''', color='2 0', ascii=r""" -${c1} :=+******+- -+******+=: - =#-::-::::-=#:-#=-::::-::-#= - :%-::--==-::-%%-::-==--::-%: - +#-:::::=+++${c2}@@${c1}+++=-::::-#= - :#+-::::=%${c2}@@@@@${c1}=::::-+#: - =@%##%${c2}@@@@@@@@${c1}%##%@= -${c2} .#@@@@@@@@@@@@@@@@@@@@#. - %@@@@@@@@@@@@@@@@@@@@@@% - -@@@@@@@@@@@@@@@@@@@@@@@@: -.#@@@@@@@@@@%%%%%@@@@@@@@@@@#. -#@@@${c1}+-=*#%${c2}%%%%%%%%%${c1}%%#+--#${c2}@@@# -%@@%${c1}*. .:${c2}=*%%%%*${c1}=: .#${c2}@@@% -:%@@@${c1}#+=-:${c2}:-*%%%%+::${c1}:-=+%${c2}@@@%: - :@@@@%@%%%%@${c1}#${c2}#${c1}#${c2}%@%%%%@%@@@@. - +@@@@@@@@@${c1}%${c2}=*+${c1}%${c2}@%@@@@@@@@+ - #@@@@@@@@@@@@@@@@@@@@@@# - -#@@@@@@@@@@@@@@@@@@#- - -*%@@@@@@@@@@%*- - .+%@@@@%+. -""") - \ No newline at end of file diff --git a/hyfetch/distros/digital_unix.py b/hyfetch/distros/digital_unix.py deleted file mode 100644 index 1755fb09..00000000 --- a/hyfetch/distros/digital_unix.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -digital_unix = AsciiArt(match=r'''"digital UNIX"*''', color='1 6 7', ascii=r""" -${c1} +-+-+-+-+-+-+-+ - |${c3}d${c1}|${c3}i${c1}|${c3}g${c1}|${c3}i${c1}|${c3}t${c1}|${c3}a${c1}|${c3}l${c1}| - +-+-+-+-+-+-+-+ -${c2} _ _ _ _ _______ __ -| | | | \ | |_ _\ \ / / -| | | | \| | | | \ V / -| | | | . ` | | | > < -| |__| | |\ |_| |_ / . \ - \____/|_| \_|_____/_/ \_\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/distro_detector.py b/hyfetch/distros/distro_detector.py index c304ba8a..e28413bc 100644 --- a/hyfetch/distros/distro_detector.py +++ b/hyfetch/distros/distro_detector.py @@ -1,1578 +1,46 @@ -# This file is automatically generated. Please do not modify. - from __future__ import annotations - +import json +from pathlib import Path from . import AsciiArt +# Cache for loaded distros +_distros: list[AsciiArt] | None = None + +def get_distros() -> list[AsciiArt]: + global _distros + if _distros is not None: + return _distros + + _distros = [] + # Path to hyfetch/data/distros + distro_dir = Path(__file__).parent.parent / 'data' / 'distros' + + if not distro_dir.exists(): + return [] + + for f in sorted(distro_dir.glob('*.ascii')): + try: + content = f.read_text('utf-8') + header_line, art = content.split('\n', 1) + header = json.loads(header_line) + _distros.append(AsciiArt( + match=header['match'], + color=str(header['color']), + ascii=art, + foreground=header.get('foreground'), + background=header.get('background') + )) + except Exception: + pass + + return _distros + def detect(name: str) -> AsciiArt | None: if not name: return None - name = name.lower() - if name.startswith('adélie') or name.startswith('adelie'): - from .adelie import adelie - return adelie - if name.startswith('aix'): - from .aix import aix - return aix - - if name.startswith('aperio gnu/linux'): - from .aperio_gnu_linux import aperio_gnu_linux - return aperio_gnu_linux - - if name.startswith('aperture'): - from .aperture import aperture - return aperture - - if name.startswith('asahi'): - from .asahi import asahi - return asahi - - if name.startswith('hash'): - from .hash import hash - return hash - - if name.startswith('hardclanz'): - from .hardclanz import hardclanz - return hardclanz - - if name.startswith('almalinux'): - from .almalinux import almalinux - return almalinux - - if name.startswith('exodia predator os') or name.startswith('exodia-predator') or name.startswith('predator'): - from .exodia_predator_os import exodia_predator_os - return exodia_predator_os - - if name == 'alpine_small': - from .alpine_small import alpine_small - return alpine_small - - if name.startswith('alpine'): - from .alpine import alpine - return alpine - - if name.startswith('alter'): - from .alter import alter - return alter - - if name.startswith('amazon'): - from .amazon import amazon - return amazon - - if name.startswith('amogos'): - from .amogos import amogos - return amogos - - if name.startswith('anarchy'): - from .anarchy import anarchy - return anarchy - - if name.startswith('android_small'): - from .android_small import android_small - return android_small - - if name.startswith('android'): - from .android import android - return android - - if name.startswith('arselinux'): - from .arselinux import arselinux - return arselinux - - if name.startswith('instantos'): - from .instantos import instantos - return instantos - - if name.startswith('antergos'): - from .antergos import antergos - return antergos - - if name.startswith('antix'): - from .antix import antix - return antix - - if name.startswith('afterglow'): - from .afterglow import afterglow - return afterglow - - if name.startswith('aosc os'): - from .aosc_os import aosc_os - return aosc_os - - if name.startswith('apricity'): - from .apricity import apricity - return apricity - - if name.startswith('archcraft_ascii'): - from .archcraft_ascii import archcraft_ascii - return archcraft_ascii - - if name.startswith('archcraft_minimal'): - from .archcraft_minimal import archcraft_minimal - return archcraft_minimal - - if name.startswith('archcraft'): - from .archcraft import archcraft - return archcraft - - if name.startswith('arcolinux_small'): - from .arcolinux_small import arcolinux_small - return arcolinux_small - - if name.startswith('arcolinux'): - from .arcolinux import arcolinux - return arcolinux - - if name.startswith('arkane'): - from .arkane import arkane - return arkane - - if name == 'arch_small': - from .arch_small import arch_small - return arch_small - - if name == 'arch_old': - from .arch_old import arch_old - return arch_old - - if name.startswith('archbox'): - from .archbox import archbox - return archbox - - if name.startswith('archlabs'): - from .archlabs import archlabs - return archlabs - - if name.startswith('archstrike'): - from .archstrike import archstrike - return archstrike - - if name.startswith('astos'): - from .astos import astos - return astos - - if (name.startswith('xferience') or name.endswith('xferience')): - from .xferience import xferience - return xferience - - if name.startswith('stock linux'): - from .stock_linux import stock_linux - return stock_linux - - if name.startswith('archmerge'): - from .archmerge import archmerge - return archmerge - - if name.startswith('aeros'): - from .aeros import aeros - return aeros - - if name.startswith('arch'): - from .arch import arch - return arch - - if name.startswith('unicodearch'): - from .unicodearch import unicodearch - return unicodearch - - if name.startswith('artix_small'): - from .artix_small import artix_small - return artix_small - - if name.startswith('artix'): - from .artix import artix - return artix - - if name.startswith('cobalt'): - from .cobalt import cobalt - return cobalt - - if name.startswith('arya'): - from .arya import arya - return arya - - if name.startswith('asteroidos'): - from .asteroidos import asteroidos - return asteroidos - - if name.startswith('athena'): - from .athena import athena - return athena - - if name.startswith('azos'): - from .azos import azos - return azos - - if name.startswith('bedrock'): - from .bedrock import bedrock - return bedrock - - if name.startswith('bazzite'): - from .bazzite import bazzite - return bazzite - - if name.startswith('biglinux_large'): - from .biglinux_large import biglinux_large - return biglinux_large - - if name.startswith('biglinux'): - from .biglinux import biglinux - return biglinux - - if name.startswith('bitrig'): - from .bitrig import bitrig - return bitrig - - if name.startswith('blackarch'): - from .blackarch import blackarch - return blackarch - - if name == 'blackmesa': - from .blackmesa import blackmesa - return blackmesa - - if name.startswith('blackpanther') or name.startswith('blackpanther'): - from .blackpanther import blackpanther - return blackpanther - - if name.startswith('matuusos'): - from .matuusos import matuusos - return matuusos - - if name.startswith('blag'): - from .blag import blag - return blag - - if name.startswith('blankon'): - from .blankon import blankon - return blankon - - if name.startswith('bluelight'): - from .bluelight import bluelight - return bluelight - - if name.startswith('bodhi'): - from .bodhi import bodhi - return bodhi - - if name.startswith('bonsai'): - from .bonsai import bonsai - return bonsai - - if name == 'bsd': - from .bsd import bsd - return bsd - - if name.startswith('bunsenlabs'): - from .bunsenlabs import bunsenlabs - return bunsenlabs - - if name.startswith('cachyos'): - from .cachyos import cachyos - return cachyos - - if name.startswith('calculate'): - from .calculate import calculate - return calculate - - if name.startswith('carbs'): - from .carbs import carbs - return carbs - - if name == 'calinixos': - from .calinixos import calinixos - return calinixos - - if name.startswith('calinixos_small'): - from .calinixos_small import calinixos_small - return calinixos_small - - if name.startswith('cbl-mariner'): - from .cbl_mariner import cbl_mariner - return cbl_mariner - - if name.startswith('celos'): - from .celos import celos - return celos - - if name.startswith('centos_small'): - from .centos_small import centos_small - return centos_small - - if name.startswith('centos'): - from .centos import centos - return centos - - if name.startswith('center'): - from .center import center - return center - - if name.startswith('chakra'): - from .chakra import chakra - return chakra - - if name.startswith('chaletos'): - from .chaletos import chaletos - return chaletos - - if name.startswith('chapeau'): - from .chapeau import chapeau - return chapeau - - if name.startswith('chimera'): - from .chimera import chimera - return chimera - - if name.startswith('chonkysealos'): - from .chonkysealos import chonkysealos - return chonkysealos - - if name.startswith('chrom'): - from .chrom import chrom - return chrom - - if name.startswith('cleanjaro_small'): - from .cleanjaro_small import cleanjaro_small - return cleanjaro_small - - if name.startswith('cleanjaro'): - from .cleanjaro import cleanjaro - return cleanjaro - - if name.startswith('clearos'): - from .clearos import clearos - return clearos - - if name.startswith('clear linux os') or name.startswith('clear_linux'): - from .clear_linux_os import clear_linux_os - return clear_linux_os - - if name.startswith('clover'): - from .clover import clover - return clover - - if name.startswith('codex linux'): - from .codex_linux import codex_linux - return codex_linux - - if name.startswith('condres'): - from .condres import condres - return condres - - if name.startswith('container linux by coreos') or name.startswith('container_linux') or name == 'fedora coreos' or name.startswith('coreos'): - from .container_linux_by_coreos import container_linux_by_coreos - return container_linux_by_coreos - - if name == 'crux_small' or name.startswith('kiss'): - from .crux_small import crux_small - return crux_small - - if name.startswith('crux'): - from .crux import crux - return crux - - if (name.startswith('crystal linux') or name.endswith('crystal linux')): - from .crystal_linux import crystal_linux - return crystal_linux - - if (name.startswith('cucumber') or name.endswith('cucumber')): - from .cucumber import cucumber - return cucumber - - if name.startswith('cutefishos'): - from .cutefishos import cutefishos - return cutefishos - - if name.startswith('cuteos'): - from .cuteos import cuteos - return cuteos - - if name.startswith('cyberos'): - from .cyberos import cyberos - return cyberos - - if name.startswith('dahlia'): - from .dahlia import dahlia - return dahlia - - if name == 'debian_small': - from .debian_small import debian_small - return debian_small - - if name.startswith('debian'): - from .debian import debian - return debian - - if name.startswith('digital unix'): - from .digital_unix import digital_unix - return digital_unix - - if name.startswith('droidian'): - from .droidian import droidian - return droidian - - if name.startswith('deepin'): - from .deepin import deepin - return deepin - - if name.startswith('openkylin'): - from .openkylin import openkylin - return openkylin - - if name == 'desaos': - from .desaos import desaos - return desaos - - if name.startswith('devuan'): - from .devuan import devuan - return devuan - - if name.startswith('dietpi'): - from .dietpi import dietpi - return dietpi - - if name.startswith('dracos'): - from .dracos import dracos - return dracos - - if name == 'darkos': - from .darkos import darkos - return darkos - - if name.startswith('itc'): - from .itc import itc - return itc - - if name.startswith('dragonfly_old'): - from .dragonfly_old import dragonfly_old - return dragonfly_old - - if name.startswith('dragonfly_small'): - from .dragonfly_small import dragonfly_small - return dragonfly_small - - if name.startswith('dragonfly'): - from .dragonfly import dragonfly - return dragonfly - - if name.startswith('drauger'): - from .drauger import drauger - return drauger - - if name.startswith('elementary_small'): - from .elementary_small import elementary_small - return elementary_small - - if name.startswith('elementary'): - from .elementary import elementary - return elementary - - if name.startswith('elive'): - from .elive import elive - return elive - - if name.startswith('endeavouros_small'): - from .endeavouros_small import endeavouros_small - return endeavouros_small - - if name.startswith('endeavouros'): - from .endeavouros import endeavouros - return endeavouros - - if name.startswith('encryptos'): - from .encryptos import encryptos - return encryptos - - if name.startswith('endless'): - from .endless import endless - return endless - - if name.startswith('enso'): - from .enso import enso - return enso - - if name.startswith('eurolinux'): - from .eurolinux import eurolinux - return eurolinux - - if name.startswith('evolutionos'): - from .evolutionos import evolutionos - return evolutionos - - if name.startswith('eweos'): - from .eweos import eweos - return eweos - - if name.startswith('exherbo'): - from .exherbo import exherbo - return exherbo - - if name == 'fedora_small': - from .fedora_small import fedora_small - return fedora_small - - if name.startswith('fedora_old') or name.startswith('rfremix'): - from .fedora_old import fedora_old - return fedora_old - - if name == 'fedora_unicode': - from .fedora_unicode import fedora_unicode - return fedora_unicode - - if name == 'fedora silverblue' or name.startswith('silverblue'): - from .fedora_silverblue import fedora_silverblue - return fedora_silverblue - - if name.startswith('fedora kinoite') or name.startswith('kinoite'): - from .fedora_kinoite import fedora_kinoite - return fedora_kinoite - - if name.startswith('fedora sericea') or name.startswith('sericea'): - from .fedora_sericea import fedora_sericea - return fedora_sericea - - if name.startswith('fedora'): - from .fedora import fedora - return fedora - - if name.startswith('feren'): - from .feren import feren - return feren - - if name.startswith('femboyos'): - from .femboyos import femboyos - return femboyos - - if name.startswith('finnix'): - from .finnix import finnix - return finnix - - if name.startswith('furreto'): - from .furreto import furreto - return furreto - - if name == 'freebsd_small': - from .freebsd_small import freebsd_small - return freebsd_small - - if name.startswith('freebsd') or name.startswith('hardenedbsd'): - from .freebsd import freebsd - return freebsd - - if name.startswith('freemint'): - from .freemint import freemint - return freemint - - if name.startswith('frugalware'): - from .frugalware import frugalware - return frugalware - - if name.startswith('funtoo'): - from .funtoo import funtoo - return funtoo - - if name.startswith('galliumos'): - from .galliumos import galliumos - return galliumos - - if name == 'garuda_small': - from .garuda_small import garuda_small - return garuda_small - - if name.startswith('garuda'): - from .garuda import garuda - return garuda - - if name == 'gentoo_small': - from .gentoo_small import gentoo_small - return gentoo_small - - if name.startswith('gentoo'): - from .gentoo import gentoo - return gentoo - - if name.startswith('pentoo'): - from .pentoo import pentoo - return pentoo - - if name.startswith('glaucus'): - from .glaucus import glaucus - return glaucus - - if name.startswith('gnewsense'): - from .gnewsense import gnewsense - return gnewsense - - if name.startswith('gnome'): - from .gnome import gnome - return gnome - - if name == 'gnu': - from .gnu import gnu - return gnu - - if name.startswith('gobolinux'): - from .gobolinux import gobolinux - return gobolinux - - if name.startswith('grapheneos'): - from .grapheneos import grapheneos - return grapheneos - - if name.startswith('grombyang'): - from .grombyang import grombyang - return grombyang - - if name.startswith('guix_small'): - from .guix_small import guix_small - return guix_small - - if name.startswith('guix'): - from .guix import guix - return guix - - if name.startswith('haiku_small'): - from .haiku_small import haiku_small - return haiku_small - - if name.startswith('haiku'): - from .haiku import haiku - return haiku - - if name.startswith('hamonikr'): - from .hamonikr import hamonikr - return hamonikr - - if name.startswith('huayra'): - from .huayra import huayra - return huayra - - if name.startswith('hydroos'): - from .hydroos import hydroos - return hydroos - - if name.startswith('hyperbola_small'): - from .hyperbola_small import hyperbola_small - return hyperbola_small - - if name.startswith('hyperbola'): - from .hyperbola import hyperbola - return hyperbola - - if name.startswith('hybrid'): - from .hybrid import hybrid - return hybrid - - if name.startswith('iglunix') or name.startswith('iglu'): - from .iglunix import iglunix - return iglunix - - if name.startswith('interix'): - from .interix import interix - return interix - - if name.startswith('gloire'): - from .gloire import gloire - return gloire - - if name.startswith('januslinux') or name.startswith('janus') or name.startswith('ataraxia linux') or name.startswith('ataraxia'): - from .januslinux import januslinux - return januslinux - - if name.startswith('kaisen'): - from .kaisen import kaisen - return kaisen - - if name == 'kali_small' or name == 'kalilinux_small' or name == 'kali_linux_small': - from .kali_small import kali_small - return kali_small - - if name.startswith('kali'): - from .kali import kali - return kali - - if name.startswith('kaos'): - from .kaos import kaos - return kaos - - if name.startswith('kde'): - from .kde import kde - return kde - - if name.startswith('kibojoe'): - from .kibojoe import kibojoe - return kibojoe - - if name.startswith('kogaion'): - from .kogaion import kogaion - return kogaion - - if name.startswith('korora'): - from .korora import korora - return korora - - if name.startswith('kslinux'): - from .kslinux import kslinux - return kslinux - - if name.startswith('kubuntu'): - from .kubuntu import kubuntu - return kubuntu - - if name.startswith('lainos'): - from .lainos import lainos - return lainos - - if name.startswith('lede'): - from .lede import lede - return lede - - if name == 'langitketujuh_old': - from .langitketujuh_old import langitketujuh_old - return langitketujuh_old - - if name.startswith('langitketujuh'): - from .langitketujuh import langitketujuh - return langitketujuh - - if name.startswith('laxeros'): - from .laxeros import laxeros - return laxeros - - if name.startswith('libreelec'): - from .libreelec import libreelec - return libreelec - - if name == 'linux': - from .linux import linux - return linux - - if name == 'linuxfromscratch' or name.endswith('lfs') or name == 'linux-from-scratch' or name == 'linux_from_scratch': - from .linuxfromscratch import linuxfromscratch - return linuxfromscratch - - if name == 'linux_small': - from .linux_small import linux_small - return linux_small - - if name.startswith('linuxlite_small'): - from .linuxlite_small import linuxlite_small - return linuxlite_small - - if name.startswith('linux lite') or name.startswith('linux_lite'): - from .linux_lite import linux_lite - return linux_lite - - if name.startswith('lmde'): - from .lmde import lmde - return lmde - - if name.startswith('lubuntu'): - from .lubuntu import lubuntu - return lubuntu - - if name.startswith('lunar'): - from .lunar import lunar - return lunar - - if name.startswith('macaronios') or name.startswith('macaroni os'): - from .macaronios import macaronios - return macaronios - - if name == 'mac"*"_small': - from .mac_small import mac_small - return mac_small - - if name.startswith('mac') or name == 'darwin': - from .mac import mac - return mac - - if name.startswith('mageia_small'): - from .mageia_small import mageia_small - return mageia_small - - if name.startswith('mageia'): - from .mageia import mageia - return mageia - - if name.startswith('magix'): - from .magix import magix - return magix - - if name.startswith('magpieos'): - from .magpieos import magpieos - return magpieos - - if name.startswith('mainsailos_small'): - from .mainsailos_small import mainsailos_small - return mainsailos_small - - if name.startswith('mainsailos'): - from .mainsailos import mainsailos - return mainsailos - - if name.startswith('mandriva') or name.startswith('mandrake'): - from .mandriva import mandriva - return mandriva - - if name.startswith('manjaro_small'): - from .manjaro_small import manjaro_small - return manjaro_small - - if name.startswith('manjaro'): - from .manjaro import manjaro - return manjaro - - if name.startswith('massos'): - from .massos import massos - return massos - - if name.startswith('tearch'): - from .tearch import tearch - return tearch - - if name.startswith('maui'): - from .maui import maui - return maui - - if name.startswith('mauna'): - from .mauna import mauna - return mauna - - if name.startswith('meowix'): - from .meowix import meowix - return meowix - - if name.startswith('mer'): - from .mer import mer - return mer - - if name.startswith('minix'): - from .minix import minix - return minix - - if name.startswith('miracle linux') or name.startswith('miracle_linux'): - from .miracle_linux import miracle_linux - return miracle_linux - - if name.startswith('linspire') or name.startswith('freespire') or name.startswith('lindows'): - from .linspire import linspire - return linspire - - if name.startswith('linuxmint_small'): - from .linuxmint_small import linuxmint_small - return linuxmint_small - - if name.startswith('linux mint old') or name.startswith('linuxmintold') or name.startswith('mint_old'): - from .linux_mint_old import linux_mint_old - return linux_mint_old - - if name.startswith('linux mint') or name.startswith('linuxmint') or name.startswith('mint'): - from .linux_mint import linux_mint - return linux_mint - - if name.startswith('live raizo') or name.startswith('live_raizo'): - from .live_raizo import live_raizo - return live_raizo - - if name.startswith('mx_small'): - from .mx_small import mx_small - return mx_small - - if name.startswith('mx'): - from .mx import mx - return mx - - if name.startswith('namib'): - from .namib import namib - return namib - - if name.startswith('nekos'): - from .nekos import nekos - return nekos - - if name.startswith('neptune'): - from .neptune import neptune - return neptune - - if name.startswith('netbsd_small'): - from .netbsd_small import netbsd_small - return netbsd_small - - if name.startswith('netbsd'): - from .netbsd import netbsd - return netbsd - - if name.startswith('netrunner'): - from .netrunner import netrunner - return netrunner - - if name.startswith('nitrux'): - from .nitrux import nitrux - return nitrux - - if name == 'nixos_small': - from .nixos_small import nixos_small - return nixos_small - - if name.startswith('nixos_old'): - from .nixos_old import nixos_old - return nixos_old - - if name.startswith('nixos_colorful'): - from .nixos_colorful import nixos_colorful - return nixos_colorful - - if name.startswith('nixos'): - from .nixos import nixos - return nixos - - if name.startswith('nobara'): - from .nobara import nobara - return nobara - - if name.startswith('nomadbsd'): - from .nomadbsd import nomadbsd - return nomadbsd - - if name.startswith('ghostbsd'): - from .ghostbsd import ghostbsd - return ghostbsd - - if name.startswith('nurunner'): - from .nurunner import nurunner - return nurunner - - if name.startswith('nutyx'): - from .nutyx import nutyx - return nutyx - - if name.startswith('obrevenge'): - from .obrevenge import obrevenge - return obrevenge - - if name.startswith('omnios'): - from .omnios import omnios - return omnios - - if name == 'openbsd_small': - from .openbsd_small import openbsd_small - return openbsd_small - - if name.startswith('openbsd'): - from .openbsd import openbsd - return openbsd - - if name.startswith('openeuler'): - from .openeuler import openeuler - return openeuler - - if name.startswith('openindiana'): - from .openindiana import openindiana - return openindiana - - if name.startswith('openmamba'): - from .openmamba import openmamba - return openmamba - - if name.startswith('openmandriva'): - from .openmandriva import openmandriva - return openmandriva - - if name.startswith('openstage'): - from .openstage import openstage - return openstage - - if (name.startswith('wrt') or name.endswith('wrt')): - from .wrt import wrt - return wrt - - if name.startswith('open source media center') or name == 'osmc': - from .open_source_media_center import open_source_media_center - return open_source_media_center - - if name.startswith('opnsense'): - from .opnsense import opnsense - return opnsense - - if name.startswith('oracle'): - from .oracle import oracle - return oracle - - if name.startswith('orchid_small'): - from .orchid_small import orchid_small - return orchid_small - - if name.startswith('orchid'): - from .orchid import orchid - return orchid - - if name.startswith('os elbrus'): - from .os_elbrus import os_elbrus - return os_elbrus - - if name.startswith('pacbsd'): - from .pacbsd import pacbsd - return pacbsd - - if name.startswith('panwah'): - from .panwah import panwah - return panwah - - if name.startswith('parabola_small'): - from .parabola_small import parabola_small - return parabola_small - - if name.startswith('parabola'): - from .parabola import parabola - return parabola - - if name.startswith('pardus'): - from .pardus import pardus - return pardus - - if name.startswith('parrot'): - from .parrot import parrot - return parrot - - if name.startswith('parsix'): - from .parsix import parsix - return parsix - - if name.startswith('pcbsd') or name.startswith('trueos'): - from .pcbsd import pcbsd - return pcbsd - - if name.startswith('pclinuxos'): - from .pclinuxos import pclinuxos - return pclinuxos - - if name.startswith('pearos'): - from .pearos import pearos - return pearos - - if name.startswith('pengwin'): - from .pengwin import pengwin - return pengwin - - if name.startswith('peppermint'): - from .peppermint import peppermint - return peppermint - - if name.startswith('pisi'): - from .pisi import pisi - return pisi - - if name.startswith('pikaos'): - from .pikaos import pikaos - return pikaos - - if name.startswith('phyos'): - from .phyos import phyos - return phyos - - if name.startswith('pnm linux') or name.startswith('whpnm linux'): - from .pnm_linux import pnm_linux - return pnm_linux - - if name.startswith('popos_small') or name.startswith('pop_os_small'): - from .popos_small import popos_small - return popos_small - - if name.startswith('pop!_os') or name.startswith('popos') or name.startswith('pop_os'): - from .pop__os import pop__os - return pop__os - - if name.startswith('porteus'): - from .porteus import porteus - return porteus - - if name == 'postmarketos_small': - from .postmarketos_small import postmarketos_small - return postmarketos_small - - if name.startswith('postmarketos'): - from .postmarketos import postmarketos - return postmarketos - - if name.startswith('puffos'): - from .puffos import puffos - return puffos - - if name.startswith('proxmox'): - from .proxmox import proxmox - return proxmox - - if name.startswith('puppy') or name.startswith('quirky werewolf') or name.startswith('precise puppy'): - from .puppy import puppy - return puppy - - if name.startswith('pureos_small'): - from .pureos_small import pureos_small - return pureos_small - - if name.startswith('pureos'): - from .pureos import pureos - return pureos - - if name.startswith('peropesis'): - from .peropesis import peropesis - return peropesis - - if name.startswith('q4os'): - from .q4os import q4os - return q4os - - if name.startswith('qnx') or name.startswith('blackberry 10'): - from .qnx import qnx - return qnx - - if name.startswith('qubes'): - from .qubes import qubes - return qubes - - if name.startswith('qubyt'): - from .qubyt import qubyt - return qubyt - - if name.startswith('quibian'): - from .quibian import quibian - return quibian - - if name.startswith('radix'): - from .radix import radix - return radix - - if name.startswith('raspbian_small'): - from .raspbian_small import raspbian_small - return raspbian_small - - if name.startswith('raspbian'): - from .raspbian import raspbian - return raspbian - - if name == 'ravynos': - from .ravynos import ravynos - return ravynos - - if name.startswith('reborn os') or name.startswith('reborn'): - from .reborn_os import reborn_os - return reborn_os - - if name.startswith('red star') or name.startswith('redstar'): - from .red_star import red_star - return red_star - - if name.startswith('redcore'): - from .redcore import redcore - return redcore - - if name == 'redhat_old' or name.startswith('rhel_old'): - from .redhat_old import redhat_old - return redhat_old - - if name.startswith('redhat') or name.startswith('red hat') or name.startswith('rhel'): - from .redhat import redhat - return redhat - - if name.startswith('refracted devuan') or name.startswith('refracted_devuan'): - from .refracted_devuan import refracted_devuan - return refracted_devuan - - if name.startswith('regata'): - from .regata import regata - return regata - - if name.startswith('regolith'): - from .regolith import regolith - return regolith - - if name.startswith('rhaymos'): - from .rhaymos import rhaymos - return rhaymos - - if name.startswith('rhino linux'): - from .rhino_linux import rhino_linux - return rhino_linux - - if name.startswith('rocky_small'): - from .rocky_small import rocky_small - return rocky_small - - if name.startswith('rocky'): - from .rocky import rocky - return rocky - - if name.startswith('rosa'): - from .rosa import rosa - return rosa - - if name.startswith('astra linux'): - from .astra_linux import astra_linux - return astra_linux - - if name.startswith('sabotage'): - from .sabotage import sabotage - return sabotage - - if name.startswith('sabayon'): - from .sabayon import sabayon - return sabayon - - if name.startswith('sailfish'): - from .sailfish import sailfish - return sailfish - - if name.startswith('salentos'): - from .salentos import salentos - return salentos - - if name.startswith('shastraos'): - from .shastraos import shastraos - return shastraos - - if name.startswith('sasanqua'): - from .sasanqua import sasanqua - return sasanqua - - if name.startswith('salient os') or name.startswith('salientos') or name.startswith('salientos'): - from .salient_os import salient_os - return salient_os - - if name.startswith('salix'): - from .salix import salix - return salix - - if name.startswith('scientific'): - from .scientific import scientific - return scientific - - if name.startswith('septor'): - from .septor import septor - return septor - - if name.startswith('serene'): - from .serene import serene - return serene - - if name.startswith('sharklinux'): - from .sharklinux import sharklinux - return sharklinux - - if name.startswith('siduction'): - from .siduction import siduction - return siduction - - if name.startswith('slackel'): - from .slackel import slackel - return slackel - - if name.startswith('slackware_small'): - from .slackware_small import slackware_small - return slackware_small - - if name.startswith('slackware'): - from .slackware import slackware - return slackware - - if name.startswith('slitaz'): - from .slitaz import slitaz - return slitaz - - if name.startswith('smartos'): - from .smartos import smartos - return smartos - - if name.startswith('skiffos'): - from .skiffos import skiffos - return skiffos - - if name.startswith('solus'): - from .solus import solus - return solus - - if name.startswith('sulin'): - from .sulin import sulin - return sulin - - if name.startswith('source mage') or name.startswith('source_mage'): - from .source_mage import source_mage - return source_mage - - if name.startswith('sparky'): - from .sparky import sparky - return sparky - - if name.startswith('star'): - from .star import star - return star - - if name.startswith('steamos'): - from .steamos import steamos - return steamos - - if name == 'sunos_small' or name == 'solaris_small': - from .sunos_small import sunos_small - return sunos_small - - if name == 'sunos' or name == 'solaris': - from .sunos import sunos - return sunos - - if name.startswith('opensuse leap') or name.startswith('opensuse_leap'): - from .opensuse_leap import opensuse_leap - return opensuse_leap - - if name.startswith('t2'): - from .t2 import t2 - return t2 - - if name.startswith('opensuse tumbleweed-slowroll') or name.startswith('opensuse_slowroll'): - from .opensuse_tumbleweed_slowroll import opensuse_tumbleweed_slowroll - return opensuse_tumbleweed_slowroll - - if name.startswith('opensuse tumbleweed') or name.startswith('opensuse_tumbleweed'): - from .opensuse_tumbleweed import opensuse_tumbleweed - return opensuse_tumbleweed - - if name == 'opensuse_small' or name.startswith('suse_small'): - from .opensuse_small import opensuse_small - return opensuse_small - - if name.startswith('opensuse') or name.startswith('open suse') or name.startswith('suse'): - from .opensuse import opensuse - return opensuse - - if name.startswith('parch') or name.startswith('parch') or name.startswith('parch'): - from .parch import parch - return parch - - if name.startswith('swagarch'): - from .swagarch import swagarch - return swagarch - - if name.startswith('tails'): - from .tails import tails - return tails - - if name.startswith('torizoncore'): - from .torizoncore import torizoncore - return torizoncore - - if name.startswith('trisquel'): - from .trisquel import trisquel - return trisquel - - if name.startswith('twister'): - from .twister import twister - return twister - - if name.startswith('ubuntu cinnamon') or name.startswith('ubuntu-cinnamon'): - from .ubuntu_cinnamon import ubuntu_cinnamon - return ubuntu_cinnamon - - if name.startswith('ubuntu budgie') or name.startswith('ubuntu-budgie'): - from .ubuntu_budgie import ubuntu_budgie - return ubuntu_budgie - - if name.startswith('ubuntu-gnome'): - from .ubuntu_gnome import ubuntu_gnome - return ubuntu_gnome - - if name.startswith('ubuntu kylin') or name.startswith('ubuntu-kylin'): - from .ubuntu_kylin import ubuntu_kylin - return ubuntu_kylin - - if name.startswith('ubuntu touch'): - from .ubuntu_touch import ubuntu_touch - return ubuntu_touch - - if name.startswith('ubuntu mate') or name.startswith('ubuntu-mate'): - from .ubuntu_mate import ubuntu_mate - return ubuntu_mate - - if name == 'ubuntu_old02': - from .ubuntu_old02 import ubuntu_old02 - return ubuntu_old02 - - if name.startswith('ubuntu studio') or name == 'ubuntu-studio': - from .ubuntu_studio import ubuntu_studio - return ubuntu_studio - - if name.startswith('ubuntu sway') or name == 'ubuntu-sway': - from .ubuntu_sway import ubuntu_sway - return ubuntu_sway - - if name == 'ubuntu_small': - from .ubuntu_small import ubuntu_small - return ubuntu_small - - if name.startswith('ubuntu_old') or name.startswith('i3buntu'): - from .ubuntu_old import ubuntu_old - return ubuntu_old - - if name.startswith('floflis'): - from .floflis import floflis - return floflis - - if name.startswith('ubuntu'): - from .ubuntu import ubuntu - return ubuntu - - if name.startswith('ultramarine linux') or name.startswith('ultramarine'): - from .ultramarine_linux import ultramarine_linux - return ultramarine_linux - - if name.startswith('univalent'): - from .univalent import univalent - return univalent - - if name.startswith('uos'): - from .uos import uos - return uos - - if name.startswith('univention'): - from .univention import univention - return univention - - if name.startswith('uwuntu'): - from .uwuntu import uwuntu - return uwuntu - - if name.startswith('urukos'): - from .urukos import urukos - return urukos - - if name.startswith('venom_small'): - from .venom_small import venom_small - return venom_small - - if name.startswith('venom'): - from .venom import venom - return venom - - if name == 'void_small': - from .void_small import void_small - return void_small - - if name == 'void_old': - from .void_old import void_old - return void_old - - if name.startswith('void'): - from .void import void - return void - - if name.startswith('vnux'): - from .vnux import vnux - return vnux - - if name.startswith('vzlinux'): - from .vzlinux import vzlinux - return vzlinux - - if name.startswith('yiffos'): - from .yiffos import yiffos - return yiffos - - if name.startswith('semc'): - from .semc import semc - return semc - - if name.startswith('vanilla'): - from .vanilla import vanilla - return vanilla - - if name.startswith('obarun'): - from .obarun import obarun - return obarun - - if (name.startswith('wii-linux-ngx') or name.endswith('wii-linux-ngx')) or (name.startswith('whiite-linux') or name.endswith('whiite-linux')) or (name.startswith('gc-linux') or name.endswith('gc-linux')): - from .wii_linux_ngx import wii_linux_ngx - return wii_linux_ngx - - if (name.startswith('[windows 11]') or name.endswith('[windows 11]')) or (name.startswith('on windows 11') or name.endswith('on windows 11')) or name.startswith('windows 11') or name == 'windows11': - from .windows_11 import windows_11 - return windows_11 - - if (name.startswith('[windows 10]') or name.endswith('[windows 10]')) or (name.startswith('on windows 10') or name.endswith('on windows 10')) or name.startswith('windows 8') or name.startswith('windows 10') or name == 'windows10' or name == 'windows8': - from .windows_10 import windows_10 - return windows_10 - - if name == 'windows95': - from .windows95 import windows95 - return windows95 - - if name.startswith('windows'): - from .windows import windows - return windows - - if name.startswith('xray_os'): - from .xray_os import xray_os - return xray_os - - if name.startswith('xubuntu'): - from .xubuntu import xubuntu - return xubuntu - - if name.startswith('soda'): - from .soda import soda - return soda - - if name.startswith('secureblue'): - from .secureblue import secureblue - return secureblue - - if name.startswith('krassos') or name.startswith('krass'): - from .krassos import krassos - return krassos - - if name.startswith('irix'): - from .irix import irix - return irix - - if name.startswith('xenia2'): - from .xenia2 import xenia2 - return xenia2 - - if name.startswith('xenia'): - from .xenia import xenia - return xenia - - if name.startswith('tatra'): - from .tatra import tatra - return tatra - - if name.startswith('zirconium'): - from .zirconium import zirconium - return zirconium - - if name.startswith('zorin'): - from .zorin import zorin - return zorin - - if name.endswith('bsd'): - from .bsd import bsd - return bsd - - if name == 'darwin': - from .darwin import darwin - return darwin - - if name.startswith('gnu'): - from .gnu import gnu - return gnu - - if name == 'linux': - from .linux import linux - return linux - - if name.startswith('profelis sambabox') or name.startswith('sambabox'): - from .profelis_sambabox import profelis_sambabox - return profelis_sambabox - - if name == 'sunos': - from .sunos import sunos - return sunos - \ No newline at end of file + for distro in get_distros(): + if distro.matches(name): + return distro + + return None diff --git a/hyfetch/distros/dracos.py b/hyfetch/distros/dracos.py deleted file mode 100644 index ca66909d..00000000 --- a/hyfetch/distros/dracos.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -dracos = AsciiArt(match=r'''"DracOS"*''', color='1 7 3', ascii=r""" -${c1} `-:/- - -os: - -os/` - :sy+-` - `/yyyy+. - `+yyyyo- - `/yyyys: -`:osssoooo++- +yyyyyy/` - ./yyyyyyo yo`:syyyy+. - -oyyy+ +- :yyyyyo- - `:sy: `. `/yyyyys: - ./o/.` .oyyso+oo:` - :+oo+//::::///:-.` `.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/dragonfly.py b/hyfetch/distros/dragonfly.py deleted file mode 100644 index 6e0458f3..00000000 --- a/hyfetch/distros/dragonfly.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -dragonfly = AsciiArt(match=r'''"DragonFly"*''', color='1 7 3', ascii=r""" -${c2},--, ${c1}| ${c2},--, -${c2}| `-, ${c1},^, ${c2},-' | -${c2} `, `-, ${c3}(/ \) ${c2},-' ,' -${c2} `-, `-,${c1}/ \${c2},-' ,-' -${c2} `------${c1}( )${c2}------' -${c2} ,----------${c1}( )${c2}----------, -${c2} | _,-${c1}( )${c2}-,_ | -${c2} `-,__,-' ${c1}\ /${c2} `-,__,-' -${c1} | | - | | - | | - | | - | | - | | - `|' -""") - \ No newline at end of file diff --git a/hyfetch/distros/dragonfly_old.py b/hyfetch/distros/dragonfly_old.py deleted file mode 100644 index 6e636059..00000000 --- a/hyfetch/distros/dragonfly_old.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -dragonfly_old = AsciiArt(match=r'''"dragonfly_old"*''', color='1 7 3', ascii=r""" - ${c1} .-. - ${c3} ()${c1}I${c3}() - ${c1} "==.__:-:__.==" - "==.__/~|~\__.==" - "==._( Y )_.==" - ${c2}.-'~~""~=--...,__${c1}\/|\/${c2}__,...--=~""~~'-. -( ..=${c1}\=${c1}/${c2}=.. ) - `'-. ,.-"`;${c1}/=\${c2};"-.,_ .-'` - `~"-=-~` .-~` ${c1}|=|${c2} `~-. `~-=-"~` - .-~` /${c1}|=|${c2}\ `~-. - .~` / ${c1}|=|${c2} \ `~. - .-~` .' ${c1}|=|${c2} `. `~-. - (` _,.-="` ${c1} |=|${c2} `"=-.,_ `) - `~"~"` ${c1} |=|${c2} `"~"~` - ${c1} /=\ - \=/ - ^ -""") - \ No newline at end of file diff --git a/hyfetch/distros/dragonfly_small.py b/hyfetch/distros/dragonfly_small.py deleted file mode 100644 index a130307b..00000000 --- a/hyfetch/distros/dragonfly_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -dragonfly_small = AsciiArt(match=r'''"dragonfly_small"*''', color='1 7 3', ascii=r""" -${c2} ,${c1}_${c2}, -('-_${c1}|${c2}_-') - >--${c1}|${c2}--< -(_-'${c1}|${c2}'-_) - ${c1}| - | - | -""") - \ No newline at end of file diff --git a/hyfetch/distros/drauger.py b/hyfetch/distros/drauger.py deleted file mode 100644 index f445ba0b..00000000 --- a/hyfetch/distros/drauger.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -drauger = AsciiArt(match=r'''"Drauger"*''', color='1 7', ascii=r""" -${c1} -``- - `:+``+:` - `/++``++/. - .++/. ./++. - :++/` `/++: - `/++: :++/` - ./+/- -/+/. - -++/. ./++- - :++:` `:++: - `/++- -++/` - ./++. ./+/. - -++/` `/++- - :++:` `:++: - `/++- -++/` -.:-.`..............................`.-:. -`.-/++++++++++++++++++++++++++++++++/-.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/droidian.py b/hyfetch/distros/droidian.py deleted file mode 100644 index 55f3f6d7..00000000 --- a/hyfetch/distros/droidian.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -droidian = AsciiArt(match=r'''"Droidian"*''', color='2 10', ascii=r""" -${c2} _,met$$$$$gg. - ,g$$$$$$$$$$$$$$$$P. - ,$$P' `$$$. -',$$P ,ggs. `$$b: -`d$$' ,$P"' ${c1}.${c2} $$$ - $$P d$' ${c1},${c2} $$P - $$: $$. ${c1}-${c2} ,d$$' - $$; Y$b._ _,d$P' - Y$$. ${c1}`.${c2}`"Y$$$$P"' -${c2} `$$b ${c1}"-.__ -${c2} `Y$$ - `Y$$. - `$$b. - `Y$$b. - `"Y$b._ -""") - \ No newline at end of file diff --git a/hyfetch/distros/elementary.py b/hyfetch/distros/elementary.py deleted file mode 100644 index b5344f09..00000000 --- a/hyfetch/distros/elementary.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -elementary = AsciiArt(match=r'''"Elementary"*''', color='4 7 1', ascii=r""" -${c2} eeeeeeeeeeeeeeeee - eeeeeeeeeeeeeeeeeeeeeee - eeeee eeeeeeeeeeee eeeee - eeee eeeee eee eeee - eeee eeee eee eeee -eee eee eee eee -eee eee eee eee -ee eee eeee eeee -ee eee eeeee eeeeee -ee eee eeeee eeeee ee -eee eeee eeeeee eeeee eee -eee eeeeeeeeee eeeeee eee - eeeeeeeeeeeeeeeeeeeeeeee eeeee - eeeeeeee eeeeeeeeeeee eeee - eeeee eeeee - eeeeeee eeeeeee - eeeeeeeeeeeeeeeee -""") - \ No newline at end of file diff --git a/hyfetch/distros/elementary_small.py b/hyfetch/distros/elementary_small.py deleted file mode 100644 index 0dca6440..00000000 --- a/hyfetch/distros/elementary_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -elementary_small = AsciiArt(match=r'''"elementary_small"*''', color='4 7 1', ascii=r""" -${c2} _______ - / ____ \ -/ | / /\ -|__\ / / | -\ /__/ / - \_______/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/elive.py b/hyfetch/distros/elive.py deleted file mode 100644 index 3cf289c3..00000000 --- a/hyfetch/distros/elive.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -elive = AsciiArt(match=r'''"Elive"*''', color='7 6 6', ascii=r""" -${c1} - *@${c2},,&(%%%..%*. - ${c1}(@${c2}&%/##############((/${c1}*, - ${c2}@${c1}@&${c2}#########${c1}*..../${c2}########%${c1}*.. - ${c2}@${c1}&${c2}#%%%%%. ${c3},.${c1},${c2}%%%%%%. - /%${c2}(%%%%. ${c1}(${c2}%%%%#. - /${c1}*${c2}%%##,. .,%%###, - ,####. ,${c1}*${c2}#%${c1}#${c3}/,(/ ${c2}/${c1}#${c2}###, -((###/ ,,##########${c1}(${c3}/(# ${c2}%####, -%#(((${c1}. .${c1}./${c2}((((((((((((((${c1}(${c2}#/${c3}*.. ${c3}*.${c2}(((${c1}/ -${c2}%#///${c1}. ${c3}***${c2}.*///////////// -${c3}#${c2}#////* ${c3}***${c2}.*/////. - ${c3}(${c2}(***** ${c3}*** - ${c2},*****.. - ..${c1}*${c2}*****.. *${c1}%${c2}/****. - .,,*******,${c3},,../##(${c2}%&${c1}&${c2}#******${c1},${c2}. - ,*${c1},${c2},,,,,,,,,,,,,,,,,,,${c1},${c2}.. - *//${c1}/,,${c2},,,,,,,${c1},..${c2} -""") - \ No newline at end of file diff --git a/hyfetch/distros/encryptos.py b/hyfetch/distros/encryptos.py deleted file mode 100644 index e2781897..00000000 --- a/hyfetch/distros/encryptos.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . 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} ,,,,,,,,,,,,. -""") - \ No newline at end of file diff --git a/hyfetch/distros/endeavouros.py b/hyfetch/distros/endeavouros.py deleted file mode 100644 index c39dd077..00000000 --- a/hyfetch/distros/endeavouros.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -endeavouros = AsciiArt(match=r'''"EndeavourOS"*''', color='1 5 4', ascii=r""" -${c1} ./${c2}o${c3}. -${c1} ./${c2}sssso${c3}- -${c1} `:${c2}osssssss+${c3}- -${c1} `:+${c2}sssssssssso${c3}/. -${c1} `-/o${c2}ssssssssssssso${c3}/. -${c1} `-/+${c2}sssssssssssssssso${c3}+:` -${c1} `-:/+${c2}sssssssssssssssssso${c3}+/. -${c1} `.://o${c2}sssssssssssssssssssso${c3}++- -${c1} .://+${c2}ssssssssssssssssssssssso${c3}++: -${c1} .:///o${c2}ssssssssssssssssssssssssso${c3}++: -${c1} `:////${c2}ssssssssssssssssssssssssssso${c3}+++. -${c1}`-////+${c2}ssssssssssssssssssssssssssso${c3}++++- -${c1} `..-+${c2}oosssssssssssssssssssssssso${c3}+++++/` - ./++++++++++++++++++++++++++++++/:. - `:::::::::::::::::::::::::------`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/endeavouros_small.py b/hyfetch/distros/endeavouros_small.py deleted file mode 100644 index 4ac689a0..00000000 --- a/hyfetch/distros/endeavouros_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -endeavouros_small = AsciiArt(match=r'''"endeavouros_small"*''', color='1 5 4', ascii=r""" -${c1} /${c2}o${c3}. -${c1} :${c2}sssso${c3}- -${c1} :${c2}ossssssso${c3}: -${c1} /${c2}ssssssssssso${c3}+ -${c1} -+${c2}ssssssssssssssso${c3}+ -${c1} //${c2}osssssssssssssso${c3}+- - `+++++++++++++++-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/endless.py b/hyfetch/distros/endless.py deleted file mode 100644 index dadbc83d..00000000 --- a/hyfetch/distros/endless.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -endless = AsciiArt(match=r'''"Endless"*''', color='1 7', ascii=r""" -${c1} `:+yhmNMMMMNmhy+:` - -odMMNhso//////oshNMMdo- - /dMMh+. .+hMMd/ - /mMNo` `oNMm: - `yMMo` `oMMy` - `dMN- -NMd` - hMN. .NMh -/MM/ -os` /MM/ -dMm `smNmmhs/- `:sNMd+ `` mMd -MMy oMd--:+yMMMMMNo.:ohmMMMNy` yMM -MMy -NNyyhmMNh+oNMMMMMy:. dMo yMM -dMm `/++/-``/yNNh+/sdNMNddMm- mMd -/MM/ `dNy: `-::- /MM/ - hMN. .NMh - `dMN- -NMd` - `yMMo` `oMMy` - /mMNo` `oNMm/ - /dMMh+. .+hMMd/ - -odMMNhso//////oshNMMdo- - `:+yhmNMMMMNmhy+:` -""") - \ No newline at end of file diff --git a/hyfetch/distros/enso.py b/hyfetch/distros/enso.py deleted file mode 100644 index ae60283d..00000000 --- a/hyfetch/distros/enso.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -enso = AsciiArt(match=r'''"Enso"*''', color='8 7', ascii=r""" -${c1} - .:--==--:. - :=*#%%%%%%%#####*+-. - .+%%%%%%%%%%%%###%%#*##*: - .*%%%%%%%%%#+==-==++*####*##- - =%%%%%%%#=: .-+**#***. - *%%%%%%#- ++*#**. - +%%%%%%+ -*+#** - :%%%%%%* .*+**= - *%%%%%%: --#*# - %%%%%%% +++#. - %%%%%%%. ++=*. - *%%%%%%+ .-+*+ - :%%%%%%%- -:*+: - =%%%%%%%*. :.*+- - +%%%%%%%%*- :*=- - =%%%%%%%%%%#+=: =+=: - .+%%%%%%%%%%%%%. .-==: - .=#%%%%%%%%%%= ..:--:. - .-+#%%%%%+ -""") - \ No newline at end of file diff --git a/hyfetch/distros/eurolinux.py b/hyfetch/distros/eurolinux.py deleted file mode 100644 index 2ba6ffff..00000000 --- a/hyfetch/distros/eurolinux.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -eurolinux = AsciiArt(match=r'''"EuroLinux"*''', color='4 7', ascii=r""" -${c1} __ - -wwwWWWWWWWWWwww- - -WWWWWWWWWWWWWWWWWWw- - \WWWWWWWWWWWWWWWWWWW- - _Ww `WWWWWWWWWWWWWWWWWWWw - -W${c2}E${c1}Www -WWWWWWWWW- -_WW${c2}U${c1}WWWW- _WWWWWWWW -_WW${c2}R${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWWW- -wWW${c2}O${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW -WWW${c2}L${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWw -WWW${c2}I${c1}WWWWWWWWWWWWWWWWWWWWWWWWWWWWww- -wWW${c2}N${c1}WWWWw - WW${c2}U${c1}WWWWWWw - wW${c2}X${c1}WWWWWWWWww - wWWWWWWWWWWWWWWWw - wWWWWWWWWWWWWWWWw - WWWWWWWWWWWWWw - wWWWWWWWw -""") - \ No newline at end of file diff --git a/hyfetch/distros/evolutionos.py b/hyfetch/distros/evolutionos.py deleted file mode 100644 index c8ca5890..00000000 --- a/hyfetch/distros/evolutionos.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -evolutionos = AsciiArt(match=r'''"EvolutionOS"*''', color='4 7', ascii=r""" -${c1}\e[1;32m dddddddddddddddddddddddd - .dddd''''''''''''''''''''''dddd. - dd: dddddddddddddddddddd; dd: - dd: ldl:'''''''''''''''' dd: - dd: ldl: dd: - dd: ldl: dd: - dd: ldl: dd: - dd: ldl: dd: - dd: ldl: ddddddd; ddddd; dd: - dd: ldl: ''''''' ''''' dd: - dd: ldl: dd: - dd: ldl: dd: - dd: ldl: dd: - dd: ldl: dd: - dd: ldl: ddddddddddddddd; dd: - dddd:.''' ''''''''''''''' dddd: - dddddddddddddddddddddddddd;;' - '''''''''''''''''''''''''\e[0m -""") - \ No newline at end of file diff --git a/hyfetch/distros/eweos.py b/hyfetch/distros/eweos.py deleted file mode 100644 index 9d6cb554..00000000 --- a/hyfetch/distros/eweos.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -eweos = AsciiArt(match=r'''"eweOS"*''', color='7 11 9 8 1', ascii=r""" -${c2} #####%%% -${c2} ##%%${c3}////${c2}%%%%%${c3}/// -${c2} #%%%%${c3}////((((////${c2}% -${c1} *@@@@@@@${c3}/${c5},,,${c3}/////${c5},,,${c2}%${c1}@@@@@@@ -${c1} .@@@@@@@@@@@${c3}////////${c2}%%%${c1}@@@@@@@@@@@@ -${c1} @@@${c4}...${c1}@@@@@@${c3}////${c2}%%${c3}////${c1}@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@@@@@@@@@@@@@@@@@@ -${c1} @@@@@@ @@@@@@ -${c1} @@@ @@@ -""") - \ No newline at end of file diff --git a/hyfetch/distros/exherbo.py b/hyfetch/distros/exherbo.py deleted file mode 100644 index 1a03a0ae..00000000 --- a/hyfetch/distros/exherbo.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -exherbo = AsciiArt(match=r'''"Exherbo"*''', color='4 7 1', ascii=r""" -${c2} , -OXo. -NXdX0: .cok0KXNNXXK0ko:. -KX '0XdKMMK;.xMMMk, .0MMMMMXx; ... -'NO..xWkMMx kMMM cMMMMMX,NMWOxOXd. - cNMk NK .oXM. OMMMMO. 0MMNo kW. - lMc o: ., .oKNk; ;NMMWlxW' - ;Mc .. .,,' .0M${c1}g;${c2}WMN'dWMMMMMMO - XX ,WMMMMW. cM${c1}cfli${c2}WMKlo. .kMk -.Mo .WM${c1}GD${c2}MW. XM${c1}WO0${c2}MMk oMl -,M: ,XMMWx::,''oOK0x; NM. -'Ml ,kNKOxxxxxkkO0XXKOd:. oMk - NK .0Nxc${c3}:::::::::::::::${c2}fkKNk, .MW - ,Mo .NXc${c3}::${c2}qXWXb${c3}::::::::::${c2}oo${c3}::${c2}lNK. .MW - ;Wo oMd${c3}:::${c2}oNMNP${c3}::::::::${c2}oWMMMx${c3}:${c2}c0M; lMO - 'NO;W0c${c3}:::::::::::::::${c2}dMMMMO${c3}::${c2}lMk .WM' - xWONXdc${c3}::::::::::::::${c2}oOOo${c3}::${c2}lXN. ,WMd - 'KWWNXXK0Okxxo,${c3}:::::::${c2},lkKNo xMMO - :XMNxl,';:lodxkOO000Oxc. .oWMMo - 'dXMMXkl;,. .,o0MMNo' - ':d0XWMMMMWNNNNMMMNOl' - ':okKXWNKkl' -""") - \ No newline at end of file diff --git a/hyfetch/distros/exodia_predator_os.py b/hyfetch/distros/exodia_predator_os.py deleted file mode 100644 index bf9d7993..00000000 --- a/hyfetch/distros/exodia_predator_os.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -exodia_predator_os = AsciiArt(match=r'''"Exodia Predator OS"* | "exodia-predator"* | "Predator"*''', color='5 5', ascii=r""" -${c1}- : -${c1}+: :+ -${c1}++. .++ -${c1}+++ : . +++ -${c1}+++= .+ + =+++ -${c1}++++- ++ += -++++ -${c1}++++++- -++ ++- -++++++ -${c1}++++++++: .+++ +++. :++++++++ -${c1}++++++++++: ++++ ++++ :++++++++++ -${c1}+++++++++++==++++ ++++=++++++=+++++ -${c1}+++++.:++++++++++ ++++++++++:.+++++ -${c1}+++++. .+++++++++ +++++++++. .+++++ -${c1}+++++: ++++++++ ++++++++ :+++++ -${c1}++++++- =+++++++ +++++++= -++++++ -${c1} :+++++= =+++++++ +++++++= =+++++: -${c1} :+++= =+++++++ +++++++= =+++: -${c1} -+= =+++++++ +++++++= ++- -${c1} : =++++++- -++++++= : -${c1} =++++- -++++= -${c1} =++= =++= -${c1} =++ ++= -${c1} =+. .+= -${c1} =- -= -${c1} : : -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora.py b/hyfetch/distros/fedora.py deleted file mode 100644 index 4ba75166..00000000 --- a/hyfetch/distros/fedora.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora = AsciiArt(match=r'''"Fedora"*''', color='12 7', ascii=r""" -${c1} .',;::::;,'. - .';:cccccccccccc:;,. - .;cccccccccccccccccccccc;. - .:cccccccccccccccccccccccccc:. - .;ccccccccccccc;${c2}.:dddl:.${c1};ccccccc;. - .:ccccccccccccc;${c2}OWMKOOXMWd${c1};ccccccc:. -.:ccccccccccccc;${c2}KMMc${c1};cc;${c2}xMMc${c1};ccccccc:. -,cccccccccccccc;${c2}MMM.${c1};cc;${c2};WW:${c1};cccccccc, -:cccccccccccccc;${c2}MMM.${c1};cccccccccccccccc: -:ccccccc;${c2}oxOOOo${c1};${c2}MMM0OOk.${c1};cccccccccccc: -cccccc;${c2}0MMKxdd:${c1};${c2}MMMkddc.${c1};cccccccccccc; -ccccc;${c2}XM0'${c1};cccc;${c2}MMM.${c1};cccccccccccccccc' -ccccc;${c2}MMo${c1};ccccc;${c2}MMW.${c1};ccccccccccccccc; -ccccc;${c2}0MNc.${c1}ccc${c2}.xMMd${c1};ccccccccccccccc; -cccccc;${c2}dNMWXXXWM0:${c1};cccccccccccccc:, -cccccccc;${c2}.:odl:.${c1};cccccccccccccc:,. -:cccccccccccccccccccccccccccc:'. -.:cccccccccccccccccccccc:;,.. - '::cccccccccccccc::;,. -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora_kinoite.py b/hyfetch/distros/fedora_kinoite.py deleted file mode 100644 index 18058414..00000000 --- a/hyfetch/distros/fedora_kinoite.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora_kinoite = AsciiArt(match=r'''"Fedora Kinoite"* | "Kinoite"*''', color='12 7', ascii=r""" -${c1} ,clll:.${c2} .,::::::::::::' -${c1}:ooooooo${c2} .;:::::::::::::: -${c1}looooooo${c2} ,:::::::::::::::' -${c1}looooooo${c2} .:::::::::::::::: -${c1}looooooo${c2} ;:::::::::::::::. -${c1}looooooo${c2} .:::::::::::::::: -${c1}looooool${c2};;;;,:::::::::::::::: -${c1}looool${c2}::, .:::::::::::::: -${c1}looooc${c2}:: ;:: -${c1}looooc${c2}::;. .::; -${c1}loooool${c2}:::::::::::. -${c1}looooooo${c2}. .::::::' -${c1}looooooo${c2} .::::::,;,.. -${c1}looooooo${c2} :::;' ';:;. -${c1}looooooo${c2} ::: ::: -${c1}cooooooo${c2} .::' '::. - ${c1}.ooooc ${c2} ::, ,:: - '''' -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora_old.py b/hyfetch/distros/fedora_old.py deleted file mode 100644 index 074f6213..00000000 --- a/hyfetch/distros/fedora_old.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora_old = AsciiArt(match=r'''"Fedora_old"* | "RFRemix"*''', color='4 7 1', ascii=r""" -${c1} /:-------------:\ - :-------------------:: - :-----------${c2}/shhOHbmp${c1}---:\ - /-----------${c2}omMMMNNNMMD ${c1}---: - :-----------${c2}sMMMMNMNMP${c1}. ---: - :-----------${c2}:MMMdP${c1}------- ---\ -,------------${c2}:MMMd${c1}-------- ---: -:------------${c2}:MMMd${c1}------- .---: -:---- ${c2}oNMMMMMMMMMNho${c1} .----: -:-- .${c2}+shhhMMMmhhy++${c1} .------/ -:- -------${c2}:MMMd${c1}--------------: -:- --------${c2}/MMMd${c1}-------------; -:- ------${c2}/hMMMy${c1}------------: -:--${c2} :dMNdhhdNMMNo${c1}------------; -:---${c2}:sdNMMMMNds:${c1}------------: -:------${c2}:://:${c1}-------------:: -:---------------------:// -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora_sericea.py b/hyfetch/distros/fedora_sericea.py deleted file mode 100644 index 9138af74..00000000 --- a/hyfetch/distros/fedora_sericea.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora_sericea = AsciiArt(match=r'''"Fedora Sericea"* | "Sericea"*''', color='12 7', ascii=r""" -${c1} :oooo, .',' - .';;;.;oooooooolooooo' - coooooooooooooooooooooooolc' - .':oooooooooooo${c2}ll${c1}ooooooooooooool -.oooooooooooooooo${c2}ll${c1}oooooooooooo${c2}l${c1}ool -ooooooooooooooooo${c2}ll${c1}ooooooooooo${c2}ll${c1}oo' - oooo${c2}l${c1}oooooooooo${c2}lll${c1}ooooooooo${c2}lll${c1}oo - .ooooo${c2}lll${c1}ooooo${c2}lll${c1}ooooooooo${c2}lll${c1}ool - .ooooooo${c2}lll${c1}oo${c2}llll${c1}oooo${c2}lllll${c1}ooooo: - 'oooooooo${c2}llllllllllll${c1}oooooooo' - .c,.oo${c2}lllll${c1}oooooooo.${c2} - 'll; - 'll. - lll - lll - ;ll, - .l: -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora_silverblue.py b/hyfetch/distros/fedora_silverblue.py deleted file mode 100644 index cc5e3530..00000000 --- a/hyfetch/distros/fedora_silverblue.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora_silverblue = AsciiArt(match=r'''"Fedora Silverblue" | "Silverblue"*''', color='4 7 12', ascii=r""" -${c1} .;ooooooooooooooooooooooooooo. -${c1} ,dddddddddddddddddddddddddddddd'${c3}; -${c1} lddddddddddddddddddddddddddddd'${c3};;; -${c1}ddddd${c2},XXX.${c1}ddddd${c2},XXX.${c1}dddd'${c2},XXX.${c3};;;;; -${c1}ddddd${c2}XX${c1}x${c2}XX${c1}ddddd${c2}XX${c1}x${c2}XX${c1}ddd'${c2},XX${c3}x${c2}XX${c3};;;;; -${c1}ddddd${c2}'XXX'${c1}ddddd${c2}'XXX'${c1}dd'${c2}XXXXXX'${c3};;;;; -${c1}dddddd${c2};X;${c1}ddddddd${c2};X:${c1}d'${c2}XXX${c3};;;;;;;;;;; -${c1}dddddd${c2};X;${c1}ddddddd${c2};X:${c2}XXX${c3};;;;;;;;;;;;; -${c1}dddddd${c2};X;${c1}dddddd'${c2};XXX,,,,,,XXX.${c3};;;;; -${c1}dddddd${c2};X;${c1}dddd'${c2}XXXX${c2}XXXXXXXXX${c3}x${c2}XX${c3};;;;; -${c1}dddddd${c2};X;${c1}dd'${c2}XXX${c3};;;;;;;;;;;${c2}XXX${c3};;;;;; -${c1}dddddd${c2};X;${c1}'${c2}XXX${c3};;;;;;;;;;;;;;;;;;;;;; -${c1}dddddd${c2};XXXXX,,,,,,,,,,,,,;XXX:${c3};;;;; -${c1}dddddd${c2}:XXXXXXXXXXXXXXXXXXXX${c3}x${c2}XX${c3};;;;; -${c1}ddddd'${c3};;;;;;;;;;;;;;;;;;;${c2}'XXX'${c3};;;;' -${c1}ddd'${c3};;;;;;;;;;;;;;;;;;;;;;;;;;;;; -${c1}o'${c3};;;;;;;;;;;;;;;;;;;;;;;;;;;;' -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora_small.py b/hyfetch/distros/fedora_small.py deleted file mode 100644 index 044050cb..00000000 --- a/hyfetch/distros/fedora_small.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora_small = AsciiArt(match=r'''"fedora_small"''', color='12', ascii=r""" -${c1} ,'''''. - | ,. | - | | '_' - ,....| |.. -.' ,_;| ..' -| | | | -| ',_,' | - '. ,' - ''''' -""") - \ No newline at end of file diff --git a/hyfetch/distros/fedora_unicode.py b/hyfetch/distros/fedora_unicode.py deleted file mode 100644 index d4083ffd..00000000 --- a/hyfetch/distros/fedora_unicode.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -fedora_unicode = AsciiArt(match=r'''"Fedora_unicode"''', color='12 7', ascii=r""" -${c1} ▄████████████████████▄ - ▄████████████████████████▄ - ▄████████████████████████████▄ - ▄███████████████${c2} ${c1}█████████▄ -▄████████████████${c2} ${c1}██████████▄ -████████████████${c2} ${c1}████${c2} ${c1}██████████ -████████████████${c2} ${c1}████${c2} ${c1}██████████ -████████████████${c2} ${c1}██████████████████ -█████████${c2} ${c1}▀█${c2} ${c1}██████████████ -███████${c2} ${c1}█${c2} ${c1}██████████████ -██████${c2} ${c1}██████${c2} ${c1}██████████████████ -██████${c2} ${c1}███████${c2} ${c1}██████████████████ -██████${c2} ${c1}███${c2} ${c1}███████████████████ -███████${c2} ${c1}██████████████████▀ -█████████${c2} ${c1}██████████████████▀ -████████████████████████████████▀ -▀█████████████████████████████▀ - ▀█████████████████████████▀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/femboyos.py b/hyfetch/distros/femboyos.py deleted file mode 100644 index 1c43da55..00000000 --- a/hyfetch/distros/femboyos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -femboyos = AsciiArt(match=r'''"FemboyOS"*''', color='4', ascii=r""" -${c1}MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM -MMMMWKkxkKWMMMMMMMMMMMMMMMMMMMMWKkxkKWMM -MMMMXo. .;xKWMMMMMMMMMMMMMMMMMMXo. .oXMM -MMWXx,..'..oXMMMMMMMMMMMMMMMMWKx, .lXMM -MMNo. .cOc.,xKWMMMMMMMMMMMMWXx;.....cXMM -MMXl..;kKl. .oXMMMMMMMMMMWKx;..,ok:.'o0W -WKx,.cKWNk;..lXMMMMMMMMWKx;..,o0NXl. .oN -No. .lXMMWKc.,dKWMMMMMMNo..;d0NWMNx,..lX -Nk:,:kNMMMNk:,ckNMMMMMMNxcxXWMMMMMN0ockN -MWNNNWMMMMMWNNNWMMMMMMMMWWWMMMMMMMMMWWWM -MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM -MMMMMMMNXKXNWMMMMMMMMMMMWNKOKWMMMMMMMMMM -MMMMMMWKdccxXMMMMMMMMMMW0o'.oXMMMMMMMMMM -MMMMMMMNO:.'o0NKkkkkkOXXo. .lXMMMMMMMMMM -MMMMMMMMNx,..;o;. .:o,..;kNMMMMMMMMMM -MMMMMMMMMNO: ... .cKWMMMMMMMMMMM -MMMMMMMMMMNx,. .;dk:. .;kNMMMMMMMMMMMM -MMMMMMMMMMMN0ocxXWNkl:,:xXWMMMMMMMMMMMMM -MMMMMMMMMMMMMWNWMMMWWNNNWMMMMMMMMMMMMMMM -MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM -""") - \ No newline at end of file diff --git a/hyfetch/distros/feren.py b/hyfetch/distros/feren.py deleted file mode 100644 index c98fc635..00000000 --- a/hyfetch/distros/feren.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -feren = AsciiArt(match=r'''"Feren"*''', color='4 7 1', ascii=r""" -${c1} `----------` - :+ooooooooo+. --o+oooooooooo+- -..`/+++++++++++/...````````````````` - .++++++++++++++++++++++++++/////- - ++++++++++++++++++++++++++++++++//:` - -++++++++++++++++++++++++++++++/-` - ++++++++++++++++++++++++++++:. - -++++++++++++++++++++++++/. - +++++++++++++++++++++/-` - -++++++++++++++++++//-` - .:+++++++++++++//////- - .:++++++++//////////- - `-++++++---:::://///. - `.:///+++. ` - `......... -""") - \ No newline at end of file diff --git a/hyfetch/distros/finnix.py b/hyfetch/distros/finnix.py deleted file mode 100644 index 4682c6b4..00000000 --- a/hyfetch/distros/finnix.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -finnix = AsciiArt(match=r'''"Finnix"*''', color='4 7 7', ascii=r""" -${c1} ,,:;;;;:,, - ,;*%S########S%*;, - ;?#################S?: - :%######################?: - +##########################; - +############################; - :#############.**,#############, - *###########+ +###########+ - ?########## ${c3}Finnix${c1} ##########* - *###########, ,###########+ - :#############%..%#############, - *############################+ - *##########################+ - ;S######################%: - ,+%##################%; - :+?S##########S?+: - ,:;++++;:, -""") - \ No newline at end of file diff --git a/hyfetch/distros/floflis.py b/hyfetch/distros/floflis.py deleted file mode 100644 index 7617075d..00000000 --- a/hyfetch/distros/floflis.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -floflis = AsciiArt(match=r'''"Floflis"*''', color='1 7 3', ascii=r""" -\e[96m ,▄▄▄▌▓▓███▓▓▌▄▄▄, - ,▄▒▓███████████████████▓▄▄ - ▄▓███████████████████████████▌ - ▓███████████████████████████████ - , ╙▓████████████████████████████▀ ▄ - ╓█▓▄ ╙▀▓████████████████████▀▀` ,▄██▓ - ╓█████▌▄, '▀▀▀▀▓▓▓▓▓▓▀▀Å╙` ▄▄▓█████▌ - ██████████▓▌▄ , ▄▓███████████▄ -╢████████████▓ ║████▓▓███▌ ╣█████████████▓ -▓█████████████ ▐█████████▀ ▓██████████████ -▓█████████████ ▐█████████▄ ███████████████ -▀████████████▌ ║█████████▌ ▀█████████████▌ - ████████████M ▓██████████ ▐█████████████⌐ - ▀██████████▌ ▐███████████▌ ▀███████████▌ - ╙▓█████▓ ▓██████████████▄ ▀███████▀ - ╝▓██▀ ╓▓████████████████▓ ▀▓██▀ - ,▄████████████████████▌, - ╝▀████████████████████▓▀' - `╙▀▀▓▓███████▓▀▀╩' -""") - \ No newline at end of file diff --git a/hyfetch/distros/freebsd.py b/hyfetch/distros/freebsd.py deleted file mode 100644 index c169fed8..00000000 --- a/hyfetch/distros/freebsd.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -freebsd = AsciiArt(match=r'''FreeBSD*|HardenedBSD*''', color='1 7 3', ascii=r""" - ${c2}``` ${c1}` - ${c2}` `.....---...${c1}....--.``` -/ - ${c2}+o .--` ${c1}/y:` +. - ${c2} yo`:. ${c1}:o `+- - ${c2}y/ ${c1}-/` -o/ - ${c2}.- ${c1}::/sy+:. - ${c2}/ ${c1}`-- / - ${c2}`: ${c1}:` - ${c2}`: ${c1}:` - ${c2}/ ${c1}/ - ${c2}.- ${c1}-. - ${c2}-- ${c1}-. - ${c2}`:` ${c1}`:` - .-- `--. - .---.....----. -""") - \ No newline at end of file diff --git a/hyfetch/distros/freebsd_small.py b/hyfetch/distros/freebsd_small.py deleted file mode 100644 index 8ca270bf..00000000 --- a/hyfetch/distros/freebsd_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -freebsd_small = AsciiArt(match=r'''"freebsd_small"''', color='1 7 3', ascii=r""" -${c1}/\,-'''''-,/\ -\_) (_/ -| | -| | - ; ; - '-_____-' -""") - \ No newline at end of file diff --git a/hyfetch/distros/freemint.py b/hyfetch/distros/freemint.py deleted file mode 100644 index d4143ab9..00000000 --- a/hyfetch/distros/freemint.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -freemint = AsciiArt(match=r'''"FreeMiNT"*''', color='7', ascii=r""" -${c1} ## - ## ######### - #### ## - #### #### ## -#### #### ## ## - #### #### ## ## - #### #### ## ## ## - #### ###### - ###### ## ## #### - #### ################ - #### ## #### - ## #### ###### - ## ## #### #### - ## ## ## ## ## #### - #### ## ## ## -""") - \ No newline at end of file diff --git a/hyfetch/distros/frugalware.py b/hyfetch/distros/frugalware.py deleted file mode 100644 index e8a33d36..00000000 --- a/hyfetch/distros/frugalware.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -frugalware = AsciiArt(match=r'''"Frugalware"*''', color='4 7 1', ascii=r""" -${c1} `++/::-.` - /o+++++++++/::-.` - `o+++++++++++++++o++/::-.` - /+++++++++++++++++++++++oo++/:-.`` - .o+ooooooooooooooooooosssssssso++oo++/:-` - ++osoooooooooooosssssssssssssyyo+++++++o: - -o+ssoooooooooooosssssssssssssyyo+++++++s` - o++ssoooooo++++++++++++++sssyyyyo++++++o: - :o++ssoooooo${c2}/-------------${c1}+syyyyyo+++++oo - `o+++ssoooooo${c2}/-----${c1}+++++ooosyyyyyyo++++os: - /o+++ssoooooo${c2}/-----${c1}ooooooosyyyyyyyo+oooss - .o++++ssooooos${c2}/------------${c1}syyyyyyhsosssy- - ++++++ssooooss${c2}/-----${c1}+++++ooyyhhhhhdssssso - -s+++++syssssss${c2}/-----${c1}yyhhhhhhhhhhhddssssy. - sooooooyhyyyyyh${c2}/-----${c1}hhhhhhhhhhhddddyssy+ - :yooooooyhyyyhhhyyyyyyhhhhhhhhhhdddddyssy` - yoooooooyhyyhhhhhhhhhhhhhhhhhhhddddddysy/ --ysooooooydhhhhhhhhhhhddddddddddddddddssy - .-:/+osssyyyysyyyyyyyyyyyyyyyyyyyyyyssy: - ``.-/+oosysssssssssssssssssssssss - ``.:/+osyysssssssssssssh. - `-:/+osyyssssyo - .-:+++` -""") - \ No newline at end of file diff --git a/hyfetch/distros/funtoo.py b/hyfetch/distros/funtoo.py deleted file mode 100644 index f2d7485a..00000000 --- a/hyfetch/distros/funtoo.py +++ /dev/null @@ -1,17 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -funtoo = AsciiArt(match=r'''"Funtoo"*''', color='5 7', ascii=r""" -${c1} .dKXXd . - :XXl;:. .OXo -.'OXO'' .''''''''''''''''''''':XNd..'oco.lco, -xXXXXXX, cXXXNNNXXXXNNXXXXXXXXNNNNKOOK; d0O .k - kXX xXo KNNN0 KNN. 'xXNo :c; 'cc. - kXX xNo KNNN0 KNN. :xxxx. 'NNo - kXX xNo loooc KNN. oNNNN. 'NNo - kXX xN0:. KNN' oNNNX' ,XNk - kXX xNNXNNNNNNNNXNNNNNNNNXNNOxXNX0Xl - ... ......................... .;cc;. -""") - \ No newline at end of file diff --git a/hyfetch/distros/furreto.py b/hyfetch/distros/furreto.py deleted file mode 100644 index 6cd8dce4..00000000 --- a/hyfetch/distros/furreto.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -furreto = AsciiArt(match=r'''"Furreto"*''', color='211 255 225 199', ascii=r""" -${c1} - ${c1}.xOOko .odd, - o${c3}X${c2}WWK${c3}O${c1}OOO. 'O${c3}N${c2}WW${c3}0${c1}kkk. - .k0${c3}XKO${c1}OOOOOcOO${c2}NWN${c1}OOOOO. - xOOOOOOOOOkkOOOOOOOOO; - .O0OkkocxO000000kcdk0OO0OOkx - k${c3}W${c2}MX${c1}kkkkloxkkkx; :dxxxxddc... - 'kO0OOOOOkc .cl:..kk0KK0Okc - ;kOOO0000xd. dO00000Oo .xkO${c3}N${c2}MM${c3}X${c1}OOOO - .dddxkOOOkddc.k${c3}K${c2}NWW${c3}N${c1}000000l.ddk${c2}00${c1}00OOOO. - 'dd:;ddddd;.d${c3}K${c2}MMM${c3}W${c1}K00KKK0O::ddxkO00Oko - .okxkOKK0kkOO00KKOxxlodddddddl - .00OOkkkkkkkkOOO00OOOO0O; .dddl - 'kkkkkxxkkkkkkkOOkxdxkxxddd. - cddddddddxxkkkkk${c4}xddddddddddo - 'ddddddodddddddddddddddddddc - .ddddddodddddddddodddddddc - .odddo. - - .kOOkkk; - lkKWNkkkxc - kkxkkkkkkx. - ,,..xxx. -""") - \ No newline at end of file diff --git a/hyfetch/distros/galliumos.py b/hyfetch/distros/galliumos.py deleted file mode 100644 index 54ba2eb1..00000000 --- a/hyfetch/distros/galliumos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -galliumos = AsciiArt(match=r'''"GalliumOS"*''', color='4 7 1', ascii=r""" -${c1}sooooooooooooooooooooooooooooooooooooo+: -yyooooooooooooooooooooooooooooooooo+/::: -yyysoooooooooooooooooooooooooooo+/:::::: -yyyyyoooooooooooooooooooooooo+/::::::::: -yyyyyysoooooooooooooooooo++/:::::::::::: -yyyyyyysoooooooooooooo++/::::::::::::::: -yyyyyyyyysoooooo${c2}sydddys${c1}+/::::::::::::::: -yyyyyyyyyysooo${c2}smMMMMMMMNd${c1}+:::::::::::::: -yyyyyyyyyyyyo${c2}sMMMMMMMMMMMN${c1}/::::::::::::: -yyyyyyyyyyyyy${c2}dMMMMMMMMMMMM${c1}o//::::::::::: -yyyyyyyyyyyyy${c2}hMMMMMMMMMMMm${c1}--//:::::::::: -yyyyyyyyyyyyyy${c2}hmMMMMMMMNy${c1}:..-://:::::::: -yyyyyyyyyyyyyyy${c2}yyhhyys+:${c1}......://::::::: -yyyyyyyyyyyyyyys+:--...........-///::::: -yyyyyyyyyyyys+:--................://:::: -yyyyyyyyyo+:-.....................-//::: -yyyyyyo+:-..........................://: -yyyo+:-..............................-// -o/:-...................................: -""") - \ No newline at end of file diff --git a/hyfetch/distros/garuda.py b/hyfetch/distros/garuda.py deleted file mode 100644 index c89e7716..00000000 --- a/hyfetch/distros/garuda.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -garuda = AsciiArt(match=r'''"Garuda"*''', color='7 7 3 7 2 4', ascii=r""" - -${c3} - .%;888:8898898: - x;XxXB%89b8:b8%b88: - .8Xxd 8X:. - .8Xx; 8x:. - .tt8x ${c6}.d${c3} x88; - .@8x8; ${c6}.db:${c3} xx@; - ${c4},tSXX° .bbbbbbbbbbbbbbbbbbbB8x@; - .SXxx bBBBBBBBBBBBBBBBBBBBbSBX8; - ,888S pd! - 8X88/ q - GBB. - ${c5}x%88 d888@8@X@X@X88X@@XX@@X@8@X. - dxXd dB8b8b8B8B08bB88b998888b88x. - dxx8o .@@;. - dx88 .t@x. - d:SS@8ba89aa67a853Sxxad. - .d988999889889899dd. -""") - \ No newline at end of file diff --git a/hyfetch/distros/garuda_small.py b/hyfetch/distros/garuda_small.py deleted file mode 100644 index 2aa1b9ac..00000000 --- a/hyfetch/distros/garuda_small.py +++ /dev/null @@ -1,12 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -garuda_small = AsciiArt(match=r'''"garuda_small"''', color='7 7 3 7 2 4', ascii=r""" -${c3} .----. - .' ${c6},${c3} '. -${c4} .' ${c6}'${c3}-----| -'${c5}. -----, - '.____.' -""") - \ No newline at end of file diff --git a/hyfetch/distros/gentoo.py b/hyfetch/distros/gentoo.py deleted file mode 100644 index 4ed8a0c0..00000000 --- a/hyfetch/distros/gentoo.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gentoo = AsciiArt(match=r'''"Gentoo"*''', color='5 7', ascii=r""" -${c1} -/oyddmdhs+:. - -o${c2}dNMMMMMMMMNNmhy+${c1}-` - -y${c2}NMMMMMMMMMMMNNNmmdhy${c1}+- - `o${c2}mMMMMMMMMMMMMNmdmmmmddhhy${c1}/` - om${c2}MMMMMMMMMMMN${c1}hhyyyo${c2}hmdddhhhd${c1}o` -.y${c2}dMMMMMMMMMMd${c1}hs++so/s${c2}mdddhhhhdm${c1}+` - oy${c2}hdmNMMMMMMMN${c1}dyooy${c2}dmddddhhhhyhN${c1}d. - :o${c2}yhhdNNMMMMMMMNNNmmdddhhhhhyym${c1}Mh - .:${c2}+sydNMMMMMNNNmmmdddhhhhhhmM${c1}my - /m${c2}MMMMMMNNNmmmdddhhhhhmMNh${c1}s: - `o${c2}NMMMMMMMNNNmmmddddhhdmMNhs${c1}+` - `s${c2}NMMMMMMMMNNNmmmdddddmNMmhs${c1}/. - /N${c2}MMMMMMMMNNNNmmmdddmNMNdso${c1}:` -+M${c2}MMMMMMNNNNNmmmmdmNMNdso${c1}/- -yM${c2}MNNNNNNNmmmmmNNMmhs+/${c1}-` -/h${c2}MMNNNNNNNNMNdhs++/${c1}-` -`/${c2}ohdmmddhys+++/:${c1}.` - `-//////:--. -""") - \ No newline at end of file diff --git a/hyfetch/distros/gentoo_small.py b/hyfetch/distros/gentoo_small.py deleted file mode 100644 index 280d350c..00000000 --- a/hyfetch/distros/gentoo_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gentoo_small = AsciiArt(match=r'''"gentoo_small"''', color='5 7', ascii=r""" -${c1} _-----_ -( \ -\ 0 \ -${c2} \ ) - / _/ -( _- -\____- -""") - \ No newline at end of file diff --git a/hyfetch/distros/ghostbsd.py b/hyfetch/distros/ghostbsd.py deleted file mode 100644 index a4f74d68..00000000 --- a/hyfetch/distros/ghostbsd.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ghostbsd = AsciiArt(match=r'''"GhostBSD"*''', color='4', ascii=r""" -${c1} ,gggggg. - ,agg9* .g) - .agg* ._.,gg* - ,gga* (ggg*' - ,ga* ,ga* - ,ga' .ag* - ,ga' .agga' - 9g' .agg'g*,a - 'gggg*',gga' - .gg*' - .gga* - .gga* - (ga* -""") - \ No newline at end of file diff --git a/hyfetch/distros/glaucus.py b/hyfetch/distros/glaucus.py deleted file mode 100644 index 26447f33..00000000 --- a/hyfetch/distros/glaucus.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -glaucus = AsciiArt(match=r'''"glaucus"*''', color='5', ascii=r""" -${c1} ,, ,d88P - ,d8P ,ad8888* - ,888P d88888* ,,ad8888P* - d d888P a88888P* ,ad8888888* - .d8 d8888: d888888* ,d888888P* - .888; 88888b d8888888b8888888P - d8888J888888a88888888888888P* ,d - 88888888888888888888888888P ,,d8* - 888888888888888888888888888888888* - *8888888888888888888888888888888* - Y888888888P* `*``*888888888888* - *^888^* *Y888P** -""") - \ No newline at end of file diff --git a/hyfetch/distros/gloire.py b/hyfetch/distros/gloire.py deleted file mode 100644 index 5e28b40f..00000000 --- a/hyfetch/distros/gloire.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gloire = AsciiArt(match=r'''"Gloire"*''', color='5 7 0', ascii=r""" -${c3} - &#BGPPPPPG#& - B5?77!!?YJJ7!7YBB& - &G5YJ77!7JYYYYYBPJ&PY# - #PYYYYYY?!?YYYYY7?7JP5JJ - B?YYYYYY7!!7JYYYYJ!!?JJJ5 - && B7?J?77?7!!!!!77777!7Y5YYBBPGGG& - G77?YBB!!!!!!!!!!!!!JYJ??7JYJJY# PYPPG& - J777JB?!7JJ???!!!7?JYYYYYPJ!7JB - GYYG #JJJJJ??7!!!JYYY5PGB&GB& - #Y!?GB5YYJY5PG###& - GJJP -""") - \ No newline at end of file diff --git a/hyfetch/distros/gnewsense.py b/hyfetch/distros/gnewsense.py deleted file mode 100644 index e5a7951b..00000000 --- a/hyfetch/distros/gnewsense.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gnewsense = AsciiArt(match=r'''"gNewSense"*''', color='4 5 7 6', ascii=r""" -${c1} ..,,,,.. - .oocchhhhhhhhhhccoo. - .ochhlllllllc hhhhhh ollllllhhco. - ochlllllllllll hhhllllllhhh lllllllllllhco - .cllllllllllllll hlllllo +hllh llllllllllllllc. -ollllllllllhco'' hlllllo +hllh ``ochllllllllllo -hllllllllc' hllllllllllllh `cllllllllh -ollllllh +llllllllllll+ hllllllo - `cllllh. ohllllllho .hllllc' - ochllc. ++++ .cllhco - `+occooo+. .+ooocco+' - `+oo++++ ++++oo+' -""") - \ No newline at end of file diff --git a/hyfetch/distros/gnome.py b/hyfetch/distros/gnome.py deleted file mode 100644 index 982e9f97..00000000 --- a/hyfetch/distros/gnome.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gnome = AsciiArt(match=r'''"GNOME"*''', color='4', ascii=r""" -${c1} ,@@@@@@@@, - @@@@@@ @@@@@@@@@@@@ - ,@@. @@@@@@@ *@@@@@@@@@@@@ - @@@@@% @@@@@@( @@@@@@@@@@@& - @@@@@@ @@@@* @@@@@@@@@# -@@@@* @@@@, *@@@@@% -@@@@@. - @@@@# @@@@@@@@@@@@@@@@ - ,@@@@@@@@@@@@@@@@@@@@@@@, - ,@@@@@@@@@@@@@@@@@@@@@@@@@@& - .@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @@@@@@@@@@@@@@@@@@@@@@@@@@@ - @@@@@@@@@@@@@@@@@@@@@@@@( - @@@@@@@@@@@@@@@@@@@@% - @@@@@@@@@@@@@@@@ - @@@@@@@@@@@@* @@@@@@@@/ - &@@@@@@@@@@ @@@@@@@@@* - @@@@@@@@@@@, @@@@@@@@@* - ,@@@@@@@@@@@@@@@@@@@@& - &@@@@@@@@@@@@@@ - ... -""") - \ No newline at end of file diff --git a/hyfetch/distros/gnu.py b/hyfetch/distros/gnu.py deleted file mode 100644 index 05c5e355..00000000 --- a/hyfetch/distros/gnu.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gnu = AsciiArt(match=r'''"GNU"*''', color='fg 7', ascii=r""" -${c1} _-`````-, ,- '- . - .' .- - | | - -. `. - /.' / `. \ -:/ : _... ..._ `` : -:: : /._ .`:'_.._\. || : -:: `._ ./ ,` : \ . _.'' . -`:. / | -. \-. \_ / - \:._ _/ .' .@) \@) ` `\ ,.' - _/,--' .- .\,-.`--`. - ,'/'' (( \ ` ) - /'/' \ `-' ( - '/'' `._,-----' - ''/' .,---' - ''/' ;: - ''/'' ''/ - ''/''/'' - '/'/' - `; -""") - \ No newline at end of file diff --git a/hyfetch/distros/gobolinux.py b/hyfetch/distros/gobolinux.py deleted file mode 100644 index f78beefc..00000000 --- a/hyfetch/distros/gobolinux.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -gobolinux = AsciiArt(match=r'''"GoboLinux"*''', color='5 4 6 2', ascii=r""" -${c1} _____ _ - / ____| | | -| | __ ___ | |__ ___ -| | |_ |/ _ \| '_ \ / _ \ -| |__| | (_) | |_) | (_) | - \_____|\___/|_.__/ \___/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/grapheneos.py b/hyfetch/distros/grapheneos.py deleted file mode 100644 index 78c97190..00000000 --- a/hyfetch/distros/grapheneos.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -grapheneos = AsciiArt(match=r'''"GrapheneOS"*''', color='7 4', ascii=r""" -${c1} B? - G~ - G~& - G!^:^?# - &^.:::.J - &PG& #G5JJ7~^~?JY5B& #PG - B5JJPGJ77YG5JYP# && &B5JYPGJ7?YG5JYP# - &Y..::.:P& &?..::.:G - #!::::? B~::::J - B~J# B!?# - !P 75 - !P 75 - !5 7Y - &Y~:^!P &J~:^!P - P..::.:B Y..::.:# - #PYJJ~^^!JJYP# &B5YJ?~^^!JJYG# - &YYG# && #PYJ5G5??JGGYJ5G& && #PYP - B^.::..7& - J::::^G - #Y^G& - B~ - G! - # -""") - \ No newline at end of file diff --git a/hyfetch/distros/grombyang.py b/hyfetch/distros/grombyang.py deleted file mode 100644 index ab4a16e0..00000000 --- a/hyfetch/distros/grombyang.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -grombyang = AsciiArt(match=r'''"Grombyang"*''', color='4 2 1', ascii=r""" -${c1} eeeeeeeeeeee - eeeeeeeeeeeeeeeee - eeeeeeeeeeeeeeeeeeeeeee - eeeee ${c2}.o+ ${c1}eeee - eeee ${c2}`ooo/ ${c1}eeee - eeee ${c2}`+oooo: ${c1}eeee -eee ${c2}`+oooooo: ${c1}eee -eee ${c2}-+oooooo+: ${c1}eee -ee ${c2}`/:oooooooo+: ${c1}ee -ee ${c2}`/+ +++ +: ${c1}ee -ee ${c2}+o+\ ${c1}ee -eee ${c2}+o+\ ${c1}eee -eee ${c2}// \ooo/ \\ ${c1}eee - eee ${c2}//++++oooo++++\\ ${c1}eee - eeee ${c2}::::++oooo+::::: ${c1}eeee - eeeee ${c3}Grombyang OS ${c1} eeee - eeeeeeeeeeeeeeeeeeeeeee - eeeeeeeeeeeeeeeee -""") - \ No newline at end of file diff --git a/hyfetch/distros/guix.py b/hyfetch/distros/guix.py deleted file mode 100644 index 0a85d0a1..00000000 --- a/hyfetch/distros/guix.py +++ /dev/null @@ -1,17 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -guix = AsciiArt(match=r'''"Guix"*''', color='3 7 6 1 8', ascii=r""" -${c1} .. `. - `--..```..` `..```..--` - .-:///-:::. `-:::///:-. - ````.:::` `:::.```` - -//:` -::- - ://: -::- - `///- .:::` - -+++-:::. - :+/:::- - `-....` -""") - \ No newline at end of file diff --git a/hyfetch/distros/guix_small.py b/hyfetch/distros/guix_small.py deleted file mode 100644 index 8a519085..00000000 --- a/hyfetch/distros/guix_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -guix_small = AsciiArt(match=r'''"guix_small"*''', color='3 7 6 1 8', ascii=r""" -${c1}|.__ __.| -|__ \ / __| - \ \ / / - \ \ / / - \ \ / / - \ \/ / - \__/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/haiku.py b/hyfetch/distros/haiku.py deleted file mode 100644 index 68fd5438..00000000 --- a/hyfetch/distros/haiku.py +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -haiku = AsciiArt(match=r'''"Haiku"*''', color='1 3 7 2', ascii=r''' -${c3} - - MMMM MMMM - MMMM MMMM - MMMM MMMM - MMMM MMMM - MMMM${c4} .ciO| /YMMMMM*" -${c3} MMMM${c4} .cOMMMMM|/MMMMM/` - , ,iMM|/MMMMMMMMMMMMMMM* - `*.__,-cMMMMMMMMMMMMMMMMM/`${c3}.MMM - MM${c4}MMMMMMM/`:MMM/ ${c3}MMMM - MMMM MMMM - MMMM MMMM - """" """" -''') - \ No newline at end of file diff --git a/hyfetch/distros/haiku_small.py b/hyfetch/distros/haiku_small.py deleted file mode 100644 index 4753b88e..00000000 --- a/hyfetch/distros/haiku_small.py +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -haiku_small = AsciiArt(match=r'''"haiku_small"*''', color='2 8', ascii=r""" -${c1} ,^, - / \ -*--_ ; ; _--* -\ '" "' / - '. .' -.-'" "'-. - '-.__. .__.-' - |_| -""") - \ No newline at end of file diff --git a/hyfetch/distros/hamonikr.py b/hyfetch/distros/hamonikr.py deleted file mode 100644 index 7c315723..00000000 --- a/hyfetch/distros/hamonikr.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hamonikr = AsciiArt(match=r'''"HamoniKR"*''', color='4 7 99 1 3 7', ascii=r""" -${c1} - cO0Ox. - .ldddddddo. - .lddddddddddo - 'lddddddddddddc - ,oddddddddddddd; - 'ldddddddddddddo. - .oddddddddddddddc. - ,dddddddddddddddo. - ,ccoooooooocoddooo: - ,cooooooooooooooooop ${c3} c000x. -${c1}.cooooooooooooooopcllll${c3} .cddddddo. -${c1}coooooooooooooop' .qlll.${c3} .ddoooooooo; -${c1}cooooooooooc; ${c3}'qlllp. .ddoooooooooo; -${c1}.cooooooc; ${c3}'lllbc...coooooooooooo; -${c1} .cooc' ${c3}.llllcoooooooooooooo. - .coooooooooooooop: - .coooooooooooooop' - .cooooooooooooop. - .cooooooooooooop. - .coooooooooooop. - .cooooooooooop. - .cooooooooop. - .cooooop' -""") - \ No newline at end of file diff --git a/hyfetch/distros/hardclanz.py b/hyfetch/distros/hardclanz.py deleted file mode 100644 index 0aa92392..00000000 --- a/hyfetch/distros/hardclanz.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hardclanz = AsciiArt(match=r'''"HarDClanZ"*''', color='4 7 1', ascii=r""" -${c1} ........::::.... - ::################::.. - :########################:. - :######**###################: - :###${c2}&&&&^${c1}############ ${c2}&${c1}#######: - :#${c2}&&&&&${c1}.:##############:${c2}^&o${c1}`:###: - :#${c2}&&&&${c1}.:#################:.${c2}&&&${c1}`###: - :##${c2}&^${c1}:######################:${c2}^&&${c1}::##: - :#############################:${c2}&${c1}:##:: - :##########${c2}@@${c1}###########${c2}@@${c1}#####:.###: -:#########${c2}@@${c3}o${c2}@@${c1}#########${c2}@@${c3}o${c2}@@${c1}########: -:#######:${c2}@@${c3}o${c5}0${c3}o${c2}@@@@${c1}###${c2}@@@@${c3}o${c5}0${c3}o${c2}@@${c1}######: : - :######:${c2}@@@${c3}o${c2}@@@@@@${c1}V${c2}@@@@@@${c3}o${c2}@@@${c1}######: - :#####:${c2}@@@@@@@@@@@@@@@@@@@${c1}:####; - :####:.${c2}@@@@@@@@@@@@@@@@${c1}:#####: - `:####:.${c2}@@@@@@@@@@@@@@${c1}:#####: - ``:##:.${c2}@@@@@@@@@@@@${c1}^## # : - : ## ${c2}\@@@;@@@/ ${c1}:: # : - ${c2} VVV -""") - \ No newline at end of file diff --git a/hyfetch/distros/hash.py b/hyfetch/distros/hash.py deleted file mode 100644 index 2288550f..00000000 --- a/hyfetch/distros/hash.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hash = AsciiArt(match=r'''"Hash"*''', color='123', ascii=r""" -${c1} - - + ###### + - ### ###### ### - ##### ###### ##### - ###### ###### ###### - -####### '"###### '"######## -####### ###### ######## -####### ###### ######## - - ###### '"###### '"###### - ##### ###### ##### - ### ###### ### - ~ ###### ~ -""") - \ No newline at end of file diff --git a/hyfetch/distros/huayra.py b/hyfetch/distros/huayra.py deleted file mode 100644 index f74cb1ed..00000000 --- a/hyfetch/distros/huayra.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -huayra = AsciiArt(match=r'''"Huayra"*''', color='4 7', ascii=r""" -${c2} ` - . . ` - `` - . . - `.` -` `. - `` .` - ..`-`-` + - / .` ``` - .--.+--`+:- :/.` .-``.` - -+/so::h:.d-`./:`.` - :hNhyMomy:os-...-. ```` - .dhsshNmNhoo+:-``.``` - ${c1}`ohy:-${c2}NMds+::-.`` - ````${c1}.hNN+`${c2}mMNho/:-....```` - ````` `../dmNhoo+/:..`` - ```` .dh++o/:....` -.+s/` `/s-.-.:.`` ```` -::` `::`..` - .` `.. - `` -""") - \ No newline at end of file diff --git a/hyfetch/distros/hybrid.py b/hyfetch/distros/hybrid.py deleted file mode 100644 index f534712f..00000000 --- a/hyfetch/distros/hybrid.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hybrid = AsciiArt(match=r'''"Hybrid"*''', color='4 12', ascii=r""" - ${c1} / ${c2}# - ${c1}////& ${c2}##### - ${c1}///// ${c2}###### - ${c1}///// ////////// ${c2}###### - ${c1}///// //////////////////// ${c2}###### - ${c1}////////////////////////// ${c2}###### - ${c1}///////// /// ${c2}###### - ${c1}/////// / ${c2}###### - ${c1}////// ${c2}###### - ${c1}///// ${c2}###### - ${c1}///// ${c2}###### - ${c1}///// ${c2}###### - ${c1}///// ${c2}###### - ${c1}///// ${c2}###### - ${c1}///// ${c2}######### - ${c1}////& ${c2}######## -""") - \ No newline at end of file diff --git a/hyfetch/distros/hydroos.py b/hyfetch/distros/hydroos.py deleted file mode 100644 index 1f2a65c8..00000000 --- a/hyfetch/distros/hydroos.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hydroos = AsciiArt(match=r'''"HydroOS"*''', color='1 2 3 4 5', ascii=r""" -${c1} - _ _ _ ____ _____ - | | | | | | / __ \ / ____| - | |__| |_ _ __| |_ __ ___ | | | | (___ - | __ | | | |/ _` | '__/ _ \| | | |\___ \ - | | | | |_| | (_| | | | (_) | |__| |____) | - |_| |_|\__, |\__,_|_| \___/ \____/|_____/ - __/ | - |___/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/hyperbola.py b/hyfetch/distros/hyperbola.py deleted file mode 100644 index 8628a071..00000000 --- a/hyfetch/distros/hyperbola.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hyperbola = AsciiArt(match=r'''"Hyperbola"*''', color='8', ascii=r""" -${c1} WW - KX W - WO0W NX0O - NOO0NW WNXK0OOKW - W0OOOOOOOOOOOOKN - N0OOOOOOO0KXW - WNXXXNW - NXK00000KN - WNK0OOOOOOOOOO0W - NK0OOOOOOOOOOOOOO0W - X0OOOOOOO00KK00OOOOOK - X0OOOO0KNWW WX0OO0W - X0OO0XNW KOOW - N00KNW KOW - NKXN W0W -WW W -""") - \ No newline at end of file diff --git a/hyfetch/distros/hyperbola_small.py b/hyfetch/distros/hyperbola_small.py deleted file mode 100644 index a64db6ad..00000000 --- a/hyfetch/distros/hyperbola_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -hyperbola_small = AsciiArt(match=r'''"hyperbola_small"*''', color='8', ascii=r""" -${c1} |`__.`/ - \____/ - .--. - / \ - / ___ \ - / .` `.\ -/.` `.\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/iglunix.py b/hyfetch/distros/iglunix.py deleted file mode 100644 index eb9063fe..00000000 --- a/hyfetch/distros/iglunix.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -iglunix = AsciiArt(match=r'''"iglunix"*|"iglu"*''', color='8', ascii=r""" -${c1} | - | | - | -| ________ -| /\ | \ - / \ | \ | - / \ \ | -/ \________\ -\ / / - \ / / - \ / / - \/________/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/instantos.py b/hyfetch/distros/instantos.py deleted file mode 100644 index d20ae13a..00000000 --- a/hyfetch/distros/instantos.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -instantos = AsciiArt(match=r'''"instantOS"*''', color='4 6', ascii=r""" - -${c1} - 'cx0XWWMMWNKOd:'. - .;kNMMMMMMMMMMMMMWNKd' - 'kNMMMMMMWNNNWMMMMMMMMXo. -,0MMMMMW0o;'..,:dKWMMMMMWx. -OMMMMMXl. .xNMMMMMNo -WMMMMNl .kWWMMMMO' -MMMMMX; oNWMMMMK, -NMMMMWo .OWMMMMMK, -kWMMMMNd. ,kWMMMMMMK, -'kWMMMMWXxl:;;:okNMMMMMMMMK, - .oXMMMMMMMWWWMMMMMMMMMMMMK, - 'oKWMMMMMMMMMMMMMMMMMMMK, - .;lxOKXXXXXXXXXXXXXXXO;...... - ................,d0000000kd:. - .kMMMMMMMMMW0; - .kMMMMMMMMMMMX - .xMMMMMMMMMMMW - cXMMMMMMMMMM0 - :0WMMMMMMNx, - .o0NMWNOc. -""") - \ No newline at end of file diff --git a/hyfetch/distros/interix.py b/hyfetch/distros/interix.py deleted file mode 100644 index 4e2c6821..00000000 --- a/hyfetch/distros/interix.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -interix = AsciiArt(match=r'''"Interix"*''', color='1 7 4 0 3', ascii=r""" -${c1} .${c3}. -${c1} 75${c3}G! -${c1} ^?PG${c3}&&J. -${c1} :!5GPP${c3}&&&B! -${c1} :YPPPPP${c3}&&&&&Y: -${c1} !5PPPPPP${c3}&&&&&&B! -${c1} :?PPPPPPPP${c3}&&&&&&&&Y~ -${c1} !5PPPPPPPPP${c3}###&&&&&&B7 -${c1} :?PPPP5555555${c3}B####&&&&&&5: -${c1} ~5PPPP555YJ${c5}7!~7?${c3}5B###&&&&&B?. -${c1} .:JPPPP5555Y${c5}?^....:^?${c3}G####&&&&&5: -${c1} 75PPP555555Y${c5}7:....:^!${c3}5#####&&&&&B7. -${c1} :JPPPP${c2}555555YY?${c5}~::::^~${c2}7YPGBB###${c3}&&&&&5^ -${c1}75${c2}GGPPPPPP555555YJ?77??YYYYYY55PPGGB#${c3}&B? -${c2}~!!7JY5PGGBBBBBBBBGGGGGGGBGGGGGP5YJ?7~~~ - .::^~7?JYPGBB#BGPYJ?7!7^:. - ..:^... -""") - \ No newline at end of file diff --git a/hyfetch/distros/irix.py b/hyfetch/distros/irix.py deleted file mode 100644 index 9426fbf9..00000000 --- a/hyfetch/distros/irix.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -irix = AsciiArt(match=r'''"IRIX"*''', color='4 7', ascii=r""" -${c1} ./ohmNd/ +dNmho/- - `:+ydNMMMMMMMM.-MMMMMMMMMdyo:. - `hMMMMMMNhs/sMMM-:MMM+/shNMMMMMMh` - -NMMMMMmo-` /MMM-/MMM- `-omMMMMMN. - `.`-+hNMMMMMNhyMMM-/MMMshmMMMMMmy+...` -+mMNds:-:sdNMMMMMMMyyMMMMMMMNdo:.:sdMMm+ -dMMMMMMmy+.-/ymNMMMMMMMMNmy/-.+hmMMMMMMd -oMMMMmMMMMNds:.+MMMmmMMN/.-odNMMMMmMMMM+ -.MMMM-/ymMMMMMmNMMy..hMMNmMMMMMmy/-MMMM. - hMMM/ `/dMMMMMMMN////NMMMMMMMd/. /MMMh - /MMMdhmMMMmyyMMMMMMMMMMMMhymMMMmhdMMM: - `mMMMMNho//sdMMMMM//NMMMMms//ohNMMMMd - `/so/:+ymMMMNMMMM` mMMMMMMMmh+::+o/` - `yNMMNho-yMMMM` NMMMm.+hNMMNh` - -MMMMd: oMMMM. NMMMh :hMMMM- - -yNMMMmooMMMM- NMMMyomMMMNy- - .omMMMMMMMM-`NMMMMMMMmo. - `:hMMMMMM. NMMMMMh/` - .odNm+ /dNms. -""") - \ No newline at end of file diff --git a/hyfetch/distros/itc.py b/hyfetch/distros/itc.py deleted file mode 100644 index 7f0cf017..00000000 --- a/hyfetch/distros/itc.py +++ /dev/null @@ -1,18 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -itc = AsciiArt(match=r'''"Itc"*''', color='1', ascii=r""" -${c1}....................-==============+... -${c1}....................-==============:... -${c1}...:===========-....-==============:... -${c1}...-===========:....-==============-... -${c1}....*==========+........-::********-... -${c1}....*===========+.:*====**==*+-.-...... -${c1}....:============*+-..--:+**====*---... -${c1}......::--........................::... -${c1}..+-:+-.+::*:+::+:-++::++-.:-.*.:++:++. -${c1}..:-:-++++:-::--:+::-::.:++-++:++--:-:. ⠀⠀⠀⠀⠀ -⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ -""") - \ No newline at end of file diff --git a/hyfetch/distros/januslinux.py b/hyfetch/distros/januslinux.py deleted file mode 100644 index 511775a6..00000000 --- a/hyfetch/distros/januslinux.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -januslinux = AsciiArt(match=r'''"januslinux"*|"janus"*|"Ataraxia Linux"*|"Ataraxia"*''', color='4 5 6 2', ascii=r""" -${c1} 'l: - loooooo - loooo coooool - looooooooooooooooooool - looooooooooooooooo - lool cooo - coooooooloooooooo - clooooo ;lood cloooo - :loooocooo cloo loooo - loooo :ooooool loooo -looo cooooo cooooo -looooooooooooo ;loooooo ${c2}looooooc -${c1}looooooooo loo cloooooool ${c2}looooc -${c1} cooo cooooooooooo ${c2}looolooooool -${c1} cooo: ${c2}coooooooooooooooooool - loooooooooooolc: loooc; - cooo: loooooooooooc - ;oool looooooo: - coool olc, - looooc ,, - coooooc loc - :oooool, coool:, looool:, - looool: ooooooooooooooo: - cooolc .ooooooooooool -""") - \ No newline at end of file diff --git a/hyfetch/distros/kaisen.py b/hyfetch/distros/kaisen.py deleted file mode 100644 index 87fed0f6..00000000 --- a/hyfetch/distros/kaisen.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kaisen = AsciiArt(match=r'''"Kaisen"*''', color='1 7 3', ascii=r""" -${c1} ` - `:+oyyho. - `+:`sdddddd/ - `+` :ho oyo++ohds-` - .ho :dd. .: `sddddddhhyso+/- - ody.ddd-:yd- +hysssyhddddddddho` - yddddddhddd` ` `--` -+hddddddh. - hddy-+dddddy+ohh/..+sddddy/:::+ys - :ddd/sdddddddddd- oddddddd ` - `yddddddddddddddd/ /ddddddd/ -:. :ydddddddddddddddddo..sddddddy/` -odhdddddddo- `ddddh+-``....-+hdddddds. --ddddddhd: /dddo -ydddddddhdddddddd- - /hdy:o - `:sddds .`./hdddddddddddddo - `/- `+hddyosy+ :dddddddy-.-od/ - :sydds -hddddddd` / - .+shd- `:ohddddddddd` - `:+ooooooooooooo: -""") - \ No newline at end of file diff --git a/hyfetch/distros/kali.py b/hyfetch/distros/kali.py deleted file mode 100644 index 252ef742..00000000 --- a/hyfetch/distros/kali.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kali = AsciiArt(match=r'''"Kali"*''', color='4 8', ascii=r""" -${c1}.............. - ..,;:ccc,. - ......''';lxO. -.....''''..........,:ld; - .';;;:::;,,.x, - ..'''. 0Xxoc:,. ... - .... ,ONkc;,;cokOdc',. - . OMo ':${c2}dd${c1}o. - dMc :OO; - 0M. .:o. - ;Wd - ;XO, - ,d0Odlc;,.. - ..',;:cdOOd::,. - .:d;.':;. - 'd, .' - ;l .. - .o - c - .' - . -""") - \ No newline at end of file diff --git a/hyfetch/distros/kali_small.py b/hyfetch/distros/kali_small.py deleted file mode 100644 index f25ba395..00000000 --- a/hyfetch/distros/kali_small.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kali_small = AsciiArt(match=r'''"kali_small" | "kalilinux_small" | "kali_linux_small"''', color='4 8', ascii=r""" -${c1} -#. # - @### - -###### - @######### -=##. .##### -## ## ## -## ## # -## @### -##. ### - ##% ##- - -##% -* - :*##+ - :*#* - -# - @ - : -""") - \ No newline at end of file diff --git a/hyfetch/distros/kaos.py b/hyfetch/distros/kaos.py deleted file mode 100644 index 3f41a496..00000000 --- a/hyfetch/distros/kaos.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kaos = AsciiArt(match=r'''"KaOS"*''', color='4 7 1', ascii=r""" -${c1} .. - ..... ..OSSAAAAAAA.. - .KKKKSS. .SSAAAAAAAAAAA. -.KKKKKSO. .SAAAAAAAAAA... -KKKKKKS. .OAAAAAAAA. -KKKKKKS. .OAAAAAA. -KKKKKKS. .SSAA.. -.KKKKKS..OAAAAAAAAAAAA........ - DKKKKO.=AA=========A===AASSSO.. - AKKKS.==========AASSSSAAAAAASS. - .=KKO..========ASS.....SSSSASSSS. - .KK. .ASS..O.. =SSSSAOSS: - .OK. .ASSSSSSSO...=A.SSA. - .K ..SSSASSSS.. ..SSA. - .SSS.AAKAKSSKA. - .SSS....S.. -""") - \ No newline at end of file diff --git a/hyfetch/distros/kde.py b/hyfetch/distros/kde.py deleted file mode 100644 index b4e65a24..00000000 --- a/hyfetch/distros/kde.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kde = AsciiArt(match=r'''"KDE"*''', color='2 7', ascii=r""" -${c1} `..---+/---..` - `---.`` `` `.---.` - .--.` `` `-:-. - `:/: `.----//----.` :/- - .:. `---` `--.` .:` - .:` `--` .:- `:. - `/ `:. `.-::-.` -:` `/` - /. /. `:++++++++:` .: .: -`/ .: `+++++++++++/ /` `+` -/+` -- .++++++++++++` :. .+: -`/ .: `+++++++++++/ /` `+` - /` /. `:++++++++:` .: .: - ./ `:. `.:::-.` -:` `/` - .:` `--` .:- `:. - .:. `---` `--.` .:` - `:/: `.----//----.` :/- - .-:.` `` `-:-. - `---.`` `` `.---.` - `..---+/---..` -""") - \ No newline at end of file diff --git a/hyfetch/distros/kibojoe.py b/hyfetch/distros/kibojoe.py deleted file mode 100644 index e8dd7a96..00000000 --- a/hyfetch/distros/kibojoe.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kibojoe = AsciiArt(match=r'''"Kibojoe"*''', color='2 7 4', ascii=r""" - ${c3} ./+oooooo+/. - -/+ooooo+/:.` - ${c1}`${c3}yyyo${c2}+++/++${c3}osss${c1}. - ${c1}+NMN${c3}yssssssssssss${c1}. - ${c1}.dMMMMN${c3}sssssssssssy${c1}Ns` - +MMMMMMMm${c3}sssssssssssh${c1}MNo` - `hMMMMMNNNMd${c3}sssssssssssd${c1}MMN/ - .${c3}syyyssssssy${c1}NNmmmmd${c3}sssss${c1}hMMMMd: - -NMmh${c3}yssssssssyhhhhyssyh${c1}mMMMMMMMy` - -NMMMMMNN${c3}mdhyyyyyyyhdm${c1}NMMMMMMMMMMMN+ -`NMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMd. -ods+/:-----://+oyydmNMMMMMMMMMMMMMMMMMN- -` .-:+osyhhdmmNNNmdo -""") - \ No newline at end of file diff --git a/hyfetch/distros/kogaion.py b/hyfetch/distros/kogaion.py deleted file mode 100644 index 731de26e..00000000 --- a/hyfetch/distros/kogaion.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kogaion = AsciiArt(match=r'''"Kogaion"*''', color='4 7 1', ascii=r""" -${c1} ;; ,; - ;;; ,;; - ,;;;; ;;;; - ,;;;;;;;; ;;;; - ;;;;;;;;;;; ;;;;; - ,;;;;;;;;;;;; ';;;;;, - ;;;;;;;;;;;;;;, ';;;;;;; - ;;;;;;;;;;;;;;;;;, ';;;;; -; ';;;;;;;;;;;;;;;;;;, ;;; -;;;, ';;;;;;;;;;;;;;;;;;;,;; -;;;;;, ';;;;;;;;;;;;;;;;;;, -;;;;;;;;, ';;;;;;;;;;;;;;;;, -;;;;;;;;;;;;, ';;;;;;;;;;;;;; -';;;;;;;;;;;;; ';;;;;;;;;;;;; - ';;;;;;;;;;;;;, ';;;;;;;;;;; - ';;;;;;;;;;;;; ;;;;;;;;;; - ';;;;;;;;;;;; ;;;;;;;; - ';;;;;;;; ;;;;;; - ';;;;; ;;;; - ';;; ;; -""") - \ No newline at end of file diff --git a/hyfetch/distros/korora.py b/hyfetch/distros/korora.py deleted file mode 100644 index b2db1d8a..00000000 --- a/hyfetch/distros/korora.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -korora = AsciiArt(match=r'''"Korora"*''', color='4 7 1', ascii=r""" -${c2} ____________ - _add55555555554${c1}: - _w?'${c1}``````````'${c2})k${c1}: - _Z'${c1}`${c2} ]k${c1}: - m(${c1}`${c2} )k${c1}: - _.ss${c1}`${c2}m[${c1}`${c2}, ]e${c1}: - .uY"^`${c1}`${c2}Xc${c1}`${c2}?Ss. d(${c1}` - jF'${c1}`${c2} `@. ${c1}`${c2}Sc .jr${c1}` - jr${c1}`${c2} `?n_ ${c1}`${c2}$; _a2"${c1}` -.m${c1}:${c2} `~M${c1}`${c2}1k${c1}`${c2}5?!`${c1}` -:#${c1}:${c2} ${c1}`${c2})e${c1}``` -:m${c1}:${c2} ,#'${c1}` -:#${c1}:${c2} .s2'${c1}` -:m,________.aa7^${c1}` -:#baaaaaaas!J'${c1}` - ``````````` -""") - \ No newline at end of file diff --git a/hyfetch/distros/krassos.py b/hyfetch/distros/krassos.py deleted file mode 100644 index 066d23f6..00000000 --- a/hyfetch/distros/krassos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -krassos = AsciiArt(match=r'''"KrassOS"* | "Krass"*''', color='4 7', ascii=r""" -${c1} ${c2}**@@@@@@@@@@@* - ${c2},@@@@%${c1}(((((((((((((${c2}%@@@@, - ${c2}#@@&${c1}(((((((((((((((((((((((${c2}&@@% - ${c2}@@&${c1}(((((((((((((((((((((((((((((${c2}@@@ - ${c2}@@&${c1}(((((((((((((((((((((((((((((((((${c2}&@@ - ${c2}.@@${c1}(((((((((((((((((((((((((((((((((((((${c2}@@. - ${c2}@@${c1}(((((((((((((((((((((((((((((((((((((((${c2}@@ - ${c2}@@#${c1}(((((((((((((((((((((((((((((${c2}%@@@@@@@#${c1}(#${c2}@@ - ${c2}.@@${c1}((((((((((((((((${c2}#%@@@@@@@@@&%#${c1}((((${c2}%@&${c1}((((${c2}@@. - ${c2}.@@${c1}(((((((/(${c2}&@@@@@@%${c1}(/((((((((((((((${c2}@@/${c1}(((((${c2}@@. - ${c2}.@@${c1}(///////////////////////////////${c2}@${c1}(///////${c2}@@ - ${c2}%@#${c1}/////////////////////////////(${c2}#${c1}////////${c2}%@% - ${c2} @@${c1}(///////////////////////////${c2}%${c1}/////////(${c2}@@ - ${c2}@@#${c1}***********************************${c2}%@@ - ${c2}*@@${c1}********************************${c2}/@@/ - ${c2},@@#${c1}***************************${c2}%@@* - ${c2}@@@&${c1}********************${c2}/@@@@ - ${c2}&@@@@&${c1}(//***//(${c2}&@@@@& -${c1} ${c2}**@@@@@@@@@@@* -""") - \ No newline at end of file diff --git a/hyfetch/distros/kslinux.py b/hyfetch/distros/kslinux.py deleted file mode 100644 index c534a225..00000000 --- a/hyfetch/distros/kslinux.py +++ /dev/null @@ -1,18 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kslinux = AsciiArt(match=r'''"KSLinux"*''', color='4 7 1', ascii=r""" -${c1} K K U U RRRR ooo - K K U U R R o o - KKK U U RRRR o o - K K U U R R o o - K K UUU R R ooo - -${c2} SSS AAA W W AAA - S A A W W A A - SSS AAAAA W W W AAAAA - S A A WW WW A A - SSS A A W W A A -""") - \ No newline at end of file diff --git a/hyfetch/distros/kubuntu.py b/hyfetch/distros/kubuntu.py deleted file mode 100644 index d65be035..00000000 --- a/hyfetch/distros/kubuntu.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -kubuntu = AsciiArt(match=r'''"Kubuntu"*''', color='4 7 1', ascii=r""" -${c1} `.:/ossyyyysso/:. - .:oyyyyyyyyyyyyyyyyyyo:` - -oyyyyyyyo${c2}dMMy${c1}yyyyyyysyyyyo- - -syyyyyyyyyy${c2}dMMy${c1}oyyyy${c2}dmMMy${c1}yyyys- - oyyys${c2}dMy${c1}syyyy${c2}dMMMMMMMMMMMMMy${c1}yyyyyyo - `oyyyy${c2}dMMMMy${c1}syysoooooo${c2}dMMMMy${c1}yyyyyyyyo` - oyyyyyy${c2}dMMMMy${c1}yyyyyyyyyyys${c2}dMMy${c1}sssssyyyo --yyyyyyyy${c2}dMy${c1}syyyyyyyyyyyyyys${c2}dMMMMMy${c1}syyy- -oyyyysoo${c2}dMy${c1}yyyyyyyyyyyyyyyyyy${c2}dMMMMy${c1}syyyo -yyys${c2}dMMMMMy${c1}yyyyyyyyyyyyyyyyyysosyyyyyyyy -yyys${c2}dMMMMMy${c1}yyyyyyyyyyyyyyyyyyyyyyyyyyyyy -oyyyyysos${c2}dy${c1}yyyyyyyyyyyyyyyyyy${c2}dMMMMy${c1}syyyo --yyyyyyyy${c2}dMy${c1}syyyyyyyyyyyyyys${c2}dMMMMMy${c1}syyy- - oyyyyyy${c2}dMMMy${c1}syyyyyyyyyyys${c2}dMMy${c1}oyyyoyyyo - `oyyyy${c2}dMMMy${c1}syyyoooooo${c2}dMMMMy${c1}oyyyyyyyyo - oyyysyyoyyyys${c2}dMMMMMMMMMMMy${c1}yyyyyyyo - -syyyyyyyyy${c2}dMMMy${c1}syyy${c2}dMMMy${c1}syyyys- - -oyyyyyyy${c2}dMMy${c1}yyyyyysosyyyyo- - ./oyyyyyyyyyyyyyyyyyyo/. - `.:/oosyyyysso/:.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/lainos.py b/hyfetch/distros/lainos.py deleted file mode 100644 index 70bc13d0..00000000 --- a/hyfetch/distros/lainos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -lainos = AsciiArt(match=r'''"LainOS"*''', color='4 14 7 2 3 5', ascii=r""" -${c2} /==\ - \==/ -${c1} · · · · · · · - · · · · · · · · · · - · · · ${c2}.-======-.${c1}· · · · -${c2} .::.${c1} ·${c2}.-============-.${c1}· ${c2}.::. - .:==:${c1}· ${c2}.:===:'${c1}. ·· .${c2}':===:.${c1} ·${c2}:==:. - .:===:${c1} · ${c2}:===.${c1} · ${c3}.--.${c1} · ${c2}.===:${c1} · ${c2}:===:. - :===:${c1}· · ${c2}:===.${c1} · ${c3}.:====:.${c1} · ${c2}.===:${c1} · ·${c2}:===: -(===:${c1}· · ${c2}:===-${c1} · ${c3}:======:${c1} · ${c2}-===:${c1} · ·${c2}:===) - :===:${c1}· · ${c2}:===.${c1} · ${c3}':====:'${c1} · ${c2}.===:${c1} · ·${c2}:===: - ':===:${c1} · ${c2}:===.${c1} · ${c3}'--'${c1} · ${c2}.===:${c1} · ${c2}:===:' - ':==:${c1}· ${c2}':===:.${c1}' ·· '${c2}.:===:'${c1} ·${c2}:==:' - '::'${c1} · ${c2}'===-. .-==='${c1} · ${c2}'::' - ${c2}/==\${c1} · · · ${c2}:=== ===:${c1} · · · ${c2}/==\ - \==/${c1} · · ·${c2}:===${c1} ·${c2}===:${c1}· · · ${c2}\==/${c2} - .-. ${c1}· ${c2}:===${c1}· ${c2}===:${c1} ·${c2} ${c2}.-. - .===. .=== ===. .===. - .======== ========. - ''''' ''''' -""") - \ No newline at end of file diff --git a/hyfetch/distros/langitketujuh.py b/hyfetch/distros/langitketujuh.py deleted file mode 100644 index f0f6e12b..00000000 --- a/hyfetch/distros/langitketujuh.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -langitketujuh = AsciiArt(match=r'''"LangitKetujuh"*''', color='4 2', ascii=r""" -${c1} -. 'MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMML7 -MM. 'MMMMMMMMMMMMMMMMMMMMMMMMMMML7L7 -MMMMMM MMMMMMML7L7L7L7L7L7L7L7L7L7 -L7MMMM L7L7L7 -L7L7MM 'L7L7L7L7L7L7L7L7L7L: -L7L7L7 'L7L7L7L7L7L7L::: -L7L7L7 'L7L7L7:::::: -:7L7L7 :::::: -::L7L7L7L7L7L7L7L7L7L::::::. :::::: -:::::7L7L7L7L7L7:::::::::::::::. ':: -:::::::::::::::::::::::::::::::::::. ' -${c2} -""") - \ No newline at end of file diff --git a/hyfetch/distros/langitketujuh_old.py b/hyfetch/distros/langitketujuh_old.py deleted file mode 100644 index a64ce4e8..00000000 --- a/hyfetch/distros/langitketujuh_old.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -langitketujuh_old = AsciiArt(match=r'''"LangitKetujuh_old"''', color='7 4', ascii=r""" -${c1} - L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L - 'L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L - L7L. 'L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L - L7L7L7L L7L7L7L - L7L7L7L L7L7L7L - L7L7L7L L7L7L7L7L7L7L7L7L7L7L7L - L7L7L7L 'L7L7L7L7L7L7L7L7L7L - L7L7L7L 'L7L7L7L7L7L7L7L - L7L7L7L L7L7L7L - L7L7L7L L7L7L7L - L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L. 'L7L - L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L. - L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L7L -${c2} -""") - \ No newline at end of file diff --git a/hyfetch/distros/laxeros.py b/hyfetch/distros/laxeros.py deleted file mode 100644 index f904647f..00000000 --- a/hyfetch/distros/laxeros.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -laxeros = AsciiArt(match=r'''"LaxerOS"*''', color='7 4', ascii=r""" -${c2} - /. - `://:- - `//////: - .////////:` - -//////////:` - -/////////////` - :///////////////. - `://////.```-//////- - `://///:` .//////- - `//////: `//////: - .//////- `://///:` - -//////- `://///:` - -//////. ://////` - ://////` -//////. - `/////:` ./////: - .-::-` .:::-` - -.:://////////////////////////////////::. -//////////////////////////////////////// -.:////////////////////////////////////:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/lede.py b/hyfetch/distros/lede.py deleted file mode 100644 index 940be9d0..00000000 --- a/hyfetch/distros/lede.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -lede = AsciiArt(match=r'''"LEDE"*''', color='4 7 1', ascii=r""" -${c1} _________ - / /\ - / LE / \ - / DE / \ - /________/ LE \ - \ \ DE / - \ LE \ / - \ DE \ / - \________\/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/libreelec.py b/hyfetch/distros/libreelec.py deleted file mode 100644 index f57e16d4..00000000 --- a/hyfetch/distros/libreelec.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -libreelec = AsciiArt(match=r'''"LibreELEC"*''', color='2 3 7 14 13', ascii=r""" -${c1} :+ooo/. ${c2}./ooo+: -${c1} :+ooooooo/. ${c2}./ooooooo+: -${c1} :+ooooooooooo:${c2}:ooooooooooo+: -${c1} :+ooooooooooo+- ${c2}-+ooooooooooo+: -${c1} :+ooooooooooo+- ${c3}-- ${c2}-+ooooooooooo+: -${c1}.+ooooooooooo+- ${c3}:+oo+: ${c2}-+ooooooooooo+- -${c1}-+ooooooooo+- ${c3}:+oooooo+: ${c2}-+oooooooooo- -${c1} :+ooooo+- ${c3}:+oooooooooo+: ${c2}-+oooooo: -${c1} :+o+- ${c3}:+oooooooooooooo+: ${c2}-+oo: -${c4} ./ ${c3}:oooooooooooooooooo: ${c5}/. -${c4} ./oo+: ${c3}-+oooooooooooooo+- ${c5}:+oo/. -${c4} ./oooooo+: ${c3}-+oooooooooo+- ${c5}:+oooooo/. -${c4}-oooooooooo+: ${c3}-+oooooo+- ${c5}:+oooooooooo- -${c4}.+ooooooooooo+: ${c3}-+oo+- ${c5}:+ooooooooooo+. -${c4} -+ooooooooooo+: ${c3}.. ${c5}:+ooooooooooo+- -${c4} -+ooooooooooo+: ${c5}:+ooooooooooo+- -${c4} -+oooooooooo+:${c5}:+oooooooooo+- -${c4} -+oooooo+: ${c5}:+oooooo+- -${c4} -+oo+: ${c5}:+oo+- -${c4} .. ${c5}.. -""") - \ No newline at end of file diff --git a/hyfetch/distros/linspire.py b/hyfetch/distros/linspire.py deleted file mode 100644 index 796fd122..00000000 --- a/hyfetch/distros/linspire.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linspire = AsciiArt(match=r'''"Linspire"* | "Freespire"* | "Lindows"*''', color='4 2', ascii=r""" -${c2} __^ -${c2} __/ \ -${c2} MMy dMy __/ \ -${c2} dMMy MMy ${c1}MM${c2} \ -${c2} MMMy ,, ${c1}dMMMMn ${c2}\ -${c2} dMMy dMM dMMMMMMy ${c1}dMM MM dMMMMMy dMM MM.nMMM dMMMMMM -${c1}MMM ${c2}MMy MMy MMy ${c1}dMM MMy MMy MMy MMy dy dMy -${c1}MMM ${c2}dMM dMM MMy ${c1}dMMMMy dMM dMM dMM dMM dMMMMMMM -${c2} dMMy MMy MMy MMy ${c1}dMMy MM MMy MMy MMy dMM -${c2}dMMy dMM dMM dMM ${c1}dMM MMy dMMMMMy dMM dMM MMy MM -${c2}MMMMMMMMMM MMy MMy MMy ${c1}dMMMyyy MMy MMy MMy dMMMMMMy -${c2} ${c1}dy -""") - \ No newline at end of file diff --git a/hyfetch/distros/linux.py b/hyfetch/distros/linux.py deleted file mode 100644 index ff34828d..00000000 --- a/hyfetch/distros/linux.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linux = AsciiArt(match=r'''"Linux"''', color='fg 8 3', ascii=r""" -${c2} ##### -${c2} ####### -${c2} ##${c1}O${c2}#${c1}O${c2}## -${c2} #${c3}#####${c2}# -${c2} ##${c1}##${c3}###${c1}##${c2}## -${c2} #${c1}##########${c2}## -${c2} #${c1}############${c2}## -${c2} #${c1}############${c2}### -${c3} ##${c2}#${c1}###########${c2}##${c3}# -${c3}######${c2}#${c1}#######${c2}#${c3}###### -${c3}#######${c2}#${c1}#####${c2}#${c3}####### -${c3} #####${c2}#######${c3}##### -""") - \ No newline at end of file diff --git a/hyfetch/distros/linux_lite.py b/hyfetch/distros/linux_lite.py deleted file mode 100644 index f85aa69f..00000000 --- a/hyfetch/distros/linux_lite.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linux_lite = AsciiArt(match=r'''"Linux Lite"* | "Linux_Lite"*''', color='3 7', ascii=r""" -${c1} ,xXc - .l0MMMMMO - .kNMMMMMWMMMN, - KMMMMMMKMMMMMMo - 'MMMMMMNKMMMMMM: - kMMMMMMOMMMMMMO - .MMMMMMX0MMMMMW. - oMMMMMMxWMMMMM: - WMMMMMNkMMMMMO -:MMMMMMOXMMMMW -.0MMMMMxMMMMM; -:;cKMMWxMMMMO -'MMWMMXOMMMMl - kMMMMKOMMMMMX: - .WMMMMKOWMMM0c - lMMMMMWO0MNd:' - oollXMKXoxl;. - ':. .: .' - .. - . -""") - \ No newline at end of file diff --git a/hyfetch/distros/linux_mint.py b/hyfetch/distros/linux_mint.py deleted file mode 100644 index 91e41a88..00000000 --- a/hyfetch/distros/linux_mint.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linux_mint = AsciiArt(match=r'''"Linux Mint"* | "LinuxMint"* | "mint"*''', color='2 7', ascii=r""" -${c2} ...-:::::-... -${c2} .-MMMMMMMMMMMMMMM-. - .-MMMM${c1}`..-:::::::-..`${c2}MMMM-. - .:MMMM${c1}.:MMMMMMMMMMMMMMM:.${c2}MMMM:. - -MMM${c1}-M---MMMMMMMMMMMMMMMMMMM.${c2}MMM- - `:MMM${c1}:MM` :MMMM:....::-...-MMMM:${c2}MMM:` - :MMM${c1}:MMM` :MM:` `` `` `:MMM:${c2}MMM: -.MMM${c1}.MMMM` :MM. -MM. .MM- `MMMM.${c2}MMM. -:MMM${c1}:MMMM` :MM. -MM- .MM: `MMMM-${c2}MMM: -:MMM${c1}:MMMM` :MM. -MM- .MM: `MMMM:${c2}MMM: -:MMM${c1}:MMMM` :MM. -MM- .MM: `MMMM-${c2}MMM: -.MMM${c1}.MMMM` :MM:--:MM:--:MM: `MMMM.${c2}MMM. - :MMM${c1}:MMM- `-MMMMMMMMMMMM-` -MMM-${c2}MMM: - :MMM${c1}:MMM:` `:MMM:${c2}MMM: - .MMM${c1}.MMMM:--------------:MMMM.${c2}MMM. - '-MMMM${c1}.-MMMMMMMMMMMMMMM-.${c2}MMMM-' - '.-MMMM${c1}``--:::::--``${c2}MMMM-.' -${c2} '-MMMMMMMMMMMMM-' -${c2} ``-:::::-`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/linux_mint_old.py b/hyfetch/distros/linux_mint_old.py deleted file mode 100644 index bf7949f1..00000000 --- a/hyfetch/distros/linux_mint_old.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linux_mint_old = AsciiArt(match=r'''"Linux Mint Old"* | "LinuxMintOld"* | "mint_old"*''', color='2 7', ascii=r""" -${c1}MMMMMMMMMMMMMMMMMMMMMMMMMmds+. -MMm----::-://////////////oymNMd+` -MMd ${c2}/++ ${c1}-sNMd: -MMNso/` ${c2}dMM `.::-. .-::.` ${c1}.hMN: -ddddMMh ${c2}dMM :hNMNMNhNMNMNh: ${c1}`NMm - NMm ${c2}dMM .NMN/-+MMM+-/NMN` ${c1}dMM - NMm ${c2}dMM -MMm `MMM dMM. ${c1}dMM - NMm ${c2}dMM -MMm `MMM dMM. ${c1}dMM - NMm ${c2}dMM .mmd `mmm yMM. ${c1}dMM - NMm ${c2}dMM` ..` ... ydm. ${c1}dMM - hMM- ${c2}+MMd/-------...-:sdds ${c1}dMM - -NMm- ${c2}:hNMNNNmdddddddddy/` ${c1}dMM - -dMNs-${c2}``-::::-------.`` ${c1}dMM - `/dMNmy+/:-------------:/yMMM - ./ydNMMMMMMMMMMMMMMMMMMMMM - .MMMMMMMMMMMMMMMMMMM -""") - \ No newline at end of file diff --git a/hyfetch/distros/linux_small.py b/hyfetch/distros/linux_small.py deleted file mode 100644 index 055edea1..00000000 --- a/hyfetch/distros/linux_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linux_small = AsciiArt(match=r'''"Linux_small"''', color='fg 8 3', ascii=r""" -${c2} ___ -${c2} (${c1}.. ${c2}| -${c2} (${c3}<> ${c2}| -${c2} / ${c1}__ ${c2}\ -${c2} ( ${c1}/ \ ${c2}/| -${c3}_${c2}/\ ${c1}__)${c2}/${c3}_${c2}) -${c3}\/${c2}-____${c3}\/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/linuxfromscratch.py b/hyfetch/distros/linuxfromscratch.py deleted file mode 100644 index 3e545617..00000000 --- a/hyfetch/distros/linuxfromscratch.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linuxfromscratch = AsciiArt(match=r'''"LinuxFromScratch" | *"LFS" | "linux-from-scratch" | "linux_from_scratch"''', color='fg 8 3', ascii=r""" -${c2} .:@:. -${c2} :@@@@@@@: -${c2} @@@@@@@@@- -${c2} .:%. @@@@@@@@@+. @% -${c2} *@@@%+: :@@@@@@@%=: .=%@@@@@@= -${c2} :@@@@@@##@@@@@@@@@%*+%@%+@@@@@@@+ -${c2} @@#${c1}####${c2}+@@@@@@@%:${c1}######${c2}=@@@@@@@@@- -${c2} *@%${c1}######${c2}.@@@@@#${c1}#########${c2}-@@@@@@@@#. -${c2} %@-${c1}#${c2}.@${c1}=${c2}:${c1}##${c2}+@@@@-${c1}###${c2}%@${c1}:${c2}=${c1}###${c2}*@#*+=-+#: -${c2} @@.${c1}#${c2}@@*${c1}=${c2}:${c1}#${c2}-%%**-${c1}##${c2}%@@%${c1}*${c2}*${c1}###${c2}#=- -${c2} @@-${c1}#${c2}@@@@+.-${c3}...${c2}:=.${c1}#${c2}%@@@@%${c1}###${c2}#- -${c2} %@%${c1}##${c2}*#:${c3}.o.....o...${c2}-%@+${c1}###${c2}#@+ -: -${c2} +@@*${c1}#${c3}....................${c2}+@@@@@@@@+ -${c2} @%:${c3}....................._:${c2}@@@@@@@=. -${c2} .=:${c3}...............__*-=`.${c2}=@@@@@@#=. -${c2} :+:${c3}....:==*__*-=`:..==-:${c2}#@@@@@%+: -${c2} .--=-: ${c3}+..::.....-: ${c2}=%@*=: -${c2} :........- -${c2} .:...--. -""") - \ No newline at end of file diff --git a/hyfetch/distros/linuxlite_small.py b/hyfetch/distros/linuxlite_small.py deleted file mode 100644 index f18cddb8..00000000 --- a/hyfetch/distros/linuxlite_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linuxlite_small = AsciiArt(match=r'''"linuxlite_small"*''', color='3 7', ascii=r""" -${c1} /\ - / \ - / ${c2}/ ${c1}/ -> ${c2}/ ${c1}/ -\ ${c2}\ ${c1}\ - \_${c2}\${c1}_\ -${c2} \ -""") - \ No newline at end of file diff --git a/hyfetch/distros/linuxmint_small.py b/hyfetch/distros/linuxmint_small.py deleted file mode 100644 index 653525e0..00000000 --- a/hyfetch/distros/linuxmint_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -linuxmint_small = AsciiArt(match=r'''"linuxmint_small"*''', color='2 7', ascii=r""" -${c1} ___________ -|_ \ - | ${c2}| _____ ${c1}| - | ${c2}| | | | ${c1}| - | ${c2}| | | | ${c1}| - | ${c2}\__${c2}___/ ${c1}| - \_________/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/live_raizo.py b/hyfetch/distros/live_raizo.py deleted file mode 100644 index 01f8cc77..00000000 --- a/hyfetch/distros/live_raizo.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -live_raizo = AsciiArt(match=r'''"Live Raizo"* | "Live_Raizo"*''', color='3', ascii=r""" -${c1} `......` - -+shmNMMMMMMNmhs/. - :smMMMMMmmhyyhmmMMMMMmo- - -hMMMMd+:. `----` .:odMMMMh- - `hMMMN+. .odNMMMMMMNdo. .yMMMMs` - hMMMd. -dMMMMmdhhdNMMMNh` .mMMMh -oMMMm` :MMMNs.:sddy:-sMMMN- `NMMM+ -mMMMs dMMMo sMMMMMMd yMMMd sMMMm -----` .---` oNMMMMMh `---. .---- - .sMMy: - /MM/ - +dMMms. - hMMMMMMN - `dMMMMMMm: - .+ss+sMNysMMoomMd+ss+. - +MMMMMMN` +MM/ hMMMMMNs - sMMMMMMm-hNMMMd-hMMMMMMd - :yddh+`hMMMMMMN :yddy/` - .hMMMMd: - `..` -""") - \ No newline at end of file diff --git a/hyfetch/distros/lmde.py b/hyfetch/distros/lmde.py deleted file mode 100644 index 92c50e20..00000000 --- a/hyfetch/distros/lmde.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -lmde = AsciiArt(match=r'''"LMDE"*''', color='2 7', ascii=r""" -${c2} `.-::---.. -${c1} .:++++ooooosssoo:. - .+o++::. `.:oos+. -${c1} :oo:.` -+oo${c2}: -${c1} ${c2}`${c1}+o/` .${c2}::::::${c1}-. .++-${c2}` -${c1}${c2}`${c1}/s/ .yyyyyyyyyyo: +o-${c2}` -${c1}${c2}`${c1}so .ss ohyo` :s-${c2}: -${c1}${c2}`${c1}s/ .ss h m myy/ /s`${c2}` -${c1}`s: `oo s m Myy+-o:` -`oo :+sdoohyoydyso/. - :o. .:////////++: -${c1} `/++ ${c2}-:::::- -${c1} ${c2}`${c1}++- -${c1} ${c2}`${c1}/+- -${c1} ${c2}.${c1}+/. -${c1} ${c2}.${c1}:+-. - `--.`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/lubuntu.py b/hyfetch/distros/lubuntu.py deleted file mode 100644 index c274641c..00000000 --- a/hyfetch/distros/lubuntu.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -lubuntu = AsciiArt(match=r'''"Lubuntu"*''', color='4 7 1', ascii=r""" -${c1} `.:/ossyyyysso/:. - `.:yyyyyyyyyyyyyyyyyy:.` - .:yyyyyyyyyyyyyyyyyyyyyyyy:. - .:yyyyyyyyyyyyyyyyyyyyyyyyyyyy:. - -yyyyyyyyyyyyyy${c2}+hNMMMNh+${c1}yyyyyyyyy- - :yy${c2}mNy+${c1}yyyyyyyy${c2}+Nmso++smMdhyysoo+${c1}yy: - -yy${c2}+MMMmmy${c1}yyyyyy${c2}hh${c1}yyyyyyyyyyyyyyyyyyy- -.yyyy${c2}NMN${c1}yy${c2}shhs${c1}yyy${c2}+o${c1}yyyyyyyyyyyyyyyyyyyy. -:yyyy${c2}oNM+${c1}yyyy${c2}+sso${c1}yyyyyyy${c2}ss${c1}yyyyyyyyyyyyy: -:yyyyy${c2}+dNs${c1}yyyyyyy${c2}++${c1}yyyyy${c2}oN+${c1}yyyyyyyyyyyy: -:yyyyy${c2}oMMmhysso${c1}yyyyyyyyyy${c2}mN+${c1}yyyyyyyyyyy: -:yyyyyy${c2}hMm${c1}yyyyy${c2}+++${c1}yyyyyyy${c2}+MN${c1}yyyyyyyyyyy: -.yyyyyyy${c2}ohmy+${c1}yyyyyyyyyyyyy${c2}NMh${c1}yyyyyyyyyy. - -yyyyyyyyyy${c2}++${c1}yyyyyyyyyyyy${c2}MMh${c1}yyyyyyyyy- - :yyyyyyyyyyyyyyyyyyyyy${c2}+mMN+${c1}yyyyyyyy: - -yyyyyyyyyyyyyyyyy${c2}+sdMMd+${c1}yyyyyyyy- - .:yyyyyyyyy${c2}hmdmmNMNdy+${c1}yyyyyyyy:. - .:yyyyyyy${c2}my${c1}yyyyyyyyyyyyyyy:. - `.:yyyy${c2}s${c1}yyyyyyyyyyyyy:.` - `.:/oosyyyysso/:.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/lunar.py b/hyfetch/distros/lunar.py deleted file mode 100644 index 5c9d3989..00000000 --- a/hyfetch/distros/lunar.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -lunar = AsciiArt(match=r'''"Lunar"*''', color='4 7 3', ascii=r""" -${c1}`-. `-. - -ohys/-` `:+shy/` - -omNNdyo/` :+shmNNy/` - ${c3} - - /mMmo - hMMMN` - .NMMs - ${c1} -:+oooo+//: ${c3}/MN${c1}. -///oooo+/-` - /:.` ${c3}/${c1} `.:/` -${c3} __ - | | _ _ ___ ___ ___ - | |__| | | | .'| _| - |_____|___|_|_|__,|_| -""") - \ No newline at end of file diff --git a/hyfetch/distros/mac.py b/hyfetch/distros/mac.py deleted file mode 100644 index 211af87a..00000000 --- a/hyfetch/distros/mac.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mac = AsciiArt(match=r'''"mac"* | "Darwin"''', color='2 3 1 1 5 4', ascii=r""" -${c1} c.' - ,xNMM. - .OMMMMo - lMM" - .;loddo:. .olloddol;. - cKMMMMMMMMMMNWMMMMMMMMMM0: -${c2} .KMMMMMMMMMMMMMMMMMMMMMMMWd. - XMMMMMMMMMMMMMMMMMMMMMMMX. -${c3};MMMMMMMMMMMMMMMMMMMMMMMM: -:MMMMMMMMMMMMMMMMMMMMMMMM: -${c4}.MMMMMMMMMMMMMMMMMMMMMMMMX. - kMMMMMMMMMMMMMMMMMMMMMMMMWd. - ${c5}'XMMMMMMMMMMMMMMMMMMMMMMMMMMk - 'XMMMMMMMMMMMMMMMMMMMMMMMMK. - ${c6}kMMMMMMMMMMMMMMMMMMMMMMd - ;KMMMMMMMWXXWMMMMMMMk. - "cooc*" "*coo'" -""") - \ No newline at end of file diff --git a/hyfetch/distros/mac_small.py b/hyfetch/distros/mac_small.py deleted file mode 100644 index c7b6d8ab..00000000 --- a/hyfetch/distros/mac_small.py +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mac_small = AsciiArt(match=r'''"mac"*"_small"''', color='2 3 1 5 4', ascii=r""" -${c1} .:' - _ :'_ -${c2} .'`_`-'_``. -:________.-' -${c3}:_______: -:_______: -${c4} :_______`-; -${c5} `._.-._.' -""") - \ No newline at end of file diff --git a/hyfetch/distros/macaronios.py b/hyfetch/distros/macaronios.py deleted file mode 100644 index 39255be8..00000000 --- a/hyfetch/distros/macaronios.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -macaronios = AsciiArt(match=r'''"MacaroniOS"* | "Macaroni OS"*''', color='2 3 15 14', ascii=r""" - ${c2} - -=+++==--::.. .-+++==-:. - .:--:-=++==-:. :=*+=--==+***######**+-: - .---:-===-----===+++==-:.. :=+=--=+*****+++*****#%%%#- - .=*********+++========+++++=--:. .:-=+++++++=-:.. .=*=::. - :-=-. .:::---===+++++++++++*******++====+**+++=-:. :+*-.. - .. -++ ..:--==+***********=:. -*= - . :+. . ${c3}...${c2} .:--===:. .++ - .*: . ${c3}:+#%%@@%%#=: ${c2}-- - ${c2}-= ${c3}-#@@@@@@@@@@@@#: ${c2}. - ${c3}:*%@%%@@@@@@@@@@@%+ .:--====-:. - :*%%%%%%%%%@@@@@@@@@*. :=*#%%%%@@@@@%#+- - .*%%%%%%%%%%%%%@@#+--=- -*%%%%%%%%%%%@@@@@%#= - -#%%%%%%%%%%%%%#: :+: :+%*#%%%%%%%%%%%%%%%%%*. - +%%%%%%%%%%%%%%: .#*: *+-*%%%%%%%%%%%%%%%%%+ - +%%%%%%%%%%%%%# . . . :%%%%%%%%%%%%%%%%%#. - =#%%%%%%%%%%%%# . . =%%%%%%%%%%%%%%%%%*. - .*%%%%%%%%%%%%%* : =%%%%%%%%%%%%%%%%%#- - :#%%%%%%%%%%%%%#=.... .=*%%%%%%%%%%%%%%%%%%*: - :*%@@%%%%%%%%%%%%#+. :+#%%%%%%%%%%%%%#*- - =*%%@@%%%%%%%#*- .-=+**##**+=: - :=*######+=: -""") - \ No newline at end of file diff --git a/hyfetch/distros/mageia.py b/hyfetch/distros/mageia.py deleted file mode 100644 index ca76ef35..00000000 --- a/hyfetch/distros/mageia.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mageia = AsciiArt(match=r'''"Mageia"*''', color='6 7', ascii=r""" -${c1} .°°. - °° .°°. - .°°°. °° - . . - °°° .°°°. - .°°°. '___' -${c2} .${c1}'___' ${c2} . - :dkxc;'. ..,cxkd; - .dkk. kkkkkkkkkk .kkd. -.dkk. ';cloolc;. .kkd -ckk. .kk; -xO: cOd -xO: lOd -lOO. .OO: -.k00. .00x - .k00; ;00O. - .lO0Kc;,,,,,,;c0KOc. - ;d00KKKKKK00d; - .,KKKK,. -""") - \ No newline at end of file diff --git a/hyfetch/distros/mageia_small.py b/hyfetch/distros/mageia_small.py deleted file mode 100644 index 4f2b16a6..00000000 --- a/hyfetch/distros/mageia_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mageia_small = AsciiArt(match=r'''"mageia_small"*''', color='6 7', ascii=r""" -${c1} * - * - ** -${c2} /\__/\ -/ \ -\ / - \____/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/magix.py b/hyfetch/distros/magix.py deleted file mode 100644 index b5c0fb9e..00000000 --- a/hyfetch/distros/magix.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -magix = AsciiArt(match=r'''"Magix"*''', color='206 39', ascii=r""" -${c2} @ - @@--=====@@ - @@--==@@ @@====+@ - @-@@ @==@ - @=@ - @=@${c1} @=@ @-==== @=@${c2} - @=@${c1} @-===@==++@===+@${c2} - @=@${c1} @--====@@=====+@${c2} - -=@${c1} @--==========++@${c2} - ==${c1} @--==========++@${c2} @=@ - @==${c1} @--=======@==++@${c2} @=+@ - @==${c1} @-==========++${c2} @=@ - @==${c1} @-=======@=%${c2} @=@ - @==${c1} @@@@@@${c2} @=@ - @====@@@ @@===+% - @@=====@@==++++@@ - =#@=@ - @==@++@ - @@@ -""") - \ No newline at end of file diff --git a/hyfetch/distros/magpieos.py b/hyfetch/distros/magpieos.py deleted file mode 100644 index 36bf2e05..00000000 --- a/hyfetch/distros/magpieos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -magpieos = AsciiArt(match=r'''"MagpieOS"*''', color='2 1 3 5', ascii=r""" -${c1} ;00000 :000Ol - .x00kk00: O0kk00k; - l00: :00. o0k :O0k. - .k0k. x${c2}d$dddd${c1}k' .d00; - k0k. ${c2}.dddddl ${c1}o00, - o00. ${c2}':cc:. ${c1}d0O -.00l ,00. -l00. d0x -k0O .:k0o -O0k ;dO0000d. -k0O .O0O${c2}xxxxk${c1}00: -o00. k0O${c2}dddddd${c1}occ -'00l x0O${c2}dddddo${c3};..${c1} - x00. .x00${c2}kxxd${c3}:..${c1} - .O0x .:oxxx${c4}Okl.${c1} - .x0d ${c4},xx,${c1} - .:o. ${c4}.xd ckd${c1} - .. ${c4}dxl .xx; - :xxolldxd' - ;oxdl. -""") - \ No newline at end of file diff --git a/hyfetch/distros/mainsailos.py b/hyfetch/distros/mainsailos.py deleted file mode 100644 index a0516619..00000000 --- a/hyfetch/distros/mainsailos.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mainsailos = AsciiArt(match=r'''"MainsailOS"*''', color='1', ascii=r""" -${c1} - - *%: - :%%%# - =%%%%%- - *%%%%%%# - :#%%%%%%%#. - -%%%%%%%%+ - *%%%%%%%%- : - .#%%%%%%%#. *%= - -%%%%%%%%+ :#%%%* - +%%%%%%%%- =%%%%%%#. - .#%%%%%%%#. *%%%%%%%%: - -%%%%%%%%* :#%%%%%%%#. - +%%%%%%%%- =%%%%%%%%+ :%*. - .#%%%%%%%#: *%%%%%%%%- +%%%%*: - :%%%%%%%%* :#%%%%%%%#. .*%%%%%%%* - +%%%%%%%%= -%%%%%%%%+ :%%%%%%%%* - .#%%%%%%%%: *%%%%%%%%- =%%%%%%%%= -""") - \ No newline at end of file diff --git a/hyfetch/distros/mainsailos_small.py b/hyfetch/distros/mainsailos_small.py deleted file mode 100644 index 5740710e..00000000 --- a/hyfetch/distros/mainsailos_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mainsailos_small = AsciiArt(match=r'''"MainsailOS_small"*''', color='1', ascii=r""" -${c1} -: - +%* - .#%%+ - -%%%: += - +%%#..#%%- - .#%%+ -%%%- += - -%%%- +%%#..#%%+ -""") - \ No newline at end of file diff --git a/hyfetch/distros/mandriva.py b/hyfetch/distros/mandriva.py deleted file mode 100644 index e8b2cf06..00000000 --- a/hyfetch/distros/mandriva.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mandriva = AsciiArt(match=r'''"Mandriva"* | "Mandrake"*''', color='4 3', ascii=r""" -${c2} `` - `-. -${c1} ` ${c2}.--- -${c1} -/ ${c2}-::--` -${c1} `++ ${c2}`----...```-:::::. -${c1} `os. ${c2}.::::::::::::::-``` ` ` -${c1} +s+ ${c2}.::::::::::::::::---...--` -${c1}-ss: ${c2}`-::::::::::::::::-.``.`` -${c1}/ss- ${c2}.::::::::::::-.`` ` -${c1}+ss: ${c2}.::::::::::::- -${c1}/sso ${c2}.::::::-::::::- -${c1}.sss/ ${c2}-:::-.` .::::: -${c1} /sss+. ${c2}..`${c1} `--` ${c2}.::: -${c1} -ossso+/:://+/-` ${c2}.:` -${c1} -/+ooo+/-. ${c2}` -""") - \ No newline at end of file diff --git a/hyfetch/distros/manjaro.py b/hyfetch/distros/manjaro.py deleted file mode 100644 index d2a5490b..00000000 --- a/hyfetch/distros/manjaro.py +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -manjaro = AsciiArt(match=r'''"Manjaro"*''', color='2 7', ascii=r""" -${c1}██████████████████ ████████ -██████████████████ ████████ -██████████████████ ████████ -██████████████████ ████████ -████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -████████ ████████ ████████ -""") - \ No newline at end of file diff --git a/hyfetch/distros/manjaro_small.py b/hyfetch/distros/manjaro_small.py deleted file mode 100644 index ed2e4418..00000000 --- a/hyfetch/distros/manjaro_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -manjaro_small = AsciiArt(match=r'''"manjaro_small"*''', color='2 7', ascii=r""" -${c1}||||||||| |||| -||||||||| |||| -|||| |||| -|||| |||| |||| -|||| |||| |||| -|||| |||| |||| -|||| |||| |||| -""") - \ No newline at end of file diff --git a/hyfetch/distros/massos.py b/hyfetch/distros/massos.py deleted file mode 100644 index 76d15b95..00000000 --- a/hyfetch/distros/massos.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -massos = AsciiArt(match=r'''"MassOS"*''', color='7', ascii=r""" -${c1} -+++/+++osyyhdmNNMMMMNdy/ - /MMMMMMMMMMMMMMMMMMMMMMMMm. - /MMMMMMMMMMMMMMMMMMMMMMMMMm - /MMMMMMMMMMMMMMMMMMMMMMMMMM: - :ddddddddhddddddddhdddddddd/ - /NNNNNNNm:NNNNNNNN-NNNNNNNNo - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - /MMMMMMMN:MMMMMMMM-MMMMMMMMs - :MMMMMMMN:MMMMMMMM-MMMMMMMMs - dMMMMMMN:MMMMMMMM-MMMMMMMMs - `yNMMMMN:MMMMMMMM-MMMMMMMMs - `:+oss.ssssssss.ssssssss/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/matuusos.py b/hyfetch/distros/matuusos.py deleted file mode 100644 index 80a16566..00000000 --- a/hyfetch/distros/matuusos.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -matuusos = AsciiArt(match=r'''"MatuusOS"*''', color='9 11 0', ascii=r""" -${c2} -░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░░▒▓▓████▓▒▒░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░▒▓████████████▓░░░░░░░░░░░░░░ -░░░░░░░░░░░░▓████████████████▒░░░░░░░░░░░░ -░░░░░░░░░░░▓██████████████████▒░░░░░░░░░░░ -░░░░░░░░░░▓████▒▓███████▓▓█████░░░░░░░░░░░ -░░░░░░░░░░██████▓░▓████▒░██████▓░░░░░░░░░░ -░░░░░░░░░▒███████▓░▒▓▒░░████████░░░░░░░░░░ -░░░░░░░░░▒█████████▒░░░█████████░░░░░░░░░░ -░░░░░░░░░░██████████▓▒██████████░░░░░░░░░░ -░░░░░░░░░░▓████████████████████▒░░░░░░░░░░ -░░░░░░░░░░░███████████████████▓░░░░░░░░░░░ -░░░░░░░░░░░░█████████████████▓░░░░░░░░░░░░ -░░░░░░░░░░░░░▓██████████████▒░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░▒▓████████▓░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ -░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ -""") - \ No newline at end of file diff --git a/hyfetch/distros/maui.py b/hyfetch/distros/maui.py deleted file mode 100644 index a1e23876..00000000 --- a/hyfetch/distros/maui.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -maui = AsciiArt(match=r'''"Maui"*''', color='6 7', ascii=r""" -${c1} `.-://////:--` - .:/oooooooooooooooo+:. - `:+ooooooooooooooooooooooo:` - `:oooooooooooooooooooooooooooo/` - ..```-oooooo/-`` `:oooooo+:.` `-- - :. +oo+-` /ooo/` -/ - -o. `o+- +o/` -o: -`oo` ::` :o/ `+. .+o` /oo. -/o+ . -+oo- ` /oo/ `ooo/ -+o- /ooo+` .+ooo. :ooo+ -++ .+oooo: -oooo+ `oooo+ -:. .oooooo` :ooooo- :oooo: -` .oooooo: :ooooo+ `ooo+-` - .+oooooo` -oooooo: `o/- - +oooooo: .ooooooo. - /ooooooo` /ooooooo/ .. - `:oooooooo/:::/ooooooooo+:--:/:` - `:+oooooooooooooooooooooo+:` - .:+oooooooooooooooo+:. - `.-://////:-.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/mauna.py b/hyfetch/distros/mauna.py deleted file mode 100644 index 6784dfc8..00000000 --- a/hyfetch/distros/mauna.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mauna = AsciiArt(match=r'''"Mauna"*''', color='4 6', ascii=r""" -${c1} .. :-=++++=-: - .-+*+ -********* **= - =***= +******+ =---=+*. - +**** +****+ :-=++*++=-- - =****= **** :+***********+: - +****+ *** ${c2}.-- ${c1}+******- - =*****: *- ${c2}:+=: ${c1}=*****: -${c2}. ${c1}+*****: : ${c2}-+++ ${c1}:****= -${c2}-+ ${c1}:*****+ ${c2}- ++++ ${c1}:***- -${c2}-++=: ${c1}=+****: ${c2}:++ +++++ ${c1}**+ -${c2} +++++= ${c1}-====-${c2}++++: +++++ ${c1}*+ -${c2} .=++++++++++++++: ${c2}+++++= ${c1}. -${c2} .=+++++++++= :=+++++= - .:::--- -+++++++- - :-==++==-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/meowix.py b/hyfetch/distros/meowix.py deleted file mode 100644 index 6604a892..00000000 --- a/hyfetch/distros/meowix.py +++ /dev/null @@ -1,17 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -meowix = AsciiArt(match=r'''"Meowix"*''', color='1 3 3 4', ascii=r""" -${c1} #${c2}% ${c3}&${c4}* -${c1} ##${c2}%% ${c3}&&${c4}** -${c1} ## ${c2}%% ${c3}&& ${c4}** -${c1} ## ${c2}%% ${c3}&& ${c4}** -${c1} ## ${c2}%% ${c3}&& ${c4}** -${c1} ## ${c2}%% ${c3}&& ${c4}** -${c1} ## ${c2}%%${c3}&& ${c4}** -${c1} ## ${c2}%% ${c4}** -${c1} ## ${c4}** -${c1}## ${c4}** -""") - \ No newline at end of file diff --git a/hyfetch/distros/mer.py b/hyfetch/distros/mer.py deleted file mode 100644 index abf59dd8..00000000 --- a/hyfetch/distros/mer.py +++ /dev/null @@ -1,34 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mer = AsciiArt(match=r'''"Mer"*''', color='4 7 1', ascii=r""" -${c1} dMs - .-` - `y`-o+` - ``NMMy - .--`:++. - .hNNNNs - /MMMMMN - `ommmd/ +/ - ```` +/ - `:+sssso/-` - .-::. `-::-` `smNMNmdmNMNd/ .://-` -.ymNMNNdmNMMNm+` -dMMh:.....+dMMs `sNNMMNo -dMN+::NMMy::hMM+ mMMo `ohhy/ `dMM+ yMMy::- -MMm yMM- :MMs NMN` `:::::--sMMh dMM` -MMm yMM- -MMs mMM+ `ymmdsymMMMs dMM` -NNd sNN- -NNs -mMNs-.--..:dMMh` dNN ---- .--` `--. .smMMmdddmMNdo` .-- - ./ohddds+:` - +h- `.:-. - ./`.dMMMN+ - +MMMMMd - `+dmmy- - ``` .+` - .dMNo-y. - `hmm/ - .:` - dMs -""") - \ No newline at end of file diff --git a/hyfetch/distros/minix.py b/hyfetch/distros/minix.py deleted file mode 100644 index 121ae6d9..00000000 --- a/hyfetch/distros/minix.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -minix = AsciiArt(match=r'''"Minix"*''', color='1 7 3', ascii=r""" -${c2} -sdhyo+:-` -/syymm: - sdyooymmNNy. `` .smNmmdysNd - odyoso+syNNmysoyhhdhsoomNmm+/osdm/ - :hhy+-/syNNmddhddddddmNMNo:sdNd: - `smNNdNmmNmddddddddddmmmmmmmy` - `ohhhhdddddmmNNdmddNmNNmdddddmdh- - odNNNmdyo/:/-/hNddNy-`..-+ydNNNmd: - `+mNho:` smmd/ sNNh :dmms` -+ymmo. --od/ -m${c1}mm${c2}mo -NN+ +m${c1}mm${c2}m- yms: -+sms -.` :so: .NN+ :os/ .-`mNh: -.-hyh+:////- -sNNd:` .--://ohNs- - `:hNNNNNNNMMd/sNMmhsdMMh/ymmNNNmmNNy/ - -+sNNNNMMNNNsmNMo: :NNmymNNNNMMMms: - //oydNMMMMydMMNysNMMmsMMMMMNyo/` - ../-yNMMy--/::/-.sMMmos+.` - -+oyhNsooo+omy/``` - `::ohdmds-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/miracle_linux.py b/hyfetch/distros/miracle_linux.py deleted file mode 100644 index dd4ddcbe..00000000 --- a/hyfetch/distros/miracle_linux.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -miracle_linux = AsciiArt(match=r'''"MIRACLE LINUX"* | "MIRACLE_LINUX"*''', color='29', ascii=r""" -${c1} ,A - .### - .#' .#### .#. - r##: :#### ####. - +###; :#### ######C - :####: #### ,######".#. -.# :####. :### #####'.#####. -##: `####. ### ###'.########+. -#### `####::## ##'.#######+' - ####+.`###i## #',####:' - `+###MI`##### 'l###:' - `+####+`### ;#E' - `+###:## #' - `:### ' - '## - '; -""") - \ No newline at end of file diff --git a/hyfetch/distros/mx.py b/hyfetch/distros/mx.py deleted file mode 100644 index c9e28f5f..00000000 --- a/hyfetch/distros/mx.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mx = AsciiArt(match=r'''"MX"*''', color='4 6 7', ascii=r""" -${c3}MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMNMMMMMMMMM -MMMMMMMMMMNs..yMMMMMMMMMMMMMm: +NMMMMMMM -MMMMMMMMMN+ :mMMMMMMMMMNo` -dMMMMMMMM -MMMMMMMMMMMs. `oNMMMMMMh- `sNMMMMMMMMM -MMMMMMMMMMMMN/ -hMMMN+ :dMMMMMMMMMMM -MMMMMMMMMMMMMMh- +ms. .sMMMMMMMMMMMMM -MMMMMMMMMMMMMMMN+` ` +NMMMMMMMMMMMMMM -MMMMMMMMMMMMMMNMMd: .dMMMMMMMMMMMMMMM -MMMMMMMMMMMMm/-hMd- `sNMMMMMMMMMMMMM -MMMMMMMMMMNo` -` :h/ -dMMMMMMMMMMMM -MMMMMMMMMd: /NMMh- `+NMMMMMMMMMM -MMMMMMMNo` :mMMN+` `-hMMMMMMMM -MMMMMMh. `oNMMd: `/mMMMMMM -MMMMm/ -hMd- `sNMMMM -MMNs` - :dMMM -Mm: `oMM -MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM -""") - \ No newline at end of file diff --git a/hyfetch/distros/mx_small.py b/hyfetch/distros/mx_small.py deleted file mode 100644 index 2c7fb92d..00000000 --- a/hyfetch/distros/mx_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -mx_small = AsciiArt(match=r'''"mx_small"*''', color='4 6 7', ascii=r""" -${c3} \\ / - \\/ - \\ - /\/ \\ - / \ /\ - / \/ \ -/__________\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/namib.py b/hyfetch/distros/namib.py deleted file mode 100644 index b168f80f..00000000 --- a/hyfetch/distros/namib.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -namib = AsciiArt(match=r'''"Namib"*''', color='1', ascii=r""" -${c1} .:+shysyhhhhysyhs+:. - -/yyys syyy/- - -shy yhs- - -yhs shy- - +hy yh+ - +ds sd+ -/ys so sy/ -sh smMMNdyo hs -yo ymMMMMNNMMNho oy -N ydMMMNNMMMMMMMMMmy N -N shmMMMMNNMMMMMMMMMMMMMNy N -yo ooshmNMMMNNNNMMMMMMMMMMMMMMMMMms oy -sd yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy ds -/ys sy/ - +ds sd+ - +hy yh+ - -yhs shy- - -shy yhs- - -/yyys syyy/- - .:+shysyhyhhysyhs+:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/nekos.py b/hyfetch/distros/nekos.py deleted file mode 100644 index 03e61905..00000000 --- a/hyfetch/distros/nekos.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nekos = AsciiArt(match=r'''"NekOS"*''', color='3 7 1', ascii=r""" -${c1} - @@@@@ - @@@@@@@@@. - @@@@@@@@ @@@ - @@@@@@@@@@@ @@. - @@@@@@@@@@@@@ . - @@@@@@@@@@@@@@@@@ , - @@@@@@@@@@@@@@@@@@@ - @@@@@${c2}///${c1}@@@@@@@${c2}///${c1}@@@ - @@@@${c2}/***${c1}@@@@@@@${c2}**//${c1}@@@@ - @@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @@@@@@@@@@@@@@@@@@@@@@@ - @@@/ /@@@@@@@@@/ /@@@ - @@@@@@ @@@${c3}██${c1}@@@@ @@@@@@ - @@@@@@/ /@${c2}██${c3}██${c2}██${c1}@@/ /@@@@@@ - @@@@@@@@@@@@@@@@@@@@@@@@@@@@ - ##########%%%% - ##########%% %% - @ @@@#######@@%%% - @@@ @@@@####@@@@ % - @@@ @@@@@@@#@@@@@@@ - @@@ @@@@@@@@@@@@@@@ - @@@@ @@@@@@@@@@@@@@@@@ - @@@@@@@@@@@@@@@@@@@@@@@@ -""") - \ No newline at end of file diff --git a/hyfetch/distros/neptune.py b/hyfetch/distros/neptune.py deleted file mode 100644 index a9ea8799..00000000 --- a/hyfetch/distros/neptune.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -neptune = AsciiArt(match=r'''"Neptune"*''', color='7', ascii=r""" -${c1} ./+sydddddddys/-. - .+ymNNdyooo/:+oooymNNmy/` - `/hNNh/.` `-+dNNy:` - /mMd/. .++.:oy/ .+mMd- - `sMN/ oMMmdy+. `oNNo - `hMd. `/ymy/. :NMo - oMN- `/dMd: /MM- -`mMy -dMN+` mMs -.MMo -NMM/ yMs - dMh mMMMo:` `NMo - /MM/ /ymMMMm- sMN. - +Mm: .hMMd` oMN/ - +mNs. `yNd/` -dMm- - .yMNs: `/.` `/yNNo` - .odNNy+-` .:ohNNd/. - -+ymNNmdyyyyyyydmNNmy+. - `-//sssssss//. -""") - \ No newline at end of file diff --git a/hyfetch/distros/netbsd.py b/hyfetch/distros/netbsd.py deleted file mode 100644 index 56f8c132..00000000 --- a/hyfetch/distros/netbsd.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -netbsd = AsciiArt(match=r'''"NetBSD"*''', color='5 7', ascii=r""" -${c1} `-/oshdmNMNdhyo+:-` -${c2}y${c1}/s+:-`` `.-:+oydNMMMMNhs/-`` -${c2}-m+${c1}NMMMMMMMMMMMMMMMMMMMNdhmNMMMmdhs+/-` - ${c2}-m+${c1}NMMMMMMMMMMMMMMMMMMMMmy+:` - ${c2}-N/${c1}dMMMMMMMMMMMMMMMds:` - ${c2}-N/${c1}hMMMMMMMMMmho:` - ${c2}-N/${c1}-:/++/:.` -${c2} :M+ - :Mo - :Ms - :Ms - :Ms - :Ms - :Ms - :Ms - :Ms - :Ms -""") - \ No newline at end of file diff --git a/hyfetch/distros/netbsd_small.py b/hyfetch/distros/netbsd_small.py deleted file mode 100644 index 9a559e39..00000000 --- a/hyfetch/distros/netbsd_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -netbsd_small = AsciiArt(match=r'''"netbsd_small"*''', color='5 7', ascii=r""" -${c2}\\${c1}\`-______,----__ -${c2} \\ ${c1}__,---\`_ -${c2} \\ ${c1}\`.____ -${c2} \\${c1}-______,----\`- -${c2} \\ - \\ - \\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/netrunner.py b/hyfetch/distros/netrunner.py deleted file mode 100644 index ea890930..00000000 --- a/hyfetch/distros/netrunner.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -netrunner = AsciiArt(match=r'''"Netrunner"*''', color='4 7 1', ascii=r""" -${c1} .:oydmMMMMMMmdyo:` - -smMMMMMMMMMMMMMMMMMMds- - +mMMMMMMMMMMMMMMMMMMMMMMMMd+ - /mMMMMMMMMMMMMMMMMMMMMMMMMMMMMm/ - `hMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMy` - .mMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMd` - dMMMMMMMMMMMMMMMMMMMMMMNdhmMMMMMMMMMMh -+MMMMMMMMMMMMMNmhyo+/-. -MMMMMMMMMMMM/ -mMMMMMMMMd+:.` `mMMMMMMMMMMMMd -MMMMMMMMMMMdy/. yMMMMMMMMMMMMMM -MMMMMMMMMMMMMMMNh+` +MMMMMMMMMMMMMMM -mMMMMMMMMMMMMMMMMMs -NMMMMMMMMMMMMMMd -+MMMMMMMMMMMMMMMMMN. `mMMMMMMMMMMMMMMM/ - dMMMMMMMMMMMMMMMMMy hMMMMMMMMMMMMMMMh - `dMMMMMMMMMMMMMMMMM-+MMMMMMMMMMMMMMMd` - `hMMMMMMMMMMMMMMMMmMMMMMMMMMMMMMMMy - /mMMMMMMMMMMMMMMMMMMMMMMMMMMMMm: - +dMMMMMMMMMMMMMMMMMMMMMMMMd/ - -odMMMMMMMMMMMMMMMMMMdo- - `:+ydmNMMMMNmhy+-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/nitrux.py b/hyfetch/distros/nitrux.py deleted file mode 100644 index efa5bb9c..00000000 --- a/hyfetch/distros/nitrux.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nitrux = AsciiArt(match=r'''"Nitrux"*''', color='4', ascii=r""" -${c1}`:/. -`/yo -`/yo -`/yo .+:. -`/yo .sys+:.` -`/yo `-/sys+:.` -`/yo ./sss+:.` -`/yo .:oss+:-` -`/yo ./o///:-` -`/yo `.-:///////:` -`/yo `.://///++//-`` -`/yo `.-:////++++/-` -`/yo `-://///++o+/-` -`/yo `-/+o+++ooo+/-` -`/s+:+oooossso/.` -`//+sssssso:. -`+syyyy+:` -:+s+- -""") - \ No newline at end of file diff --git a/hyfetch/distros/nixos.py b/hyfetch/distros/nixos.py deleted file mode 100644 index e46eca25..00000000 --- a/hyfetch/distros/nixos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nixos = AsciiArt(match=r'''"NixOS"*''', color='4 6', ascii=r""" -${c1} ▗▄▄▄ ${c2}▗▄▄▄▄ ▄▄▄▖ -${c1} ▜███▙ ${c2}▜███▙ ▟███▛ -${c1} ▜███▙ ${c2}▜███▙▟███▛ -${c1} ▜███▙ ${c2}▜██████▛ -${c1} ▟█████████████████▙ ${c2}▜████▛ ${c1}▟▙ -${c1} ▟███████████████████▙ ${c2}▜███▙ ${c1}▟██▙ -${c2} ▄▄▄▄▖ ▜███▙ ${c1}▟███▛ -${c2} ▟███▛ ▜██▛ ${c1}▟███▛ -${c2} ▟███▛ ▜▛ ${c1}▟███▛ -${c2}▟███████████▛ ${c1}▟██████████▙ -${c2}▜██████████▛ ${c1}▟███████████▛ -${c2} ▟███▛ ${c1}▟▙ ▟███▛ -${c2} ▟███▛ ${c1}▟██▙ ▟███▛ -${c2} ▟███▛ ${c1}▜███▙ ▝▀▀▀▀ -${c2} ▜██▛ ${c1}▜███▙ ${c2}▜██████████████████▛ -${c2} ▜▛ ${c1}▟████▙ ${c2}▜████████████████▛ -${c1} ▟██████▙ ${c2}▜███▙ -${c1} ▟███▛▜███▙ ${c2}▜███▙ -${c1} ▟███▛ ▜███▙ ${c2}▜███▙ -${c1} ▝▀▀▀ ▀▀▀▀▘ ${c2}▀▀▀▘ -""") - \ No newline at end of file diff --git a/hyfetch/distros/nixos_colorful.py b/hyfetch/distros/nixos_colorful.py deleted file mode 100644 index 03b0de63..00000000 --- a/hyfetch/distros/nixos_colorful.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nixos_colorful = AsciiArt(match=r'''"nixos_colorful"*''', color='4 6 4 6 4 6', ascii=r""" -${c1} ▗▄▄▄ ${c2}▗▄▄▄▄ ▄▄▄▖ -${c1} ▜███▙ ${c2}▜███▙ ▟███▛ -${c1} ▜███▙ ${c2}▜███▙▟███▛ -${c1} ▜███▙ ${c2}▜██████▛ -${c1} ▟█████████████████▙ ${c2}▜████▛ ${c3}▟▙ -${c1} ▟███████████████████▙ ${c2}▜███▙ ${c3}▟██▙ -${c6} ▄▄▄▄▖ ${c2}▜███▙ ${c3}▟███▛ -${c6} ▟███▛ ${c2}▜██▛ ${c3}▟███▛ -${c6} ▟███▛ ${c2}▜▛ ${c3}▟███▛ -${c6}▟███████████▛ ${c3}▟██████████▙ -${c6}▜██████████▛ ${c3}▟███████████▛ -${c6} ▟███▛ ${c5}▟▙ ${c3}▟███▛ -${c6} ▟███▛ ${c5}▟██▙ ${c3}▟███▛ -${c6} ▟███▛ ${c5}▜███▙ ${c3}▝▀▀▀▀ -${c6} ▜██▛ ${c5}▜███▙ ${c4}▜██████████████████▛ -${c6} ▜▛ ${c5}▟████▙ ${c4}▜████████████████▛ -${c5} ▟██████▙ ${c4}▜███▙ -${c5} ▟███▛▜███▙ ${c4}▜███▙ -${c5} ▟███▛ ▜███▙ ${c4}▜███▙ -${c5} ▝▀▀▀ ▀▀▀▀▘ ${c4}▀▀▀▘ -""") - \ No newline at end of file diff --git a/hyfetch/distros/nixos_old.py b/hyfetch/distros/nixos_old.py deleted file mode 100644 index b7b43f12..00000000 --- a/hyfetch/distros/nixos_old.py +++ /dev/null @@ -1,35 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nixos_old = AsciiArt(match=r'''"nixos_old"*''', color='4 6', ascii=r""" -${c1} ____ ${c2}_______ ____ -${c1} /####\ ${c2}\######\ /####\ -${c1} ######\ ${c2}\######\ /#####/ -${c1} \######\ ${c2}\######\ /#####/ -${c1} \######\ ${c2}\######\/#####/ ${c1}/\ -${c1} \######\ ${c2}\###########/ ${c1}/##\ -${c1} ________\######\______${c2}\#########/ ${c1}/####\ -${c1} /#######################${c2}\#######/ ${c1}/###### -${c1} /#########################${c2}\######\ ${c1}/######/ -${c1} /###########################${c2}\######\ ${c1}/######/ -${c1} ¯¯¯¯¯¯¯¯¯¯¯¯${c2}/######/${c1}¯¯¯¯¯¯¯¯¯${c2}\######${c1}/######/ -${c2} /######/ ${c2}\####${c1}/######/________ -${c2} _____________/######/ ${c2}\##${c1}/################\ -${c2} /###################/ ${c2}\${c1}/##################\ -${c2} \##################/${c1}\ /###################/ -${c2} \################/${c1}##\ /######/¯¯¯¯¯¯¯¯¯¯¯¯¯ -${c2} ¯¯¯¯¯¯¯¯/######/${c1}####\ /######/ -${c2} /######/${c1}######\${c2}_________${c1}/######/${c2}____________ -${c2} /######/ ${c1}\######\${c2}###########################/ -${c2} /######/ ${c1}\######\${c2}#########################/ -${c2} ######/ ${c1}/#######\${c2}#######################/ -${c2} \####/ ${c1}/#########\${c2}¯¯¯¯¯¯\######\¯¯¯¯¯¯¯¯ -${c2} \##/ ${c1}/###########\${c2} \######\ -${c2} \/ ${c1}/#####/\######\${c2} \######\ -${c1} ${c1}/#####/ \######\${c2} \######\ -${c1} ${c1}/#####/ \######\${c2} \###### -${c1} ${c1}\####/ \######\${c2} \####/ -${c1} ${c1}¯¯¯¯ ¯¯¯¯¯¯¯${c2} ¯¯¯¯ -""") - \ No newline at end of file diff --git a/hyfetch/distros/nixos_small.py b/hyfetch/distros/nixos_small.py deleted file mode 100644 index 375f79b6..00000000 --- a/hyfetch/distros/nixos_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nixos_small = AsciiArt(match=r'''"nixos_small"''', color='4 6', ascii=r""" -${c1} \\ \\ // - ==\\__\\/ // - // \\// -==// //== - //\\___// -// /\\ \\== - // \\ \\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/nobara.py b/hyfetch/distros/nobara.py deleted file mode 100644 index a735dfc5..00000000 --- a/hyfetch/distros/nobara.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nobara = AsciiArt(match=r'''"Nobara"*''', color='"#999999" "#d80a0a" "#e5b90b"', ascii=r""" -${c1} ⢀⣤⣴⣶⣶⣶⣦⣤⡀⠀⣀⣠⣤⣴⣶⣶⣶⣶⣶⣶⣶⣶⣤⣤⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ - ⠀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣤⡀⠀⠀⠀⠀⠀⠀⠀⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠋⠉⠁⠀⠀⠉⠉⠛⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⠀⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀${c3}⢀⣀⣀⡀${c1}⠀⠀⠀⠈⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡏⠀⠀⠀${c3}⢠⣾⣿⣿⣿⣿⣷⡄${c1}⠀⠀⠀⠻⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠁⠀⠀⠀${c3}⣿⣿⣿⣿⣿⣿⣿⡇${c1}⠀⠀⠀⠀⠀⣀⣀⣬⣽⣿⣿⣿⣿⣿⣿⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀⠀⠀⠀${c3}⠈⠻⢿⣿⣿⡿⠟⠁${c1}⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ - ⠀⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ - ${c2} ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣤⣤⣄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ - ${c2} ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣄⠀⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ - ${c2} ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⠀⠀⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠀ - ${c2} ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠛⠉⠉⠛⠛⢿⣿⣿⠀⠀⠀⠀⠀⠸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠀ - ${c2} ⠘⢿⣿⣿⣿⣿⣿⣿⣿⡿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠈⢿⠀⠀⠀⠀⠀⠀⠙⢿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀ - ${c2} ⠈⠙⠛⠛⠛⠋⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠛⠛⠛⠛⠉⠁ -""") - \ No newline at end of file diff --git a/hyfetch/distros/nomadbsd.py b/hyfetch/distros/nomadbsd.py deleted file mode 100644 index cea136eb..00000000 --- a/hyfetch/distros/nomadbsd.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nomadbsd = AsciiArt(match=r'''"NomadBSD"*''', color='4', ascii=r""" -${c1} _======__ - (===============\ - (===================\ - _ _---__ - (= ====- - (= ====== - (== ====== - (== ====== - (==\ \=-_ _=/ /====/ - (==\ \========/ /====/ /====-_ - (==\ \=====/ /==/ /===-- -/================/ /===- -\===========/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/nurunner.py b/hyfetch/distros/nurunner.py deleted file mode 100644 index b718c054..00000000 --- a/hyfetch/distros/nurunner.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nurunner = AsciiArt(match=r'''"Nurunner"*''', color='4', ascii=r""" -${c1} ,xc - ;00cxXl - ;K0, .xNo. - :KO' .lXx. - cXk. ;xl cXk. - cXk. ;k:.,xo. cXk. - .lXx. :x::0MNl,dd. :KO, - .xNx. cx;:KMMMMMNo'dx. ;KK; - .dNl. cd,cXMMMMMMMMMWd,ox' 'OK: -;WK. 'K,.KMMMMMMMMMMMMMWc.Kx lMO - 'OK: 'dl'xWMMMMMMMMMM0::x: 'OK: - .kNo .xo'xWMMMMMM0;:O: ;KK; - .dXd. .do,oNMMO;ck: ;00, - oNd. .dx,;'cO; ;K0, - oNx. okk; ;K0, - lXx. :KO' - cKk' cXk. - ;00:lXx. - ,kd. -""") - \ No newline at end of file diff --git a/hyfetch/distros/nutyx.py b/hyfetch/distros/nutyx.py deleted file mode 100644 index 327ade2a..00000000 --- a/hyfetch/distros/nutyx.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -nutyx = AsciiArt(match=r'''"NuTyX"*''', color='4 1', ascii=r""" -${c1} . - . - ... - ... - .... .........--. - ..-++-----....--++++++---. - .-++++++-. .-++++++++++++-----.. - .--... .++..-+++--.....-++++++++++--.. - . .-+-. .**- .... ..-+----.. - .+++. .*+. + -++-----. - .+++++- ++. .*+. .....-+++-----. - -+++-++. .+. .-+***++***++--++++. . - -+-. -- -. -*- ...... ..--. -.-. .+- . -+. -. .+- +. - -- -- - -+----. .- - -++-.+. . - .++. -- - +. ----. - . .+. .. - - . - . -""") - \ No newline at end of file diff --git a/hyfetch/distros/obarun.py b/hyfetch/distros/obarun.py deleted file mode 100644 index 84d42153..00000000 --- a/hyfetch/distros/obarun.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -obarun = AsciiArt(match=r'''"Obarun"*''', color='6 6 7 1', ascii=r""" -${c1} ,;::::; - ;cooolc;, - ,coool; - ,loool, - loooo; - :ooool - cooooc ,:ccc; - looooc :oooooool - cooooo ;oooooooooo, - :ooooo; :ooooooooooo - oooooo oooooooooooc - :oooooo :ooooooooool - loooooo ;oooooooool - looooooc .coooooooc - cooooooo: ,;co; - ,ooooooool; ,:loc - cooooooooooooloooooc - ;ooooooooooooool; - ;looooooolc; -""") - \ No newline at end of file diff --git a/hyfetch/distros/obrevenge.py b/hyfetch/distros/obrevenge.py deleted file mode 100644 index 5afe96b2..00000000 --- a/hyfetch/distros/obrevenge.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -obrevenge = AsciiArt(match=r'''"OBRevenge"*''', color='1 7 3', ascii=r""" -${c1} __ __ - _@@@@ @@@g_ - _@@@@@@ @@@@@@ - _@@@@@@M W@@@@@@_ - j@@@@P ^W@@@@ - @@@@L____ _____Q@@@@ -Q@@@@@@@@@@j@@@@@@@@@@ -@@@@@ T@j@ T@@@@@ -@@@@@ ___Q@J@ _@@@@@ -@@@@@fMMM@@j@jggg@@@@@@ -@@@@@ j@j@^MW@P @@@@ -Q@@@@@ggg@@f@ @@@@@@L -^@@@@WWMMP ^ Q@@@@ - @@@@@_ _@@@@l - W@@@@@g_____g@@@@@P - @@@@@@@@@@@@@@@@l - ^W@@@@@@@@@@@P - ^TMMMMTll -""") - \ No newline at end of file diff --git a/hyfetch/distros/omnios.py b/hyfetch/distros/omnios.py deleted file mode 100644 index ae35a2e4..00000000 --- a/hyfetch/distros/omnios.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -omnios = AsciiArt(match=r'''"OmniOS"*''', color='15 3 8', ascii=r""" -${c1} - ____ __ __ _ _ _ - / __ \ | \/ || \ | || | - | | | || || \| || | - | |__| || |\/| || , `${c2}_${c1}||${c2}_${c1}| ${c2}____${c1} - \____/ |_| |_||_|\${c2}/ __ \ / ___| - | | | ||(__ - ${c3}community${c2} | |__| | ___)| - ${c3}edition${c2} \____/ |____/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/open_source_media_center.py b/hyfetch/distros/open_source_media_center.py deleted file mode 100644 index cafacba1..00000000 --- a/hyfetch/distros/open_source_media_center.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -open_source_media_center = AsciiArt(match=r'''"Open Source Media Center"* | "osmc"''', color='4 7 1', ascii=r""" -${c1} -+shdmNNNNmdhs+- - .+hMNho/:..``..:/ohNMh+. - :hMdo. .odMh: - -dMy- -yMd- - sMd- -dMs - hMy +. .+ yMh - yMy dMs. .sMd yMy -:Mm dMNMs` `sMNMd `mM: -yM+ dM//mNs``sNm//Md +My -mM- dM: +NNNN+ :Md -Mm -mM- dM: `oNN+ :Md -Mm -yM+ dM/+NNo` :Md +My -:Mm` dMMNs` :Md `mM: - yMy dMs` -ms yMy - hMy +. yMh - sMd- -dMs - -dMy- -yMd- - :hMdo. .odMh: - .+hMNho/:..``..:/ohNMh+. - -+shdmNNNNmdhs+- -""") - \ No newline at end of file diff --git a/hyfetch/distros/openbsd.py b/hyfetch/distros/openbsd.py deleted file mode 100644 index ca7ff2bd..00000000 --- a/hyfetch/distros/openbsd.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openbsd = AsciiArt(match=r'''"OpenBSD"*''', color='3 7 6 1 8', ascii=r""" -${c3} _ - (_) -${c1} | . -${c1} . |L /| . ${c3} _ -${c1} _ . |\ _| \--+._/| . ${c3}(_) -${c1} / ||\| Y J ) / |/| ./ - J |)'( | ` F`.'/ ${c3} _ -${c1} -<| F __ .-< ${c3}(_) -${c1} | / .-'${c3}. ${c1}`. /${c3}-. ${c1}L___ - J \ < ${c3}\ ${c1} | | ${c5}O${c3}\${c1}|.-' ${c3} _ -${c1} _J \ .- \${c3}/ ${c5}O ${c3}| ${c1}| \ |${c1}F ${c3}(_) -${c1} '-F -<_. \ .-' `-' L__ -__J _ _. >-' ${c1})${c4}._. ${c1}|-' -${c1} `-|.' /_. ${c4}\_| ${c1} F - /.- . _.< - /' /.' .' `\ - /L /' |/ _.-'-\ - /'J ___.---'\| - |\ .--' V | `. ` - |/`. `-. `._) - / .-.\ - \ ( `\ - `.\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/openbsd_small.py b/hyfetch/distros/openbsd_small.py deleted file mode 100644 index 84922894..00000000 --- a/hyfetch/distros/openbsd_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openbsd_small = AsciiArt(match=r'''"openbsd_small"''', color='3 7 6 1 8', ascii=r""" -${c1} _____ - \- -/ - \_/ \ - | ${c2}O O${c1} | - |_ < ) 3 ) - / \ / - /-_____-\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/openeuler.py b/hyfetch/distros/openeuler.py deleted file mode 100644 index e889a888..00000000 --- a/hyfetch/distros/openeuler.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openeuler = AsciiArt(match=r'''"openEuler"*''', color='4 7 1', ascii=r""" -${c1} `.cc.` - ``.cccccccc..` - `.cccccccccccccccc.` - ``.cccccccccccccccccccccc.`` - `..cccccccccccccccccccccccccccc..` -`.ccccccccccccccc${c2}/++/${c1}ccccccccccccccccc.` -.ccccccccccccccc${c2}mNMMNdo+oso+${c1}ccccccccccc. -.cccccccccc${c2}/++odms+//+mMMMMm/:+syso/${c1}cccc -.ccccccccc${c2}yNNMMMs:::/::+o+/:${c1}c${c2}dMMMMMm${c1}cccc -.ccccccc${c2}:+NmdyyhNNmNNNd:${c1}ccccc${c1}${c2}:oyyyo:${c1}cccc -.ccc${c2}:ohdmMs:${c1}cccc${c2}+mNMNmy${c1}ccccccccccccccccc -.cc${c2}/NMMMMMo////:${c1}c${c2}:///:${c1}cccccccccccccccccc -.cc${c2}:syysyNMNNNMNy${c1}ccccccccccccccccccccccc -.cccccccc${c2}+MMMMMNy${c1}c${c2}:/+++/${c1}cccccccccccccccc -.ccccccccc${c2}ohhhs/${c1}c${c2}omMMMMNh${c1}ccccccccccccccc -.ccccccccccccccc${c2}:MMMMMMMM/${c1}cccccccccccccc -.cccccccccccccccc${c2}sNNNNNd+${c1}cccccccccccccc. -`..cccccccccccccccc${c2}/+/:${c1}cccccccccccccc..` - ``.cccccccccccccccccccccccccccc.`` - `.cccccccccccccccccccccc.` - ``.cccccccccccccc.`` - `.cccccccc.` - `....` -""") - \ No newline at end of file diff --git a/hyfetch/distros/openindiana.py b/hyfetch/distros/openindiana.py deleted file mode 100644 index 2e14561d..00000000 --- a/hyfetch/distros/openindiana.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openindiana = AsciiArt(match=r'''"OpenIndiana"*''', color='4 7 1', ascii=r""" -${c2} .sy/ - .yh+ - - ${c1}-+syyyo+- ${c2} /+. - ${c1}+ddo/---/sdh/ ${c2} ym- - ${c1}`hm+ `sms${c2} ym-```````.-. - ${c1}sm+ sm/ ${c2} ym- +s - ${c1}hm. /mo ${c2} ym- /h - ${c1}omo ym: ${c2} ym- `os` - ${c1}smo` .ym+ ${c2} ym- .os- - `` ${c1}:ymy+///oyms- ${c2} ym- .+s+. - ..` ${c1}`:+oo+/-` ${c2} -//oyo- - -:` .:oys/. -+- `./oyys/. -h+` `.-:+oyyyo/-` -`/ossssysso+/-.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/openkylin.py b/hyfetch/distros/openkylin.py deleted file mode 100644 index 739e9e45..00000000 --- a/hyfetch/distros/openkylin.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openkylin = AsciiArt(match=r'''"openKylin"*''', color='2 7', ascii=r""" -${c1} - /KKK] - KKKKKKK` ]KKKK\ - KKKKK/ /KKKKKKKKK\ - KKKK/ ,KKKKKKKKKKKK^ - ,]KKK =KKK` /KKKKKKOOOOOO` -,KKKKKK =KK /` [\OOOOOOO\ - \KKKKK =K ,OOOOOOO` - ,KKKKK =^ \OOOOOO - ,KKKK ^ OOOOOO^ - *KKK^ =OOOOO^ - OOKK^ OOOOOO^ - \OOOK\ /OOOOOO` - OOOOOO] ,OOOOOOO^ - ,OOOOOOOO\] ,[OOOOOOOOO/ - \OOOOOOOOOOOOOOOOOOOOO` - [OOOOOOOOOOOOOOOO/` - ,[OOOOOOOOO] -""") - \ No newline at end of file diff --git a/hyfetch/distros/openmamba.py b/hyfetch/distros/openmamba.py deleted file mode 100644 index c84b983b..00000000 --- a/hyfetch/distros/openmamba.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openmamba = AsciiArt(match=r'''"openmamba"*''', color='7 2', ascii=r""" -${c1} ````` - .-/+ooooooooo+/:-` - ./ooooooooooooooooooo+:. - -+oooooooooooooooooooooooo+- - .+ooooooooo+/:---::/+ooooooooo+. - :oooooooo/-` `-/oo${c2}s´${c1}oooo.${c2}s´${c1} - :ooooooo/` `${c2}sNds${c1}ooo${c2}sNds${c1} - -ooooooo- ${c2}:dmy${c1}ooo${c2}:dmy${c1} - +oooooo: :oooooo- -.ooooooo .://:` -:oooooo+ ./+o+:` --ooooooo` `oooooo+ -`ooooooo: /oooooo+ - -ooooooo: :ooooooo. - :ooooooo+. .+ooooooo: - :oooooooo+-` `-+oooooooo: - .+ooooooooo+/::::://oooooooooo+. - -+oooooooooooooooooooooooo+- - .:ooooooooooooooooooo+:. - `-:/ooooooooo+/:.` - `````` -""") - \ No newline at end of file diff --git a/hyfetch/distros/openmandriva.py b/hyfetch/distros/openmandriva.py deleted file mode 100644 index 1ddce773..00000000 --- a/hyfetch/distros/openmandriva.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openmandriva = AsciiArt(match=r'''"OpenMandriva"*''', color='4', ascii=r""" -${c1} `````` - `-:/+++++++//:-.` - .:+++oooo+/:.`` `` - `:+ooooooo+:. `-:/++++++/:.` - -+oooooooo:` `-++o+/::::://+o+/- - `/ooooooooo- -+oo/.` `-/oo+. - `+ooooooooo. :os/` .+so: - +sssssssss/ :ss/ `+ss- - :ssssssssss` sss` .sso - ossssssssss `yyo sys -`sssssssssss` `yys `yys -`sssssssssss: +yy/ +yy: - oyyyyyyyyyys. `oyy/` `+yy+ - :yyyyyyyyyyyo. `+yhs:. `./shy/ - oyyyyyyyyyyys:` .oyhys+:----/+syhy+. ` - `syyyyyyyyyyyyo-` .:osyhhhhhyys+:``.:` - `oyyyyyyyyyyyyys+-`` `.----.```./oo. - /yhhhhhhhhhhhhhhyso+//://+osyhy/` - `/yhhhhhhhhhhhhhhhhhhhhhhhhy/` - `:oyhhhhhhhhhhhhhhhhhhyo:` - .:+syhhhhhhhhys+:-` - ``....`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/openstage.py b/hyfetch/distros/openstage.py deleted file mode 100644 index d669389a..00000000 --- a/hyfetch/distros/openstage.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -openstage = AsciiArt(match=r'''"OpenStage"*''', color='2', ascii=r""" -${c1} /(/ - .(((((((, - /(((((((((/ - .(((((/,/(((((, - *(((((* ,(((((/ - (((((* .*/(( - *((((/ (//(/* - /((((* ((((((((((, - . /((((* (((((((((((((. - ((. *((((/ ,(((((((( - ,(((/ (((((/ ** ,((((((* - /(((((. .(((((/ //(((* *(((((/ - .(((((, ((/ .(((((/. .(((((, - /((((* ,(((((((/ ,((((( - /(((((((((((((((((((/. /(((((((((/ - /(((((((((((((((((, /(((((((((((/ - */(((((//*. */((/(/(/* -""") - \ No newline at end of file diff --git a/hyfetch/distros/opensuse.py b/hyfetch/distros/opensuse.py deleted file mode 100644 index a7ffefcc..00000000 --- a/hyfetch/distros/opensuse.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -opensuse = AsciiArt(match=r'''"openSUSE"* | "open SUSE"* | "SUSE"*''', color='2 7', ascii=r""" -${c2} .;ldkO0000Okdl;. - .;d00xl:^''''''^:ok00d;. - .d00l' 'o00d. - .d0Kd'${c1} Okxol:;,. ${c2}:O0d. - .OK${c1}KKK0kOKKKKKKKKKKOxo:, ${c2}lKO. - ,0K${c1}KKKKKKKKKKKKKKK0P^${c2},,,${c1}^dx:${c2} ;00, -.OK${c1}KKKKKKKKKKKKKKKk'${c2}.oOPPb.${c1}'0k.${c2} cKO. -:KK${c1}KKKKKKKKKKKKKKK: ${c2}kKx..dd ${c1}lKd${c2} 'OK: -dKK${c1}KKKKKKKKKOx0KKKd ${c2}^0KKKO' ${c1}kKKc${c2} dKd -dKK${c1}KKKKKKKKKK;.;oOKx,..${c2}^${c1}..;kKKK0.${c2} dKd -:KK${c1}KKKKKKKKKK0o;...^cdxxOK0O/^^' ${c2}.0K: - kKK${c1}KKKKKKKKKKKKK0x;,,......,;od ${c2}lKk - '0K${c1}KKKKKKKKKKKKKKKKKKKK00KKOo^ ${c2}c00' - 'kK${c1}KKOxddxkOO00000Okxoc;'' ${c2}.dKk' - l0Ko. .c00l' - 'l0Kk:. .;xK0l' - 'lkK0xl:;,,,,;:ldO0kl' - '^:ldxkkkkxdl:^' -""") - \ No newline at end of file diff --git a/hyfetch/distros/opensuse_leap.py b/hyfetch/distros/opensuse_leap.py deleted file mode 100644 index a784d848..00000000 --- a/hyfetch/distros/opensuse_leap.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -opensuse_leap = AsciiArt(match=r'''"openSUSE Leap"* | "openSUSE_Leap"*''', color='2 7', ascii=r""" -${c2} ==== - ====== - ==== ====+ - +==== +==== - +===+ ==== - ==== ==== - +=== +==== - ==== +==== - ===== ==== - +===+ ===== - ==+ ===== +===+ === - ==== ==== ===== ===== - ==== ======= ==== - ==== === ==== - ====+ ==== - ==== ===== - ====== - == -""") - \ No newline at end of file diff --git a/hyfetch/distros/opensuse_small.py b/hyfetch/distros/opensuse_small.py deleted file mode 100644 index 2796f3e2..00000000 --- a/hyfetch/distros/opensuse_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -opensuse_small = AsciiArt(match=r'''"opensuse_small" | "suse_small"*''', color='2 7', ascii=r""" -${c1} _______ -__| __ \ - / .\ \ - \__/ | - _______| - \_______ -__________/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/opensuse_tumbleweed.py b/hyfetch/distros/opensuse_tumbleweed.py deleted file mode 100644 index 163c5644..00000000 --- a/hyfetch/distros/opensuse_tumbleweed.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -opensuse_tumbleweed = AsciiArt(match=r'''"openSUSE Tumbleweed"* | "openSUSE_Tumbleweed"*''', color='2 7', ascii=r""" -${c2} JJJJJJJJ - JJJJJJJJJJJJJJ - JJJJJJ =JJJJJJJ - JJJJ =JJJ JJJJ - JJJ =JJJ JJJ - JJJJ =JJJ JJJ - JJJJJJJJJJJJJJJ JJJJ - JJJJJJJJJJJJJJ JJJJ - JJJJ JJJJ - JJJJJ= JJJJ - JJJJJJJJJJJJJJJJJJJJJJJJJJJJJ= - =JJJJJJJJJJJJJJJJJJJJJJJJJJJJJ - JJJJ =JJJJJJ - JJJJ =JJJJ - JJJJ JJJJJJJJJJJJJJ - JJJJ JJJJJJJJJJJJJJJ - JJJJ JJJJ JJJJ - JJJ JJJJ JJJ - JJJJJ JJJJ JJJJ - =JJJJJJJJ JJJJJJ - JJJJJJJJJJJJJJ - JJJJJJJ= -""") - \ No newline at end of file diff --git a/hyfetch/distros/opensuse_tumbleweed_slowroll.py b/hyfetch/distros/opensuse_tumbleweed_slowroll.py deleted file mode 100644 index c1d502d8..00000000 --- a/hyfetch/distros/opensuse_tumbleweed_slowroll.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -opensuse_tumbleweed_slowroll = AsciiArt(match=r'''"openSUSE Tumbleweed-Slowroll"* | "openSUSE_Slowroll"*''', color='2 7', ascii=r""" -${c2} _aaaymQQmwaaa, - ,wWQQQD????????$QQQQa,. - _wQQB?" ??QQQa, - sQQD^ ?QQ6\ - yWW' 4QQg - ,QQD .aaaaaaaa ^4Q6 - ,mQP _wWQW?????YWWQa, 4Qm - jQ@ wWW?' ^4QQc ^$QL -,QQ' jWW' )QW\ ]QQ -|QQ ,QW' ]QQ ^QQ| -|QQ |QQ ]QQ QQ| -|QQ 4Qg ]QQ .QQ| -'QQ6 '$WQac. _QQ( jQQ - ]QQw "?QWQQf _mQP ,QQ( - 4QQga wQQP ,mQ? - 4QQQga, saQWP' jQQf - ?QQQQQQwaaaaaaaayWWW?' _mQ@' - ?WQQQP?9VWUV???^ _amQP^ - "4QQQaa, ,awQQQ?^ - "?VQQQQQQQQQQQQQQP?' -""") - \ No newline at end of file diff --git a/hyfetch/distros/opnsense.py b/hyfetch/distros/opnsense.py deleted file mode 100644 index f0743b2e..00000000 --- a/hyfetch/distros/opnsense.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -opnsense = AsciiArt(match=r'''"OPNsense"*''', color='7 202', ascii=r""" -${c1} .''''''''''''''''''''''''''''''''''' - oocc:::::::::::::::::::::::::::::::cox - ;00; o0O - .,:' .;;;;;;;;;;;;;;;;;;;;;;;;;; ;:, - .',;;cxOOOOOOOOOOOOOOOOOOOOOOOkd:;;,.. - .,cll:' ':llc,. - ,;;:okxdxd: :dxdxko:;;, - .xxxx0XNNK0O. .O0KNNX0xxxx. - ,${c2}cc:${c1},. .,${c2}:cc${c1}, - ........;${c2}ccc:${c1};. .;${c2}:ccc${c1};........ - ${c2}ccccccccccccccc ccccccccccccccc${c1} - ........;${c2}ccc:${c1};. .;${c2}:ccc${c1};........ - ,${c2}cc:${c1},. .,${c2}:cc${c1}, - .xxxx0XNNK0O. .O0KNNX0xxxx. - ,;;:okxdxd: :dxdxko:;;, - .,cll:' ':llc,. - .,,;,ckOOOOOOOOOOOOOOOOOOOOOOOOx;,;,'. - .:l' ........................... ;:; - lOk' cdd - ;lccccccccccccccccccccccccccccccccccc:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/oracle.py b/hyfetch/distros/oracle.py deleted file mode 100644 index 0a058af9..00000000 --- a/hyfetch/distros/oracle.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -oracle = AsciiArt(match=r'''"Oracle"*''', color='1 7 3', ascii=r""" -${c1} - `-/+++++++++++++++++/-.` - `/syyyyyyyyyyyyyyyyyyyyyyys/. - :yyyyo/-...............-/oyyyy/ - /yyys- .oyyy+ -.yyyy` `syyy- -:yyyo /yyy/ -.yyyy` `syyy- - /yyys. .oyyyo - /yyyyo:-...............-:oyyyy/` - `/syyyyyyyyyyyyyyyyyyyyyyys+. - `.:/+ooooooooooooooo+/:.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/orchid.py b/hyfetch/distros/orchid.py deleted file mode 100644 index 4b06240a..00000000 --- a/hyfetch/distros/orchid.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -orchid = AsciiArt(match=r'''"orchid"*''', color='255 127 127', ascii=r""" -${c2} .==. - .-${c3}#${c1}@@${c3}#${c2}-. - .-${c3}##${c1}@@@@${c3}##${c2}-. - .-${c3}##${c1}@@@@@@@@${c3}##${c2}-. - :*${c1}@@@@@${c3}####${c1}@@@@@${c2}*: - ..:*${c1}@@@@${c2}==--==${c1}@@@@${c2}*:.. - .-*${c1}%%${c3}#${c2}==${c3}#${c1}@@${c3}#${c2}====${c3}#${c1}@@${c3}#${c2}==${c3}#${c1}%%${c2}*-. - .-${c3}#${c1}@@@@@${c3}##${c2}==${c3}#${c1}@@${c2}++${c1}@@${c3}##${c2}==${c3}#${c1}@@@@@${c3}#${c2}-. - .-${c3}#${c1}@@@@@${c2}#${c1}@@@${c3}#${c2}++#====${c3}#${c2}++#${c1}@@@${c2}#${c1}@@@@@${c3}#${c2}-. -.-${c3}#${c1}@@@@@${c3}#${c2}-==**${c3}###${c2}+:--:+${c3}###${c2}**==-${c3}#${c1}@@@@@${c3}#${c2}-. -.-${c3}#${c1}@@@@@${c3}#${c2}-==**${c3}###${c2}+:--:+${c3}###${c2}**==-${c3}#${c1}@@@@@${c3}#${c2}-. - .-${c3}#${c1}@@@@@${c2}#${c1}@@@${c3}#${c2}++#====${c3}#${c2}++#${c1}@@@${c2}#${c1}@@@@@${c3}#${c2}-. - .-${c3}#${c1}@@@@@${c3}##${c2}==${c3}#${c1}@@${c2}++${c1}@@${c3}##${c2}==${c3}#${c1}@@@@@${c3}#${c2}-. - .-*${c1}%%${c3}#${c2}==${c3}#${c1}@@${c3}#${c2}====${c3}#${c1}@@${c3}#${c2}==${c3}#${c1}%%${c2}*-. - ..:*${c1}@@@@${c2}==--==${c1}@@@@${c2}*:.. - :*${c1}@@@@@${c3}####${c1}@@@@@${c2}*: - .-${c3}##${c1}@@@@@@@@${c3}##${c2}-. - .-${c3}##${c1}@@@@${c3}##${c2}-. - .-${c3}#${c1}@@${c3}#${c2}-. - .==. -""") - \ No newline at end of file diff --git a/hyfetch/distros/orchid_small.py b/hyfetch/distros/orchid_small.py deleted file mode 100644 index d133a87e..00000000 --- a/hyfetch/distros/orchid_small.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -orchid_small = AsciiArt(match=r'''"orchid_small"*''', color='255 127', ascii=r""" -${c2} :##: - -#${c1}@@@@${c2}#- - #${c1}@@${c2}=..=${c1}@@${c2}# - +${c1}@@${c2}- -${c1}@@${c2}+ - -#${c1}@@${c2}*..*${c1}@${c2}..${c1}@${c2}*..*${c1}@@${c2}#- - :#${c1}@@${c2}*+%${c1}@${c2}= . . =${c1}@${c2}%+*${c1}@@${c2}#: - +${c1}@@@${c2}: :-. .-: :${c1}@@@${c2}+ - :#${c1}@@${c2}*+%${c1}@${c2}= . . =${c1}@${c2}%+*${c1}@@${c2}#: - -#${c1}@@${c2}*..*${c1}@${c2}..${c1}@${c2}*..*${c1}@@${c2}#- - +${c1}@@${c2}- -${c1}@@${c2}+ - #${c1}@@${c2}=..=${c1}@@${c2}# - -#${c1}@@@@${c2}#- - :##: -""") - \ No newline at end of file diff --git a/hyfetch/distros/os_elbrus.py b/hyfetch/distros/os_elbrus.py deleted file mode 100644 index d5115e90..00000000 --- a/hyfetch/distros/os_elbrus.py +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -os_elbrus = AsciiArt(match=r'''"OS Elbrus"*''', color='4 7 3', ascii=r""" -${c1} ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ - ██▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██ - ██ ██ - ██ ███████ ███████ ██ - ██ ██ ██ ██ ██ ██ - ██ ██ ██ ██ ██ ██ - ██ ██ ██ ██ ██ ██ - ██ ██ ██ ██ ██ ██ - ██ ██ ███████ ███████ - ██ ██ ██ - ██ ██▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄██ - ██ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀██ - ██ ██ - ███████████████████████████ -""") - \ No newline at end of file diff --git a/hyfetch/distros/pacbsd.py b/hyfetch/distros/pacbsd.py deleted file mode 100644 index 42bc72b5..00000000 --- a/hyfetch/distros/pacbsd.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pacbsd = AsciiArt(match=r'''"PacBSD"*''', color='1 7 3', ascii=r""" -${c1} :+sMs. - `:ddNMd- -o--` - -sMMMMh: `+N+`` - yMMMMMs` .....-/-... `mNh/ - yMMMMMmh+-`:sdmmmmmmMmmmmddy+-``./ddNMMm - yNMMNMMMMNdyyNNMMMMMMMMMMMMMMMhyshNmMMMm - :yMMMMMMMMMNdooNMMMMMMMMMMMMMMMMNmy:mMMd - +MMMMMMMMMmy:sNMMMMMMMMMMMMMMMMMMMmshs- - :hNMMMMMMN+-+MMMMMMMMMMMMMMMMMMMMMMMs. - .omysmNNhy/+yNMMMMMMMMMMNMMMMMMMMMNdNNy- - /hMM:::::/hNMMMMMMMMMMMm/-yNMMMMMMN.mMNh` -.hMMMMdhdMMMMMMMMMMMMMMmo `sMMMMMMN mMMm- -:dMMMMMMMMMMMMMMMMMMMMMdo+ oMMMMMMN`smMNo` -/dMMMMMMMMMMMMMMMMMMMMMNd/` :yMMMMMN:-hMMM. -:dMMMMMMMMMMMMMMMMMMMMMNh` oMMMMMMNo/dMNN` -:hMMMMMMMMMMMMMMMMMMMMMMNs--sMMMMMMMNNmy++` - sNMMMMMMMMMMMMMMMMMMMMMMMmmNMMMMMMNho::o. - :yMMMMMMMMMMMMMNho+sydNNNNNNNmysso/` -// - /dMMMMMMMMMMMMMs- ````````..`` - .oMMMMMMMMMMMMNs` ./y:` - +dNMMNMMMMMMMmy` ``./ys. - `/hMMMMMMMMMMMNo-`` `.+yy+-` - `-/hmNMNMMMMMMmmddddhhy/-` - `-+oooyMMMdsoo+/:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/panwah.py b/hyfetch/distros/panwah.py deleted file mode 100644 index 46f3de54..00000000 --- a/hyfetch/distros/panwah.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -panwah = AsciiArt(match=r'''"Panwah"*''', color='7 1 0', ascii=r""" -${c1} - HHH - HAAAH HHH - HAAAAH HAAAH - HAAAAAAH HAAAAH - HAAAAAAH HAAAAAH - HAAAAAAAAH${c2}WWWWWWWWWWWWWWWW ${c1}HAAAAAH$ - HAAAAAAAAH${c2}WWWWWWWWWWWWWWWWWWWW${c1} HAAAAAH - HAA${c2}WWWWWWWWWWWWWWWWWWWWWWWWWWWWW${c1}AAAAAH${c2} - WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW${c1}WAH${c2} - WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW - WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW - WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW - WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW - WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW - WWWWWWW${c1}AAA${c2}WWWW WWWWWWWWWWWWWWWWWWWWWWWWWWW - WWWW${c1}AAA${c2}WWWWW WWWWWWW WWWWWWWWWWWWWWW - WW${c1}AAA${c2}WWWWWWWWWWWWWWWWW WWWWW${c1}AAA${c2}WWWWWWWW - ${c1}AAA${c2}WWWWW${c1}OOOOOOOOOOO${C2}WWWWWWWWWWW${c1}AAA${c2}WWWWWW - ${c1}OOOO${c3}GGGGGGG${c1}OOOO${c2}WWWWWWWWWW${c1}AAA${c2}WWWW - ${c1}OOO${c3}GGGGGGG${c1}OOO${c2}WWWWWWWWWWWW${c1}AAA${c2}W - ${c1}OOOOOOOOO -""") - \ No newline at end of file diff --git a/hyfetch/distros/parabola.py b/hyfetch/distros/parabola.py deleted file mode 100644 index c2c8f9fc..00000000 --- a/hyfetch/distros/parabola.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -parabola = AsciiArt(match=r'''"Parabola"*''', color='5 7', ascii=r""" -${c1} `.-. `. - `.` `:++. `-+o+. - `` `:+/. `:+/. `-+oooo+ - ``-::-.:+/. `:+/. `-+oooooo+ - `.-:///- ..` .-. `-+oooooooo- - `..-..` `+ooooooooo: -`` :oooooooo/ - `ooooooo: - `oooooo: - -oooo+. - +ooo/` - -ooo- - `+o/. - /+- - //` - -. -""") - \ No newline at end of file diff --git a/hyfetch/distros/parabola_small.py b/hyfetch/distros/parabola_small.py deleted file mode 100644 index ec3e36a1..00000000 --- a/hyfetch/distros/parabola_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -parabola_small = AsciiArt(match=r'''"parabola_small"*''', color='5 7', ascii=r""" -${c1} __ __ __ _ -.`_//_//_/ / `. - / .` - / .` - /.` - /` -""") - \ No newline at end of file diff --git a/hyfetch/distros/parch.py b/hyfetch/distros/parch.py deleted file mode 100644 index 6832f181..00000000 --- a/hyfetch/distros/parch.py +++ /dev/null @@ -1,32 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -parch = AsciiArt(match=r'''"parch"* | "Parch"* | "PARCH"*''', color='4 7 1', ascii=r""" -${c1} ,:lodddd. - .:clooood. - ;clllooooc - ;cclllllloo - .cccccllllll - . ,cccclllll - ':::;; ccccclll; - .:::cccccccccccll; - ;::::ccccllllllcll: - .;::::cccclllloool::; - ;;;::::cccclllolc::::;. - ;;;::::cccclllccc:::::;. - ;;;::::cccclccccc::::::;. - ;;;;::::::llcccccc:::::' - ;;;;:; ,clllccccccc:: - .;; .cllllllcccccc::;::::' - .'''''''''',:lddoooolll - '.....'''',cdddooooollll - ........':oddddoooolllllc - ....';ldddddooooolllllc: - ,cdddddddooooollllccc - :ddddddoooolllllccc - ;ddooooolllllcc. - :ooollllc. - c' -""") - \ No newline at end of file diff --git a/hyfetch/distros/pardus.py b/hyfetch/distros/pardus.py deleted file mode 100644 index c4eb9674..00000000 --- a/hyfetch/distros/pardus.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pardus = AsciiArt(match=r'''"Pardus"*''', color='3 7 6 1 8', ascii=r""" -${c1} .smNdy+- `.:/osyyso+:.` -+ydmNs. -/Md- -/ymMdmNNdhso/::/oshdNNmdMmy/. :dM/ -mN. oMdyy- -y `-dMo .Nm -.mN+` sMy hN+ -: yMs `+Nm. - `yMMddMs.dy `+` sMddMMy` - +MMMo .` . oMMM+ - `NM/ `````.` `.````` +MN` - yM+ `.-:yhomy ymohy:-.` +My - yM: yo oy :My - +Ms .N` `N. +h sM+ - `MN - -::::::- : :o:+`NM` - yM/ sh -dMMMMd- ho +y+My - .dNhsohMh-//: /mm/ ://-yMyoshNd` - `-ommNMm+:/. oo ./:+mMNmmo:` - `/o+.-somNh- :yy: -hNmos-.+o/` - ./` .s/`s+sMdd+``+ddMs+s`/s. `/. - : -y. -hNmddmNy. .y- : - -+ `..` +- -""") - \ No newline at end of file diff --git a/hyfetch/distros/parrot.py b/hyfetch/distros/parrot.py deleted file mode 100644 index d81a04a7..00000000 --- a/hyfetch/distros/parrot.py +++ /dev/null @@ -1,31 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -parrot = AsciiArt(match=r'''"Parrot"*''', color='6 7', ascii=r""" -${c1} `:oho/-` -`mMMMMMMMMMMMNmmdhy- - dMMMMMMMMMMMMMMMMMMs` - +MMsohNMMMMMMMMMMMMMm/ - .My .+dMMMMMMMMMMMMMh. - + :NMMMMMMMMMMMMNo - `yMMMMMMMMMMMMMm: - /NMMMMMMMMMMMMMy` - .hMMMMMMMMMMMMMN+ - ``-NMMMMMMMMMd- - /MMMMMMMMMMMs` - mMMMMMMMsyNMN/ - +MMMMMMMo :sNh. - `NMMMMMMm -o/ - oMMMMMMM. - `NMMMMMM+ - +MMd/NMh - mMm -mN` - /MM `h: - dM` . - :M- - d: - -+ - - -""") - \ No newline at end of file diff --git a/hyfetch/distros/parsix.py b/hyfetch/distros/parsix.py deleted file mode 100644 index 0498bd82..00000000 --- a/hyfetch/distros/parsix.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -parsix = AsciiArt(match=r'''"Parsix"*''', color='3 1 7 8', ascii=r""" - ${c2}-/+/:. - ${c2}.syssssys. - ${c1}.--. ${c2}ssssssssso${c1} ..--. - :++++++: ${c2}+ssssssss+${c1} ./++/+++: - /+++++++++.${c2}.yssooooy`${c1}-+///////o- - /++++++++++.${c2}+soooos:${c1}:+////////+- - :+++++////o-${c2}oooooo-${c1}+/////////- - `-/++//++-${c4}.-----.-${c1}:+/////:- - ${c3}-://::--${c1}-:/:${c4}.--.````.--.${c1}:::-${c3}--::::::. -${c3}-/:::::::://:${c4}.:-` `-:${c3}`:/:::::::--/- -${c3}/::::::::::/-${c4}--. .-.${c3}-/://///::::/ -${c3}-/:::::::::/:${c4}`:-. .-:${c3}`:///////////- - `${c3}-::::--${c1}.-://.${c4}---....---${c1}`:+/:-${c3}--::::-` - ${c1}-/+///+o/-${c4}.----.${c1}.:oo+++o+. - ${c1}-+/////+++o:${c2}syyyyy.${c1}o+++++++++: - ${c1}.+////+++++-${c2}+sssssy+${c1}.++++++++++\ - ${c1}.+:/++++++.${c2}.yssssssy-${c1}`+++++++++: - ${c1}:/+++++- ${c2}+sssssssss ${c1}-++++++- - ${c1}`--` ${c2}+sssssssso ${c1}`--` - ${c2}+sssssy+` - ${c2}`.::-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/pcbsd.py b/hyfetch/distros/pcbsd.py deleted file mode 100644 index a12c0435..00000000 --- a/hyfetch/distros/pcbsd.py +++ /dev/null @@ -1,34 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pcbsd = AsciiArt(match=r'''"PCBSD"* | "TrueOS"*''', color='1 7 3', ascii=r""" -${c1} .. - s. - +y - yN - -MN `. - :NMs `m - .yMMm` `No - `-/+++sdMMMNs+-`+Ms - `:oo+-` .yMMMMy` `-+oNMh - -oo- +NMMMM/ oMMh- - .s+` ` oMMMMM/ - oMMMhy. - +s`- :: :MMMMMd -o `mMMMy`s+ - y+ h .Ny+oNMMMMMN/ sh+NMMMMo +y - s+ .ds -NMMMMMMMMMMNdhdNMMMMMMh` +s --h .NM` `hMMMMMMMMMMMMMMNMMNy: h- -y- hMN` hMMmMMMMMMMMMNsdMNs. -y -m` mMMy` oMMNoNMMMMMMo` sMMMo `m -m` :NMMMdyydMMMMo+MdMMMs sMMMd` `m -h- `+ymMMMMMMMM--M+hMMN/ +MMMMy -h -:y `.sMMMMM/ oMM+.yMMNddNMMMMMm y: - y: `s dMMN- .MMMM/ :MMMMMMMMMMh :y - `h: `mdmMMM/ yMMMMs sMMMMMMMMN- :h` - so -NMMMN /mmd+ `dMMMMMMMm- os - :y: `yMMM` `+NMMMMMMNo`:y: - /s+`.omy /NMMMMMNh/.+s: - .+oo:-. /mdhs+::oo+. - -/o+++++++++++/- -""") - \ No newline at end of file diff --git a/hyfetch/distros/pclinuxos.py b/hyfetch/distros/pclinuxos.py deleted file mode 100644 index 66fd1c58..00000000 --- a/hyfetch/distros/pclinuxos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pclinuxos = AsciiArt(match=r'''"PCLinuxOS"*''', color='4 7 1', ascii=r""" -${c1} mhhhyyyyhhhdN - dyssyhhhhhhhhhhhssyhN - Nysyhhyo/:-.....-/oyhhhssd - Nsshhy+. `/shhysm - dohhy/ -shhsy - dohhs` /hhys -N+hho ${c2}+ssssss+- .+syhys+ ${c1}/hhsy -ohhh` ${c2}ymmo++hmm+`smmy/::+y` ${c1}shh+ -+hho ${c2}ymm- /mmy+mms ${c1}:hhod -/hh+ ${c2}ymmhhdmmh.smm/ ${c1}.hhsh -+hhs ${c2}ymm+::-` /mmy` ` ${c1}/hh+m -yyhh- ${c2}ymm- /dmdyosyd` ${c1}`yhh+ - ohhy` ${c2}://` -/+++/- ${c1}ohhom - N+hhy- `shhoh - sshho. `+hhyom - dsyhhs/. `:ohhhoy - dysyhhhso///://+syhhhssh - dhyssyhhhhhhyssyyhN - mddhdhdmN -""") - \ No newline at end of file diff --git a/hyfetch/distros/pearos.py b/hyfetch/distros/pearos.py deleted file mode 100644 index 03dfd331..00000000 --- a/hyfetch/distros/pearos.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pearos = AsciiArt(match=r'''"pearOS"*''', color='2 3 1 1 5 4', ascii=r""" -\e[0;32m .+yh - sMMMo - sMMN+ - +o: \e[0m -\e[93m ./oyyys+. - :dMMMMMMMMMm/ - :MMMMMMMMMMMMMy - yMMMMMMMMMMMMMN \e[0m -\e[31m mMMMMMMMMMMMMs` - yMMMMMMMMMMMMo - -mMMMMMMMMMMMMM` - oMMMMMMMMMMMMMMM` \e[0m -\e[95m oMMMMMMMMMMMMMMMMy - .MMMMMMMMMMMMMMMMMMy` - +MMMMMMMMMMMMMMMMMMMMy/` - /MMMMMMMMMMMMMMMMMMMMMMMNds \e[0m -\e[34m `mMMMMMMMMMMMMMMMMMMMMMMMM/ - .mMMMMMMMMMMMMMMMMMMMMMM+ - `oNMMMMMMMMMMMMMMMMMMd- - `+hMMMMMMMMMMMMMms- - -/osyhhyso:. \e[0m -""") - \ No newline at end of file diff --git a/hyfetch/distros/pengwin.py b/hyfetch/distros/pengwin.py deleted file mode 100644 index 14039807..00000000 --- a/hyfetch/distros/pengwin.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pengwin = AsciiArt(match=r'''"Pengwin"*''', color='5 5 13', ascii=r""" -${c3} ...` -${c3} `-///:-` -${c3} .+${c2}ssys${c3}/ -${c3} +${c2}yyyyy${c3}o ${c2} -${c2} -yyyyyy: -${c2} `.:/+ooo+/:` -yyyyyy+ -${c2} `:oyyyyyys+:-.`syyyyyy: -${c2} .syyyyyyo-` .oyyyyyyo -${c2} `syyyyyy `-+yyyyyyy/` -${c2} /yyyyyy+ -/osyyyyyyo/. -${c2} +yyyyyy- `.-:::-.` -${c2} .yyyyyy- -${c3} :${c2}yyyyy${c3}o -${c3} .+${c2}ooo${c3}+ -${c3} `.::/:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/pentoo.py b/hyfetch/distros/pentoo.py deleted file mode 100644 index 22afa5a9..00000000 --- a/hyfetch/distros/pentoo.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pentoo = AsciiArt(match=r'''"Pentoo"*''', color='5 7', ascii=r""" -${c2} `:oydNNMMMMNNdyo:` - :yNMMMMMMMMMMMMMMMMNy: - :dMMMMMMMMMMMMMMMMMMMMMMd: - oMMMMMMMho/-....-/ohMMMMMMMo - oMMMMMMy. .yMMMMMMo - .MMMMMMo oMMMMMM. - +MMMMMm mMMMMM+ - oMMMMMh hMMMMMo - //hMMMMMm//${c1}`${c2} ${c1}`${c2}////mMMMMMh// -MMMMMMMMMMM${c1}/${c2} ${c1}/o/`${c2} ${c1}.${c2}smMMMMMMMMMMM -MMMMMMMMMMm ${c1}`NMN:${c2} ${c1}.${c2}yMMMMMMMMMM -MMMMMMMMMMMh${c1}:.${c2} dMMMMMMMMM -MMMMMMMMMMMMMy${c1}.${c2} ${c1}-${c2}NMMMMMMMMM -MMMMMMMMMMMd:${c1}`${c2} ${c1}-${c2}yNMMMMMMMMMM -MMMMMMMMMMh${c1}`${c2} ${c1}./${c2}hNMMMMMMMMMMMM -MMMMMMMMMM${c1}s${c2} ${c1}.:${c2}ymMMMMMMMMMMMMMMM -MMMMMMMMMMN${c1}s:..-/${c2}ohNMMMMMMMMMMMMMMMMMM -MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM -MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM - MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM -""") - \ No newline at end of file diff --git a/hyfetch/distros/peppermint.py b/hyfetch/distros/peppermint.py deleted file mode 100644 index c17751c6..00000000 --- a/hyfetch/distros/peppermint.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -peppermint = AsciiArt(match=r'''"Peppermint"*''', color='1 15 3', ascii=r""" -${c1} PPPPPPPPPPPPPP -${c1} PPPP${c2}MMMMMMM${c1}PPPPPPPPPPP -${c1} PPPP${c2}MMMMMMMMMM${c1}PPPPPPPP${c2}MM${c1}PP -${c1} PPPPPPPP${c2}MMMMMMM${c1}PPPPPPPP${c2}MMMMM${c1}PP -${c1} PPPPPPPPPPPP${c2}MMMMMM${c1}PPPPPPP${c2}MMMMMMM${c1}PP -${c1} PPPPPPPPPPPP${c2}MMMMMMM${c1}PPPP${c2}M${c1}P${c2}MMMMMMMMM${c1}PP -${c1} PP${c2}MMMM${c1}PPPPPPPPPP${c2}MMM${c1}PPPPP${c2}MMMMMMM${c1}P${c2}MM${c1}PPPP -${c1} P${c2}MMMMMMMMMM${c1}PPPPPP${c2}MM${c1}PPPPP${c2}MMMMMM${c1}PPPPPPPP -${c1} P${c2}MMMMMMMMMMMM${c1}PPPPP${c2}MM${c1}PP${c2}M${c1}P${c2}MM${c1}P${c2}MM${c1}PPPPPPPPPPP -${c1} P${c2}MMMMMMMMMMMMMMMM${c1}PP${c2}M${c1}P${c2}MMM${c1}PPPPPPPPPPPPPPPP -${c1} P${c2}MMM${c1}PPPPPPPPPPPPPPPPPPPPPPPPPPPPPP${c2}MMMMM${c1}P -${c1} PPPPPPPPPPPPPPPP${c2}MMM${c1}P${c2}M${c1}P${c2}MMMMMMMMMMMMMMMM${c1}PP -${c1} PPPPPPPPPPP${c2}MM${c1}P${c2}MM${c1}PPPP${c2}MM${c1}PPPPP${c2}MMMMMMMMMMM${c1}PP -${c1} PPPPPPPP${c2}MMMMMM${c1}PPPPP${c2}MM${c1}PPPPPP${c2}MMMMMMMMM${c1}PP -${c1} PPPP${c2}MM${c1}P${c2}MMMMMMM${c1}PPPPPP${c2}MM${c1}PPPPPPPPPP${c2}MMMM${c1}PP -${c1} PP${c2}MMMMMMMMM${c1}P${c2}M${c1}PPPP${c2}MMMMMM${c1}PPPPPPPPPPPPP -${c1} PP${c2}MMMMMMM${c1}PPPPPPP${c2}MMMMMM${c1}PPPPPPPPPPPP -${c1} PP${c2}MMMM${c1}PPPPPPPPP${c2}MMMMMMM${c1}PPPPPPPP -${c1} PP${c2}MM${c1}PPPPPPPP${c2}MMMMMMMMMM${c1}PPPP -${c1} PPPPPPPPPP${c2}MMMMMMMM${c1}PPPP -${c1} PPPPPPPPPPPPPP -""") - \ No newline at end of file diff --git a/hyfetch/distros/peropesis.py b/hyfetch/distros/peropesis.py deleted file mode 100644 index 5d7cfabf..00000000 --- a/hyfetch/distros/peropesis.py +++ /dev/null @@ -1,12 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -peropesis = AsciiArt(match=r'''"Peropesis"*''', color='4 7 1', ascii=r""" -${c1}#### #### #### ### #### #### #### # #### -# # # # # # # # # # # # # -#### ### #### # # #### ### # # # -# # # # # # # # # # # -# #### # # ### # #### #### # #### -""") - \ No newline at end of file diff --git a/hyfetch/distros/phyos.py b/hyfetch/distros/phyos.py deleted file mode 100644 index e6303da9..00000000 --- a/hyfetch/distros/phyos.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -phyos = AsciiArt(match=r'''"phyOS"*''', color='33 33 7 1', ascii=r""" -${c1}.^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^.^^^^^. - :777777777777777777777777777777^~7777: - .~~~~~~~~~~~~~~~~~~~~~^~7777!:!777!. - ~7!!!!!!!!!!!!!!!!!^:!777~^!777~ - ^77777!!!!!!!!!7!^^7777^^7777^ - ^7777~.~~~~^. .~7777^~7777: - :!777~^!777~. !777!:~777!: - .!777!:~777!:~77~:!777!. - ~777!^~7777:^~^!777~ - ^7777^^7777^^7777^ - :7777~^!7777777: - .!777!:!7777!. - .~777!:~77~. - ~7777^~~ - ^7777. - :77: - .. -""") - \ No newline at end of file diff --git a/hyfetch/distros/pikaos.py b/hyfetch/distros/pikaos.py deleted file mode 100644 index 11a69a43..00000000 --- a/hyfetch/distros/pikaos.py +++ /dev/null @@ -1,36 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pikaos = AsciiArt(match=r'''"PikaOS"*''', color='11', ascii=r""" -${c1} - '',,, ,,,d, - ',, ,,' - ', ,. - ., ' - . . - ' . - .. oddddkdlc:;,.. .. - . ............lllc, . - . ....................: . - . . .................... - '. ..........'o........d0XX0. - ....lllllllcOOOcllllll............cxlxc...;okkkx. - ..................................';lc'...lo. - .'''''''''''''.....................,;,....... - ',,,,,,,,,,,,,,,,''...............dkkkd...... - ',,,,,,,,,,,,,,,,,,,'............;okkkd;.... - .,,,,,,,,,,,,,,,,,,,,,............;cll;..... - ,,,,,,,,,,,,,,,,,,,,'....................:d, - ,,,,,,,,,,,,,,,,,,,....................oxxx: - .,,,,,,,,,,,,,,,,,'..................oxxxxx. . - .,,,,,,,,,,,,,,'.......... ,oxxxxxxx . - .;,,,,,,,,,,,,'.. 'cxxxxxxxxx, - :dl:,'',,'.... .;lxxxxxxxxxd; - ,codol:;'. ...,;cldxxxxxxxxxoc. - .:cxxxxxdlccccc:ccldxxxxxxxxxxxxxx::. - .'::dxxxxxxxxxxxxxxxxxxxxxxxd::'. - ..,::cdxxxxxxxxxxxxxdc::,.. - ...,;:::::::;,... -""") - \ No newline at end of file diff --git a/hyfetch/distros/pisi.py b/hyfetch/distros/pisi.py deleted file mode 100644 index 4373f640..00000000 --- a/hyfetch/distros/pisi.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pisi = AsciiArt(match=r'''"Pisi"*''', color='12 7 6 1 8', ascii=r""" -${c1} \Fv/!- `:?lzC -${c1} Q!::=zFx! ${c2}`;v6WBCicl;` ${c1},vCC\!::#. -${c1} ,%:::,'` ${c2}+#%@@FQ@@. ,cF%i${c1}``-',::a? -${c1} +m:,'```${c2}}3,/@@Q\@@ "af-${c1} `-'"7f - =o'.` ${c2}/m' :Q@:Qg ,kl${c1} `.|o - :k` '${c2}$+ 'Narm >d,${c1} ii - #`${c2}!p. `C , 'd+${c1} %' -${c2} !0m `6Kv - =a m+ - !A !\L|: :|L\! $: - .8` Q''%Q#' '#Q%''Q `0- - :6 E|.6QQu uQQ6.|E p: - i{ \jts9? ?9stj\ u\ - |a` -''. `e> - ,m+ ${c1}'^ !`${c2}s@@@@a${c1}'"`+`${c2} >e' - !3|${c1}`|=>>r- ${c2}'U%:${c1} '>>>=:`\3! - 'xopE| ${c2}`'${c1} `ledoz- - `;=>>+`${c2}`^llci/|==|/iclc;`${c1}'>>>>: - `^`+~ ${c2}````${c1} !!-^ -""") - \ No newline at end of file diff --git a/hyfetch/distros/pnm_linux.py b/hyfetch/distros/pnm_linux.py deleted file mode 100644 index fa85322b..00000000 --- a/hyfetch/distros/pnm_linux.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pnm_linux = AsciiArt(match=r'''"PNM Linux"* | "WHPNM Linux"*''', color='33 9 15 202', ascii=r""" - -${c1} - ``.---..` `--` - ``.---........-:.${c2}-::`${c1} - ${c2}./::-${c1}........${c2}--::.````${c1} - ${c2}.:://:::${c1}----${c2}::::-..${c1} - ..${c2}--:::::--::::++-${c1}.` - ${c2}`-:-`${c1} .-ohy+::${c2}-:::${c1}/sdmdd:.${c2} `-:- - .-:::${c1}...${c3}sNNmds$y${c1}o/+${c3}sy+NN$m${c1}d+.`${c2}-:::-. - `.-:-${c1}./${c3}dN${c1}()${c3}yyooosd${c1}()${c3}$m${c1}dy${c2}-.::-.`${c1} - ${c2}`.${c1}-...-${c3}+hNdyyyyyydmy${c1}:......${c2}`${c1} - ``..--.....-${c3}yNNm${c4}hssssh${c3}mmdo${c1}.........``` -`-:://:.....${c3}hNNNNN${c4}mddm${c3}NNNmds${c1}.....//::--` - ```.:-...${c3}oNNNNNNNNNNNNNNmd/${c1}...:-.``` - .....${c3}hNNNNNNNNNNNNNNmds${c1}....` - --...${c3}hNNNNNNNNNNNNNNmdo${c1}..... - .:...${c3}/NNNNNNNNNNNNNNdd${c1}:....` - `-...${c3}+mNNNNNNNNNNNmh${c1}:...-. - ${c4}.:+o+/:-${c1}:+oo+///++o+/:-${c4}:/+ooo/:. - ${c4}+oo/:o- +oooooso.` - ${c4}.` ` `/ .-//- -""") - \ No newline at end of file diff --git a/hyfetch/distros/pop__os.py b/hyfetch/distros/pop__os.py deleted file mode 100644 index 7867c799..00000000 --- a/hyfetch/distros/pop__os.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pop__os = AsciiArt(match=r'''"Pop!_OS"* | "popos"* | "pop_os"*''', color='6 7', ascii=r""" -${c1} ///////////// - ///////////////////// - ///////${c2}*767${c1}//////////////// - //////${c2}7676767676*${c1}////////////// - /////${c2}76767${c1}//${c2}7676767${c1}////////////// - /////${c2}767676${c1}///${c2}*76767${c1}/////////////// - ///////${c2}767676${c1}///${c2}76767${c1}.///${c2}7676*${c1}/////// -/////////${c2}767676${c1}//${c2}76767${c1}///${c2}767676${c1}//////// -//////////${c2}76767676767${c1}////${c2}76767${c1}///////// -///////////${c2}76767676${c1}//////${c2}7676${c1}////////// -////////////,${c2}7676${c1},///////${c2}767${c1}/////////// -/////////////*${c2}7676${c1}///////${c2}76${c1}//////////// -///////////////${c2}7676${c1}//////////////////// - ///////////////${c2}7676${c1}///${c2}767${c1}//////////// - //////////////////////${c2}'${c1}//////////// - //////${c2}.7676767676767676767,${c1}////// - /////${c2}767676767676767676767${c1}///// - /////////////////////////// - ///////////////////// - ///////////// -""") - \ No newline at end of file diff --git a/hyfetch/distros/popos_small.py b/hyfetch/distros/popos_small.py deleted file mode 100644 index 88794dd8..00000000 --- a/hyfetch/distros/popos_small.py +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -popos_small = AsciiArt(match=r'''"popos_small"* | "pop_os_small"*''', color='6 7', ascii=r""" -${c1}______ -\ _ \ __ - \ \ \ \ / / - \ \_\ \ / / - \ ___\ /_/ - \ \ _ - __\_\__(_)_ - (___________)` -""") - \ No newline at end of file diff --git a/hyfetch/distros/porteus.py b/hyfetch/distros/porteus.py deleted file mode 100644 index 12577f30..00000000 --- a/hyfetch/distros/porteus.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -porteus = AsciiArt(match=r'''"Porteus"*''', color='6 7', ascii=r""" -${c1} `.-:::-.` - -+ydmNNNNNNNmdy+- - .+dNmdhs+//////+shdmdo. - .smmy+-` ./sdy: - `omdo. `.-/+osssso+/-` `+dy. - `yms. `:shmNmdhsoo++osyyo-``oh. - hm/ .odNmds/.` ``.....:::-+s -/m: `+dNmy:` `./oyhhhhyyooo++so -ys `yNmy- .+hmmho:-.` ``` -s: yNm+` .smNd+. -`` /Nm: +dNd+` - yN+ `smNy. - dm oNNy` - hy -mNm. - +y oNNo - `y` sNN: - `: +NN: - ` .mNo - /mm` - /my` - .sy` - .+: - ` -""") - \ No newline at end of file diff --git a/hyfetch/distros/postmarketos.py b/hyfetch/distros/postmarketos.py deleted file mode 100644 index 597d4cf9..00000000 --- a/hyfetch/distros/postmarketos.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -postmarketos = AsciiArt(match=r'''"PostMarketOS"*''', color='2 7', ascii=r""" -${c1} /\ - / \ - / \ - / \ - / \ - / \ - \ \ - /\ \____ \ - / \____ \ \ - / / \ \ - / / \ ___\ - / / \ / ____ - / / \/ / \ - / / __________/ \ - / \ \ \ - / \ \ \ - / / / \ -/___________/ /____________________\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/postmarketos_small.py b/hyfetch/distros/postmarketos_small.py deleted file mode 100644 index 4dc2bd42..00000000 --- a/hyfetch/distros/postmarketos_small.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -postmarketos_small = AsciiArt(match=r'''"postmarketos_small"''', color='2 7', ascii=r""" -${c1} /\ - / \ - / \ - \__ \ - /\__ \ _\ - / / \/ __ - / / ____/ \ - / \ \ \ -/_____/ /________\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/profelis_sambabox.py b/hyfetch/distros/profelis_sambabox.py deleted file mode 100644 index 24d5a170..00000000 --- a/hyfetch/distros/profelis_sambabox.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -profelis_sambabox = AsciiArt(match=r'''"Profelis SambaBOX"* | "SambaBOX"*''', color='3 6', ascii=r""" -${c1} - # - *////##### - /////////#########( - .((((((///// ,####(#((((( - /#######(((* (#(((((((((. -//((#(#(#, ((##( ,((((((// -////// #(##########( ////// -////// ((#(#(#(#(##########(///////// -/////( (((((((#########(##((((((///// -/(((#( ((((/ -####(# ((### -#########(((/////////(((((((((, (#(#( -########( /////////(((((((* ##### -####///, *////((( ((((((( -./////////// .//((((((((( - ///////////, *(/////((((* - ,/(((((((((##########/. - .((((((####### - ((##* -""") - \ No newline at end of file diff --git a/hyfetch/distros/proxmox.py b/hyfetch/distros/proxmox.py deleted file mode 100644 index 18a7da17..00000000 --- a/hyfetch/distros/proxmox.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -proxmox = AsciiArt(match=r'''"Proxmox"*''', color='7 202', ascii=r""" -${c1} .://:` `://:. - `hMMMMMMd/ /dMMMMMMh` - `sMMMMMMMd: :mMMMMMMMs` -${c2}`-/+oo+/:${c1}`.yMMMMMMMh- -hMMMMMMMy.`${c2}:/+oo+/-` -`:oooooooo/${c1}`-hMMMMMMMyyMMMMMMMh-`${c2}/oooooooo:` - `/oooooooo:${c1}`:mMMMMMMMMMMMMm:`${c2}:oooooooo/` - ./ooooooo+-${c1} +NMMMMMMMMN+ ${c2}-+ooooooo/. - .+ooooooo+-${c1}`oNMMMMNo`${c2}-+ooooooo+. - -+ooooooo/.${c1}`sMMs`${c2}./ooooooo+- - :oooooooo/${c1}`..`${c2}/oooooooo: - :oooooooo/`${c1}..${c2}`/oooooooo: - -+ooooooo/.`${c1}sMMs${c2}`./ooooooo+- - .+ooooooo+-`${c1}oNMMMMNo${c2}`-+ooooooo+. - ./ooooooo+-${c1} +NMMMMMMMMN+ ${c2}-+ooooooo/. - `/oooooooo:`${c1}:mMMMMMMMMMMMMm:${c2}`:oooooooo/` -`:oooooooo/`${c1}-hMMMMMMMyyMMMMMMMh-${c2}`/oooooooo:` -`-/+oo+/:`${c1}.yMMMMMMMh- -hMMMMMMMy.${c2}`:/+oo+/-` -${c1} `sMMMMMMMm: :dMMMMMMMs` - `hMMMMMMd/ /dMMMMMMh` - `://:` `://:` -""") - \ No newline at end of file diff --git a/hyfetch/distros/puffos.py b/hyfetch/distros/puffos.py deleted file mode 100644 index 121982e5..00000000 --- a/hyfetch/distros/puffos.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -puffos = AsciiArt(match=r'''"PuffOS"*''', color='3', ascii=r''' -${c1} - _,..._,m, - ,/' '""; - / ". - ,'mmmMMMMmm. \ - _/-"^^^^^"""%#%mm, ; - ,m,_,' "###) ;, -(###% \#/ ;##mm. - ^#/ __ ___ ; (######) - ; //.\ //.\ ; \####/ - _; (#\"// \"/#) ; ,/ -@##\ \##/ = `"=" ,;mm/ -`\##>.____,...,____,<####@ -''') - \ No newline at end of file diff --git a/hyfetch/distros/puppy.py b/hyfetch/distros/puppy.py deleted file mode 100644 index da8deb86..00000000 --- a/hyfetch/distros/puppy.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -puppy = AsciiArt(match=r'''"Puppy"* | "Quirky Werewolf"* | "Precise Puppy"*''', color='4 7', ascii=r""" -${c1} `-/osyyyysosyhhhhhyys+- - -ohmNNmh+/hMMMMMMMMNNNNd+dMMMMNM+ - yMMMMNNmmddo/NMMMNNNNNNNNNo+NNNNNy -.NNNNNNmmmddds:MMNNNNNNNNNNNh:mNNN/ --NNNdyyyhdmmmd`dNNNNNmmmmNNmdd/os/ -.Nm+shddyooo+/smNNNNmmmmNh. :mmd. - NNNNy:` ./hmmmmmmmNNNN: hNMh - NMN- -++- +NNNNNNNNNNm+..-sMMMM- -.MMo oNNNNo hNNNNNNNNmhdNNNMMMMM+ -.MMs /NNNN/ dNmhs+:-` yMMMMMMMM+ - mMM+ .. `sNN+. hMMMMhhMMM- - +MMMmo:...:sNMMMMMms:` hMMMMm.hMMy - yMMMMMMMMMMMNdMMMMMM::/+o+//dMMd` - sMMMMMMMMMMN+:oyyo:sMMMNNMMMNy` - :mMMMMMMMMMMMmddNMMMMMMMMmh/ - /dMMMMMMMMMMMMMMMMMMNdy/` - .+hNMMMMMMMMMNmdhs/. - .:/+ooo+/:-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/pureos.py b/hyfetch/distros/pureos.py deleted file mode 100644 index 0feafa6a..00000000 --- a/hyfetch/distros/pureos.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pureos = AsciiArt(match=r'''"PureOS"*''', color='2 7 7', ascii=r""" -${c1}dmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmd -dNm//////////////////////////////////mNd -dNd dNd -dNd dNd -dNd dNd -dNd dNd -dNd dNd -dNd dNd -dNd dNd -dNd dNd -dNm//////////////////////////////////mNd -dmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmd -""") - \ No newline at end of file diff --git a/hyfetch/distros/pureos_small.py b/hyfetch/distros/pureos_small.py deleted file mode 100644 index 4bca6211..00000000 --- a/hyfetch/distros/pureos_small.py +++ /dev/null @@ -1,13 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -pureos_small = AsciiArt(match=r'''"pureos_small"*''', color='2 7 7', ascii=r""" -${c1} _____________ -| _________ | -| | | | -| | | | -| |_________| | -|_____________| -""") - \ No newline at end of file diff --git a/hyfetch/distros/q4os.py b/hyfetch/distros/q4os.py deleted file mode 100644 index b8f06e86..00000000 --- a/hyfetch/distros/q4os.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -q4os = AsciiArt(match=r'''"Q4OS"*''', color='4 1', ascii=r""" -${c1} .:***** :=====. - ${c1}.:******** :========. - ${c1} .*********** :===========. - ${c1}.:************ :============- - ${c1} .************** :============== - ${c1} :*************** :=============== - ${c1}:**************. :=============== -${c1}.*************: .=============. -${c1}*************. .============: - -${c1}:############. ${c2}:==: -${c1}:##############. ${c2}:======: - ${c1}:################ ${c2}.==========: - ${c1}:############### ${c2}.===========: - ${c1}:############## ${c2}.===========: - ${c1}:############# ${c2}.=========: - ${c1}:########### ${c2}.=====: - ${c1}.######### ${c2}.=: - ${c1}.##### -""") - \ No newline at end of file diff --git a/hyfetch/distros/qnx.py b/hyfetch/distros/qnx.py deleted file mode 100644 index 2a7d88e6..00000000 --- a/hyfetch/distros/qnx.py +++ /dev/null @@ -1,21 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -qnx = AsciiArt(match=r'''"QNX"* | "Blackberry 10"*''', color='1', ascii=r""" -${c1} .KMMMMMbo .KMMMMMbo - aMMMMMMMMb aMMMMMMMMb - ,KMMMMMMMMp ,KMMMMMMMMp - AMMMMMMMP* AMMMMMMMP* ,KMMMMMbo - aMMMMMMMMb - .KMMMMMbo .KMMMMMbo .KMMMMMMMMp - aMMMMMMMMb aMMMMMMMMb AMMMMMMMP* -,KMMMMMMMMp .KMMMMMMMMp -AMMMMMMMP* AMMMMMMMP* .KMMMMMbo - aMMMMMMMMb - .KMMMMMbo ,KMMMMMMMMp - aMMMMMMMMb AMMMMMMMP* - ,KMMMMMMMMp - AMMMMMMMP* -""") - \ No newline at end of file diff --git a/hyfetch/distros/qubes.py b/hyfetch/distros/qubes.py deleted file mode 100644 index cac8b590..00000000 --- a/hyfetch/distros/qubes.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -qubes = AsciiArt(match=r'''"Qubes"*''', color='4 5 7 6', ascii=r""" -${c1} `..--..` - `.----------.` - `..----------------..` - `.------------------------.`` - `..-------------....-------------..` -.::----------..`` ``..----------:+: -:////:----..` `..---:/ossso -:///////:` `/osssssso -:///////: /ssssssso -:///////: /ssssssso -:///////: /ssssssso -:///////: /ssssssso -:///////: /ssssssso -:////////-` .:sssssssso -:///////////-.` `-/osssssssssso -`//////////////:-```.:+ssssssssssssso- - .-://////////////sssssssssssssso/-` - `.:///////////sssssssssssssso:. - .-:///////ssssssssssssssssss/` - `.:////ssss+/+ssssssssssss. - `--//- `-/osssso/. -""") - \ No newline at end of file diff --git a/hyfetch/distros/qubyt.py b/hyfetch/distros/qubyt.py deleted file mode 100644 index f3d9bdef..00000000 --- a/hyfetch/distros/qubyt.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -qubyt = AsciiArt(match=r'''"Qubyt"*''', color='4 5 0 4', ascii=r""" -${c1} ########################${c2}(${c3}ooo -${c1} ########################${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}###${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}###${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}###${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}###${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}###${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}###${c2}(${c3}ooo -${c1}###${c2}(${c3}ooo ${c1}##${c3}o ${c2}((((${c3}ooo -${c1}###${c2}(${c3}ooo o${c2}((${c1}### ${c3}oooooo -${c1}###${c2}(${c3}ooo oo${c2}((${c1}###${c3}o -${c1}###${c2}(${c3}ooo ooo${c2}((${c1}### -${c1}################${c2}(${c3}oo oo${c2}((((${c3}o -${c2}(((((((((((((((((${c3}ooo ooooo - oooooooooooooooooo o -""") - \ No newline at end of file diff --git a/hyfetch/distros/quibian.py b/hyfetch/distros/quibian.py deleted file mode 100644 index 316a3abd..00000000 --- a/hyfetch/distros/quibian.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -quibian = AsciiArt(match=r'''"Quibian"*''', color='3 7', ascii=r""" -${c1} `.--::::::::--.` - `.-:::-..`` ``..-::-.` - .::::-` .${c2}+${c1}:`` `.-::.` - .::::.` -::::::-` `.::. - `-:::-` -:::::::::--..`` .::` - `::::- .${c2}oy${c1}:::::::---.```.: `::` - -:::: `.-:::::::::::-.``` `:: -.::::.`-:::::::::::::. `:. --::::.::::::::::::::: -: -::::::::::::::::::::` `: -:::::::::::::::::::- `: -::::::::::::::::::: -- -.:::::::::::::::::` `:` -`::::::::::::::::: -` - .:::::::::::::::- -` - `::::::::::::::- `.` - .::::::::::::- `` - `.--:::::-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/radix.py b/hyfetch/distros/radix.py deleted file mode 100644 index e34c58e8..00000000 --- a/hyfetch/distros/radix.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -radix = AsciiArt(match=r'''"Radix"*''', color='1 2', ascii=r""" -${c2} .:oyhdmNo - `/yhyoosdms` - -o+/ohmmho- - ..`.:/:-` - `.--:::-.``${c1} - .+ydNMMMMMMNmhs:` -`omMMMMMMMMMMMMMMNh- -oNMMMNmddhhyyhhhddmy. -mMMMMNmmddhhysoo+/:-` -yMMMMMMMMMMMMMMMMNNh. --dmmmmmNNMMMMMMMMMMs` - -+oossyhmMMMMMMMMd- - `sNMMMMMMMMMMMMMm: - `yMMMMMMNmdhhhh: - `sNMMMMMNmmho. - `+mMMMMMMMy. - .yNMMMm+` - `:yd+. -""") - \ No newline at end of file diff --git a/hyfetch/distros/raspbian.py b/hyfetch/distros/raspbian.py deleted file mode 100644 index bb55f4a1..00000000 --- a/hyfetch/distros/raspbian.py +++ /dev/null @@ -1,30 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -raspbian = AsciiArt(match=r'''"Raspbian"*''', color='2 1', ascii=r""" -${c1} `.::///+:/-. --///+//-:`` - `+oooooooooooo: `+oooooooooooo: - /oooo++//ooooo: ooooo+//+ooooo. - `+ooooooo:-:oo- +o+::/ooooooo: - `:oooooooo+`` `.oooooooo+- - `:++ooo/. :+ooo+/.` - ${c2}...` `.----.` ``.. - .::::-``:::::::::.`-:::-` - -:::-` .:::::::-` `-:::- - `::. `.--.` `` `.---.``.::` - .::::::::` -::::::::` ` - .::` .:::::::::- `::::::::::``::. --:::` ::::::::::. ::::::::::.`:::- -:::: -::::::::. `-:::::::: :::: --::- .-:::-.``....``.-::-. -::- - .. `` .::::::::. `..`.. - -:::-` -::::::::::` .:::::` - :::::::` -::::::::::` :::::::. - .::::::: -::::::::. :::::::: - `-:::::` ..--.` ::::::. - `...` `...--..` `...` - .:::::::::: - `.-::::-` -""") - \ No newline at end of file diff --git a/hyfetch/distros/raspbian_small.py b/hyfetch/distros/raspbian_small.py deleted file mode 100644 index a35c6b52..00000000 --- a/hyfetch/distros/raspbian_small.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -raspbian_small = AsciiArt(match=r'''"Raspbian_small"*''', color='2 1', ascii=r""" -${c1} .. ,. - :oo: .:oo: - 'o\o o/o: -${c2} :: . :: . :: -:: ::: ::: :: -:' '',.'' ': - ::: :::: ::: - ':, '' ,:' - ' ~::~ ' -""") - \ No newline at end of file diff --git a/hyfetch/distros/ravynos.py b/hyfetch/distros/ravynos.py deleted file mode 100644 index f669d7cd..00000000 --- a/hyfetch/distros/ravynos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ravynos = AsciiArt(match=r'''"ravynOS"''', color='15', ascii=r""" -${c1} ..oooo.. - .o$$$$$$$$$$$$$$o. - od$$$$$$$$$$$$$$$$$$$$$o - o$$$$$$$$$$$$$$$$$$$$$$$$$$o - .$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$. - d$$$$$$$$$********$$$$$$$$$$$$$$$b - d$$$$$$$* °****?$$$$$$$$b - $$$$$$* °$$$$$$$ - d$$** .oo$$$$$$$$b - *° o$$$$$$$$$$$$$$ - o$$$$$$$$$$$$$$$$ - o$$$$$$$$$$$$$$$$$P - *$$$$$$$$$$$$$$$$$ - ?$$$$$$$$$$$$$$P - $$$$$$$$$$$$$P - $$$$$$$$$$$$P - ?$$$$$$$$$$* - $$$$$$$*° - d$$$$*° - ° -""") - \ No newline at end of file diff --git a/hyfetch/distros/reborn_os.py b/hyfetch/distros/reborn_os.py deleted file mode 100644 index a34c67c5..00000000 --- a/hyfetch/distros/reborn_os.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -reborn_os = AsciiArt(match=r'''"Reborn OS"* | "Reborn"*''', color='0 4 6', ascii=r""" -${c1} .======================. - ${c1}.#${c2}#*********${c1}%%${c2}*********#${c1}%: - ${c1}:%${c2}#**********${c1}%%${c2}**********#${c1}%- - ${c1}-%${c2}************${c1}%%${c2}************${c1}%= - ${c1}+%${c2}******${c1}%%#####${c1}%%#####%%${c2}******${c1}%+ - ${c1}*%%#${c2}****${c1}%#${c3}+=====${c1}%%${c3}=====+${c1}#%${c2}****${c1}#%%* - ${c1}*%${c2}*#${c1}#%%#%#${c3}====+++${c1}%%${c3}+++====${c1}#%#%%#${c2}#*${c1}##. - ${c1}.##${c2}*****${c1}#%%%#${c3}*++${c1}%######%${c3}*+*${c1}#%%%#${c2}*****${c1}#%. - ${c1}:%#${c2}*****${c1}#%${c3}*=+*${c1}#%%${c3}*++++++*${c1}%%#${c3}*+=*${c1}%#${c2}*****${c1}#%: -${c1}-%#${c2}*****${c1}#%${c3}+====*${c1}%${c3}*++++++++*${c1}%#${c3}====+${c1}%#${c2}******${c1}%- -${c1}-%#${c2}*****${c1}#%${c3}+====*${c1}%${c3}*++++++++*${c1}%#${c3}====+${c1}%#${c2}******${c1}%= - ${c1}:%#${c2}*****${c1}#%${c3}*=+*${c1}#%%${c3}*++++++*${c1}%%#${c3}*+=*${c1}%#${c2}*****${c1}#%- - ${c1}.##${c2}*****${c1}#%%%#${c3}*+*${c1}%######%${c3}*+*${c1}#%%%#${c2}*****${c1}#%: - ${c1}.##${c2}**${c1}#%%#%#${c3}====+++${c1}%%${c3}+++====${c1}#%#%%#${c2}#*${c1}##. - ${c1}*%%#${c2}****${c1}%#${c3}+=====${c1}%%${c3}=====+${c1}#%${c2}****${c1}#%%* - ${c1}+%${c2}******${c1}%%#####%%#####%%${c2}******${c1}%* - ${c1}-%${c2}************${c1}%%${c2}************${c1}%= - ${c1}:%${c2}#**********${c1}%%${c2}**********#${c1}%- - ${c1}:%${c2}#*********${c1}%%${c2}*********#${c1}%: - ${c1}.======================. -""") - \ No newline at end of file diff --git a/hyfetch/distros/red_star.py b/hyfetch/distros/red_star.py deleted file mode 100644 index 7381ea8b..00000000 --- a/hyfetch/distros/red_star.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -red_star = AsciiArt(match=r'''"Red Star"* | "Redstar"*''', color='1 7 3', ascii=r""" -${c1} .. - .oK0l - :0KKKKd. - .xKO0KKKKd - ,Od' .d0000l - .c;. .'''... ..'. -.,:cloddxxxkkkkOOOOkkkkkkkkxxxxxxxxxkkkx: -;kOOOOOOOkxOkc'...',;;;;,,,'',;;:cllc:,. - .okkkkd,.lko .......',;:cllc:;,,'''''. - .cdo. :xd' cd:. ..';'',,,'',,;;;,'. - . .ddl.;doooc'..;oc;'..';::;,'. - coo;.oooolllllllcccc:'. . - .ool''lllllccccccc:::::;. - ;lll. .':cccc:::::::;;;;' - :lcc:'',..';::::;;;;;;;,,. - :cccc::::;...';;;;;,,,,,,. - ,::::::;;;,'. ..',,,,'''. - ........ ...... -""") - \ No newline at end of file diff --git a/hyfetch/distros/redcore.py b/hyfetch/distros/redcore.py deleted file mode 100644 index 49fd239e..00000000 --- a/hyfetch/distros/redcore.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -redcore = AsciiArt(match=r'''"Redcore"*''', color='1', ascii=r""" -${c1} RRRRRRRRR - RRRRRRRRRRRRR - RRRRRRRRRR RRRRR - RRRRRRRRRRRRRRRRRRRRRRRRRRR - RRRRRRR RRR RRR RRRRRRRR -RRRRR RR RRRRRRRRR -RRRR RR RRRRRRRR RR RRRRRR -RRRR R RRRRRRRRRRRRRR RR RRRRR -RRRR R RRRRRRRRRRRRRRRRRR R RRRRR -RRRR RRRRRRRRRRRRRRRRRRR R RRRR - RRR RRRRRRRRRRRRRRRRRRRR R RRRR - RRR RRRRRRRRRRRRRRRRRRRR RRRR - RR RRRRRRRRRRRRRRRRRRR RRR - RR RRRRRRRRRRRRRRRRR RRR - RR RRRRRRRRRRRRRR RR - R RRRR RR -""") - \ No newline at end of file diff --git a/hyfetch/distros/redhat.py b/hyfetch/distros/redhat.py deleted file mode 100644 index f6fc1a19..00000000 --- a/hyfetch/distros/redhat.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -redhat = AsciiArt(match=r'''"Redhat"* | "Red Hat"* | "rhel"*''', color='1', ascii=r""" -${c1} .MMM..:MMMMMMM - MMMMMMMMMMMMMMMMMM - MMMMMMMMMMMMMMMMMMMM. - MMMMMMMMMMMMMMMMMMMMMM - ,MMMMMMMMMMMMMMMMMMMMMM: - MMMMMMMMMMMMMMMMMMMMMMMM - .MMMM' MMMMMMMMMMMMMMMMMMMMMM - MMMMMM `MMMMMMMMMMMMMMMMMMMM. -MMMMMMMM MMMMMMMMMMMMMMMMMM . -MMMMMMMMM. `MMMMMMMMMMMMM' MM. -MMMMMMMMMMM. MMMM -`MMMMMMMMMMMMM. ,MMMMM. - `MMMMMMMMMMMMMMMMM. ,MMMMMMMM. - MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM - MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM: - MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM - `MMMMMMMMMMMMMMMMMMMMMMMM: - ``MMMMMMMMMMMMMMMMM' -""") - \ No newline at end of file diff --git a/hyfetch/distros/redhat_old.py b/hyfetch/distros/redhat_old.py deleted file mode 100644 index 82cdd67e..00000000 --- a/hyfetch/distros/redhat_old.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -redhat_old = AsciiArt(match=r'''"redhat_old" | "rhel_old"*''', color='1 7 3', ascii=r""" -${c1} `.-..........` - `////////::.`-/. - -: ....-////////. - //:-::///////////` - `--::: `-://////////////: - //////- ``.-:///////// .` - `://////:-.` :///////::///:` - .-/////////:---/////////////: - .-://////////////////////. -${c2} yMN+`.-${c1}::///////////////-` -${c2} .-`:NMMNMs` `..-------..` - MN+/mMMMMMhoooyysshsss -MMM MMMMMMMMMMMMMMyyddMMM+ - MMMM MMMMMMMMMMMMMNdyNMMh` hyhMMM - MMMMMMMMMMMMMMMMyoNNNMMM+. MMMMMMMM - MMNMMMNNMMMMMNM+ mhsMNyyyyMNMMMMsMM -""") - \ No newline at end of file diff --git a/hyfetch/distros/refracted_devuan.py b/hyfetch/distros/refracted_devuan.py deleted file mode 100644 index 13c2ca17..00000000 --- a/hyfetch/distros/refracted_devuan.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -refracted_devuan = AsciiArt(match=r'''"Refracted Devuan"* | "Refracted_Devuan"*''', color='8 7', ascii=r""" -${c2} A - VW - VVW\ - .yWWW\ - ,;,,u,;yy;;v;uyyyyyyy ,WWWWW^ - *WWWWWWWWWWWWWWWW/ $VWWWWw , - ^*%WWWWWWVWWX $WWWW** ,yy - , "**WWW/' **' ,yy/WWW*` - &WWWWwy `*` <,ywWW%VWWW* - yWWWWWWWWWW* ., "**WW%W - ,&WWWWWM*"` ,y/ &WWWww ^* - XWWX*^ ,yWWWW09 .WWWWWWWWwy, - *` &WWWWWM WWWWWWWWWWWWWww, - (WWWWW` /#####WWW*********** - ^WWWW - VWW - Wh. - V/ -""") - \ No newline at end of file diff --git a/hyfetch/distros/regata.py b/hyfetch/distros/regata.py deleted file mode 100644 index affbf31c..00000000 --- a/hyfetch/distros/regata.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -regata = AsciiArt(match=r'''"Regata"*''', color='7 1 4 5 3 2', ascii=r""" -${c1} ddhso+++++osydd - dho/.`hh${c2}.:/+/:.${c1}hhh`:+yd - do-hhhhhh${c2}/sssssss+`${c1}hhhhh./yd - h/`hhhhhhh${c2}-sssssssss:${c1}hhhhhhhh-yd - do`hhhhhhhhh${c2}`ossssssso.${c1}hhhhhhhhhh/d - d/hhhhhhhhhhhh${c2}`/ossso/.${c1}hhhhhhhhhhhh.h - /hhhhhhhhhhhh${c3}`-/osyso/-`${c1}hhhhhhhhhhhh.h -shh${c4}-/ooo+-${c1}hhh${c3}:syyso+osyys/`${c1}hhh${c5}`+oo`${c1}hhh/ -h${c4}`ohhhhhhho`${c3}+yyo.${c1}hhhhh${c3}.+yyo`${c5}.sssssss.${c1}h`h -s${c4}:hhhhhhhhho${c3}yys`${c1}hhhhhhh${c3}.oyy/${c5}ossssssso-${c1}hs -s${c4}.yhhhhhhhy/${c3}yys`${c1}hhhhhhh${c3}.oyy/${c5}ossssssso-${c1}hs -hh${c4}./syyys+.${c1} ${c3}+yy+.${c1}hhhhh${c3}.+yyo`${c5}.ossssso/${c1}h`h -shhh${c4}``.`${c1}hhh${c3}`/syyso++oyys/`${c1}hhh${c5}`+++-`${c1}hh:h -d/hhhhhhhhhhhh${c3}`-/osyso+-`${c1}hhhhhhhhhhhh.h - d/hhhhhhhhhhhh${c6}`/ossso/.${c1}hhhhhhhhhhhh.h - do`hhhhhhhhh${c6}`ossssssso.${c1}hhhhhhhhhh:h - h/`hhhhhhh${c6}-sssssssss:${c1}hhhhhhhh-yd - h+.hhhhhh${c6}+sssssss+${c1}hhhhhh`/yd - dho:.hhh${c6}.:+++/.${c1}hhh`-+yd - ddhso+++++osyhd -""") - \ No newline at end of file diff --git a/hyfetch/distros/regolith.py b/hyfetch/distros/regolith.py deleted file mode 100644 index 662e9adf..00000000 --- a/hyfetch/distros/regolith.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -regolith = AsciiArt(match=r'''"Regolith"*''', color='1', ascii=r""" -${c1} - ``....``` - `.:/++++++/::-.` - -/+++++++:.` - -++++++++:` - `/++++++++- - `/++++++++. -/+/ - /++++++++/ `` .:+++:. - -+++++++++/ ./++++:+++/-` - :+++++++++/ `+++++++/-` - :++++++++++` .-/+++++++` - `:++++++++++/``.-/++++:-:::-` ` - `:+++++++++++++++++/:.` ./` -:++/-:+++++++++/:-.. -/+. -+++++++++/::-...:/+++/-..````..-/+++. -`......``.::/+++++++++++++++++++++/. - -/+++++++++++++++++++++/. - .:/+++++++++++++++/-` - `.-:://////:-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/rhaymos.py b/hyfetch/distros/rhaymos.py deleted file mode 100644 index d4771b53..00000000 --- a/hyfetch/distros/rhaymos.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -rhaymos = AsciiArt(match=r'''"RhaymOS"*''', color='1', ascii=r""" -${c1} - ### - ##### - - ####### /######## - ############# ########### - ,########### #### ####(.. - #### #### ####* ########## - #### ##### ##### (#### - #### ########### ########### - #### ######### ########## - - ################################### - ##################################### -####################################### -""") - \ No newline at end of file diff --git a/hyfetch/distros/rhino_linux.py b/hyfetch/distros/rhino_linux.py deleted file mode 100644 index 2fcf3af5..00000000 --- a/hyfetch/distros/rhino_linux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -rhino_linux = AsciiArt(match=r'''"Rhino Linux"*''', color='5 4', ascii=r""" -${c1} -${c1} ..','.. l. - .,coooooooooc,..ool - ;oooooooooooooooooooo.,coo. - ;oooooooooooooooooooooooooo , - .ooooooooooooooooooooooooooo . ,o - oollcccccccccllloooooooooooolcoo..oo - ll;':::::::::::::::ccloooooooooooooo: -.;''';::::::::::::::::::ccloooooooooo -''''',:::::::::::::::::::::::cclllllc -'''''';:::::::::::::::::::::::::::::: -${c1}.'''''';::::::::::::::::${c2}ll${c1}::::::::::: -${c1} ''''''';:::::::::::::::${c2}d0${c1}:: - ${c1}.''''''',;:::::::${c2}cc${c1}::::${c2}0N:' - ${c1}''''''''',,;::::${c2}cK${c1}:::${c2}dMX, - ${c1}'''''''''''',,,${c2}dMccOMM${c1}: - ${c1}.''''''''''''${c2}cWM0WMM${c1}. - ${c1}'''''''':${c2}kMMMMM${c1}. - ${c2}odxONMMMM - ;Kl -""") - \ No newline at end of file diff --git a/hyfetch/distros/rocky.py b/hyfetch/distros/rocky.py deleted file mode 100644 index 9d8c88db..00000000 --- a/hyfetch/distros/rocky.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -rocky = AsciiArt(match=r'''"rocky"*''', color='35', ascii=r""" -${c1} __wgliliiligw_, - _williiiiiiliilililw, - _%iiiiiilililiiiiiiiiiii_ - .Qliiiililiiiiiiililililiilm. - _iiiiiliiiiiililiiiiiiiiiiliil, - .lililiiilililiiiilililililiiiii, -_liiiiiiliiiiiiiliiiiiF{iiiiiilili, -jliililiiilililiiili@` ~ililiiiiiL -iiiliiiiliiiiiiili>` ~liililii -liliiiliiilililii` -9liiiil -iiiiiliiliiiiii~ "4lili -4ililiiiiilil~| -w, )4lf --liiiiililiF' _liig, )' - )iiiliii@` _QIililig, - )iiii>` .Qliliiiililw - )<>~ .mliiiiiliiiiiil, - _gllilililiililii~ - giliiiiiiiiiiiiT` - -^~$ililili@~~' -""") - \ No newline at end of file diff --git a/hyfetch/distros/rocky_small.py b/hyfetch/distros/rocky_small.py deleted file mode 100644 index c54048a2..00000000 --- a/hyfetch/distros/rocky_small.py +++ /dev/null @@ -1,19 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -rocky_small = AsciiArt(match=r'''"rocky_small"*''', color='2', ascii=r""" -${c1} `-/+++++++++/-.` - `-+++++++++++++++++-` -.+++++++++++++++++++++. --+++++++++++++++++++++++. -+++++++++++++++/-/+++++++ -+++++++++++++/. ./+++++ -+++++++++++:. ./+++ -+++++++++:` `:/:` .:/ --++++++:` .:+++++:` - .+++-` ./+++++++++:` - `-` ./+++++++++++- - -+++++++++:-.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/rosa.py b/hyfetch/distros/rosa.py deleted file mode 100644 index c209efd0..00000000 --- a/hyfetch/distros/rosa.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -rosa = AsciiArt(match=r'''"Rosa"*''', color='4 7 1', ascii=r""" -${c1} ROSAROSAROSAROSAR - ROSA AROS - ROS SAROSAROSAROSAR AROS - RO ROSAROSAROSAROSAROSAR RO - ARO AROSAROSAROSARO AROS ROS - ARO ROSAROS OSAR ROSA ROS - RO AROSA ROSAROSAROSA ROSAR RO -RO ROSAR ROSAROSAROSAR R ROSARO RO -RO ROSA AROSAROSAROSA AR ROSARO AR -RO AROS ROSAROSAROSA ROS AROSARO AR -RO AROS ROSAROSARO ROSARO ROSARO AR -RO ROS AROSAROS ROSAROSA AROSAR AR -RO ROSA ROS ROSAROSAR ROSARO RO - RO ROS AROSAROSAROSA ROSARO AR - ARO ROSA ROSAROSAROS AROSAR ARO - ARO OROSA R ROSAROS ROS - RO AROSAROS AROSAROSAR RO - AROS AROSAROSAROSARO AROS - ROSA SARO - ROSAROSAROSAROSAR -""") - \ No newline at end of file diff --git a/hyfetch/distros/sabayon.py b/hyfetch/distros/sabayon.py deleted file mode 100644 index 845174e1..00000000 --- a/hyfetch/distros/sabayon.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -sabayon = AsciiArt(match=r'''"Sabayon"*''', color='4 7 1', ascii=r""" -${c1} ........... - .. .. - .. .. - .. ${c2}o ${c1}.. - .. ${c2}:W' ${c1}.. - .. ${c2}.d. ${c1}.. -:. ${c2}.KNO ${c1}.: -:. ${c2}cNNN. ${c1}.: -: ${c2}dXXX, ${c1}: -: ${c2}. dXXX, .cd, ${c1}: -: ${c2}'kc .. dKKK. ,ll;:' ${c1}: -: ${c2}.xkkxc;..dkkkc',cxkkl ${c1}: -:. ${c2}.,cdddddddddddddo:. ${c1}.: - .. ${c2}:lllllll: ${c1}.. - .. ${c2}',,,,, ${c1}.. - .. .. - .. .. - ............... -""") - \ No newline at end of file diff --git a/hyfetch/distros/sabotage.py b/hyfetch/distros/sabotage.py deleted file mode 100644 index 678ea68f..00000000 --- a/hyfetch/distros/sabotage.py +++ /dev/null @@ -1,18 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -sabotage = AsciiArt(match=r'''"sabotage"*''', color='4 7 1', ascii=r""" -${c2} .|'''.| | '||''|. ..|''|| - ||.. ' ||| || || .|' || - ''|||. | || ||'''|. || || -. '|| .''''|. || || '|. || -|'....|' .|. .||. .||...|' ''|...|' - -|''||''| | ..|'''.| '||''''| - || ||| .|' ' || . - || | || || .... ||''| - || .''''|. '|. || || - .||. .|. .||. ''|...'| .||.....| -""") - \ No newline at end of file diff --git a/hyfetch/distros/sailfish.py b/hyfetch/distros/sailfish.py deleted file mode 100644 index e647cfcf..00000000 --- a/hyfetch/distros/sailfish.py +++ /dev/null @@ -1,20 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -sailfish = AsciiArt(match=r'''"Sailfish"*''', color='4 5 7 6', ascii=r""" -${c1} _a@b - _#b (b - _@@ @_ _, - _#^@ _#*^^*gg,aa@^^ - #- @@^ _a@^^ - @_ *g#b - ^@_ ^@_ - ^@_ @ - @(b (b - #b(b#^ - _@_#@^ - _a@a*^ - ,a@*^ -""") - \ No newline at end of file diff --git a/hyfetch/distros/salentos.py b/hyfetch/distros/salentos.py deleted file mode 100644 index df6098ac..00000000 --- a/hyfetch/distros/salentos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -salentos = AsciiArt(match=r'''"SalentOS"*''', color='2 1 3 7', ascii=r""" -${c1} ``..`` - .-:+oshdNMMMMMMNdhyo+:-.` - -oydmMMMMMMMMMMMMMMMMMMMMMMMMMMNdhs/ -${c4} +hdddm${c1}NMMMMMMMMMMMMMMMMMMMMMMMMN${c4}mdddh+` -${c2}`MMMMMN${c4}mdddddm${c1}MMMMMMMMMMMM${c4}mdddddm${c3}NMMMMM- -${c2} mMMMMMMMMMMMN${c4}ddddhyyhhddd${c3}NMMMMMMMMMMMM` -${c2} dMMMMMMMMMMMMMMMMM${c4}oo${c3}MMMMMMMMMMMMMMMMMN` -${c2} yMMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMMd -${c2} +MMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMMy -${c2} :MMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMMo -${c2} .MMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMM/ -${c2} `NMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMM- -${c2} mMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMN` -${c2} hMMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMm -${c2} /MMMMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMMMMy -${c2} .+hMMMMMMMMMMMMM${c4}hh${c3}MMMMMMMMMMMMMms: -${c2} `:smMMMMMMMMM${c4}hh${c3}MMMMMMMMMNh+. -${c2} .+hMMMMMM${c4}hh${c3}MMMMMMdo: -${c2} `:smMM${c4}yy${c3}MMNy/` - ${c2}.- ${c4}`${c3}:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/salient_os.py b/hyfetch/distros/salient_os.py deleted file mode 100644 index 44937447..00000000 --- a/hyfetch/distros/salient_os.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -salient_os = AsciiArt(match=r'''"Salient OS"* | "SalientOS"* | "salientos"*''', color='6 6 7 1', ascii=r""" -${c1} 00xxxx0 - 00xxxxxx0 - 0xxxxxxxxx 000000 - 0xxxxxxxxxx xxxxxxxxxx0 - 0xxxxxxxxxxx0 xxxxxxxxxxxxx0 - 0xxxxxxxxxxxx0 0xxxxxxxxxxxxxx0 - 0xxxxxxxxxxxxx0 0xxxxxxxxxxxxxxx0 -0xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxx0 -xxxxxxxxxxxxxxxx0 0xxxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxx 0xxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxx -xxxxxxxxxxxxxxxxxx0 xxxxxxxxxxxxxx -0xxxxxxxxxxxxxxxxxx0 0xxxxxxxxxxxx0 - 0xxxxxxxxxxxxxxxxxx xxxxxxxxxxx0 - 0xxxxxxxxxxxxxxxxx xxxxxxxxxx0 - 0xxxxxxxxxxxxxxxx xxxxxxxxx0 - 0xxxxxxxxxxxx0 0xxxxxxx0 - 0xxxxxxx0 xxxxxx0 - 0xxx00 - x00 -""") - \ No newline at end of file diff --git a/hyfetch/distros/salix.py b/hyfetch/distros/salix.py deleted file mode 100644 index ebb4c124..00000000 --- a/hyfetch/distros/salix.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -salix = AsciiArt(match=r'''"Salix"*''', color='2', ascii=r''' -${c1} __s_aaaaaaaaauuoXSSSSSSSS: - ._xSSSSSSSSSSSSSSSSSSSSSSSSSS: - _aSSSSSSSSSSSSSSSSSSSSSSSSSSSSS: - _xSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS: - - nSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS} - nSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS}` - XSSSSSSSSSSSSSSSSSSSSSSSSSSSS"` - SSSSSSSSSSSSSSSSSSSSSSSSS!"` --""""""""""""""""""""""` -''') - \ No newline at end of file diff --git a/hyfetch/distros/sasanqua.py b/hyfetch/distros/sasanqua.py deleted file mode 100644 index a532aa9f..00000000 --- a/hyfetch/distros/sasanqua.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -sasanqua = AsciiArt(match=r'''"Sasanqua"*''', color='5 1 5', ascii=r""" -${c1} - - __,_ - _╕⌐≡µ,√* º≡, - ñ "' ░ - ╞) _, ▒ __ - _,,,_ _Ñ╜^≡µ ≡' 1µ╕º^el "%µ - ∩' K Yµ& 1l ╞) - ▒ √" ^Ü 1" `1µ - Γ ║h _¿▒∞√;, ^≡, - K ^u_ ⌐* ╙¥ ╓Ñ - ⌠ º≡u,, ║I Å - Ü _∩" ║µ_¿╝" - Yu_ ▒ ╙º≡_ ║l1µ - ║l , Y∞µ___≡ª Γl - ╓hⁿ╖I 1l Ñ ╓Ñ - Ñ ¥,___≡1l ╓Ñ ¿╕ª - Ü ╙L ¿¿∩ª ╓P - ª≡,__ *ⁿ┤ⁿÑⁿ^µ √ª - ⁿ≡,,__√╝* "ⁿⁿ*" -""") - \ No newline at end of file diff --git a/hyfetch/distros/scientific.py b/hyfetch/distros/scientific.py deleted file mode 100644 index b205a3af..00000000 --- a/hyfetch/distros/scientific.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -scientific = AsciiArt(match=r'''"Scientific"*''', color='4 7 1', ascii=r""" -${c1} =/;;/- - +: // - /; /; - -X H. -.//;;;:;;-, X= :+ .-;:=;:;#;. -M- ,=;;;#:, ,:#;;:=, ,@ -:# :#.=/++++/=.$= #= - ,#; #/:+/;,,/++:+/ ;+. - ,+/. ,;@+, ,#H;, ,/+, - ;+;;/= @. ${c3}.H${c2}#${c3}#X ${c1}-X :///+; - ;+=;;;.@, ${c2}.X${c3}M${c2}@$. ${c1}=X.//;=#/. - ,;: :@#= =$H: .+#- - ,#= #;-///==///-// =#, -;+ :#-;;;:;;;;-X- +: -@- .-;;;;M- =M/;;;-. -X - :;;::;;-. #- :+ ,-;;-;:== - ,X H. - ;/ #= - // +; - '////' -""") - \ No newline at end of file diff --git a/hyfetch/distros/secureblue.py b/hyfetch/distros/secureblue.py deleted file mode 100644 index 2cb1f51e..00000000 --- a/hyfetch/distros/secureblue.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -secureblue = AsciiArt(match=r'''"secureblue"*''', color='12 7', ascii=r""" -${c1} ==++++++++++ -${c1} :========++++++++++++: -${c1} ===============+++++++++++ -${c1} ====================++++++++++ -${c1} :=============${c2}#%@@%*${c1}=====++++++++- -${c1} -============${c2}%@%+++*@@*${c1}=======+++++= -${c1} -============${c2}%@#${c1}======${c2}@@${c1}==========+++- -${c1} =============${c2}%@+${c1}======${c2}@@${c1}==============. -${c1}--=========${c2}*@@@@@@@@@@@@@@@%${c1}+==========- -${c1}------=====${c2}%@@@@@@@@@@@@@@@@*${c1}=========== -${c1}---------==${c2}%@@@@@@@%%@@@@@@@*${c1}=========== -${c1}:----------${c2}%@@@@@#${c1}===${c2}+%@@@@@*${c1}==========- -${c1} ----------${c2}%@@@@@%*${c1}==${c2}*@@@@@@*${c1}==========. -${c1} :---------${c2}%@@@@@@@@@@@@@@@@*${c1}=========- -${c1} :--------${c2}%@@@@@@@@@@@@@@@@*${c1}========- -${c1} :--------${c2}###############+${c1}========: -${c1} -------------------------====- -${c1} -------------------------- -${c1} .--------------------. -${c1} ------------ -""") - \ No newline at end of file diff --git a/hyfetch/distros/semc.py b/hyfetch/distros/semc.py deleted file mode 100644 index 84fa6629..00000000 --- a/hyfetch/distros/semc.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -semc = AsciiArt(match=r'''"semc"*''', color='2 8 1', ascii=r""" -${c1} /\ - ______/ \ - / |()| ${c2}E M C -${c1} | (-- | | - \ \ | | -.----) | |__| -|_______/ / ${c3}"${c1} \ - ${c3}" - " -""") - \ No newline at end of file diff --git a/hyfetch/distros/septor.py b/hyfetch/distros/septor.py deleted file mode 100644 index 53a7b8e8..00000000 --- a/hyfetch/distros/septor.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -septor = AsciiArt(match=r'''"Septor"*''', color='4 7 4', ascii=r""" -${c1}ssssssssssssssssssssssssssssssssssssssss -ssssssssssssssssssssssssssssssssssssssss -ssssssssssssssssssssssssssssssssssssssss -ssssssssssssssssssssssssssssssssssssssss -ssssssssss${c2};okOOOOOOOOOOOOOOko;${c1}ssssssssss -sssssssss${c2}oNWWWWWWWWWWWWWWWWWWNo${c1}sssssssss -ssssssss${c2}:WWWWWWWWWWWWWWWWWWWWWW:${c1}ssssssss -ssssssss${c2}lWWWWWk${c1}ssssssssss${c2}lddddd:${c1}ssssssss -ssssssss${c2}cWWWWWNKKKKKKKKKKKKOx:${c1}ssssssssss -${c3}yy${c1}sssssss${c2}OWWWWWWWWWWWWWWWWWWWWx${c1}sssssss${c3}yy -yyyyyyyyyy${c2}:kKNNNNNNNNNNNNWWWWWW:${c3}yyyyyyyy -yyyyyyyy${c2}sccccc;${c3}yyyyyyyyyy${c2}kWWWWW:${c3}yyyyyyyy -yyyyyyyy${c2}:WWWWWWNNNNNNNNNNWWWWWW;${c3}yyyyyyyy -yyyyyyyy${c2}.dWWWWWWWWWWWWWWWWWWWNd${c3}yyyyyyyyy -yyyyyyyyyy${c2}sdO0KKKKKKKKKKKK0Od;${c3}yyyyyyyyyy -yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy -yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy -yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy -yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy -yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy -""") - \ No newline at end of file diff --git a/hyfetch/distros/serene.py b/hyfetch/distros/serene.py deleted file mode 100644 index 7b2abf90..00000000 --- a/hyfetch/distros/serene.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -serene = AsciiArt(match=r'''"Serene"*''', color='6 6', ascii=r""" -${c1} __---''''''---__ - . . - : : - - _______----_- - s __----''' __---- - __h_ _-' _-' h - '-._''--.._ ; _-' y - : ''-._ '-._/ _-' : - y ':_ _--'' y - m .--'' '-._.;' m - m : : m - y '.._ '-__ y - : '--._ '''----___ : - y '--._ ''-- _ y - h '--._ : h - s __'; vs - - __..--'' - - :_..--'' : - . _ . - `''---______---''-`` -""") - \ No newline at end of file diff --git a/hyfetch/distros/sharklinux.py b/hyfetch/distros/sharklinux.py deleted file mode 100644 index fb86746e..00000000 --- a/hyfetch/distros/sharklinux.py +++ /dev/null @@ -1,22 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -sharklinux = AsciiArt(match=r'''"SharkLinux"*''', color='4 7', ascii=r""" -${c1} `:shd/ - `:yNMMMMs - `-smMMMMMMN. - .+dNMMMMMMMMs - .smNNMMMMMMMMm` - .sNNNNNNNMMMMMM/ - `omNNNNNNNMMMMMMm - /dNNNNNNNNMMMMMMM+ - .yNNNNNNNNNMMMMMMMN` - +mNNNNNNNNNMMMMMMMMh - .hNNNNNNNNNNMMMMMMMMMs - +mMNNNNNNNNMMMMMMMMMMMs - .hNMMNNNNMMMMMMMMMMMMMMMd - .oNNNNNNNNNNMMMMMMMMMMMMMMMo - `:+syyssoo++++ooooossssssssssso: -""") - \ No newline at end of file diff --git a/hyfetch/distros/shastraos.py b/hyfetch/distros/shastraos.py deleted file mode 100644 index 71c7c5aa..00000000 --- a/hyfetch/distros/shastraos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -shastraos = AsciiArt(match=r'''"ShastraOS"*''', color='6', ascii=r""" -${c1} ..,;;,'. - ':oo. ;o: - :o, ol - .oo ..';co: - ooo',;:looo; - .;lddl - cx .xl .c:' - dd xx xx ,d; - .xd cx. xx dd. - cx: .xo xx ,x: - 'xl xx cx' .xl - xd, xx .xd dx. - .xo:xx xx .xx - 'c xx:.'lx: - ..,;cxxxo - .';:codxxl lxo - cd. 'xo - :o, 'ld - .oc'...';lo -""") - \ No newline at end of file diff --git a/hyfetch/distros/siduction.py b/hyfetch/distros/siduction.py deleted file mode 100644 index 2a8da65b..00000000 --- a/hyfetch/distros/siduction.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -siduction = AsciiArt(match=r'''"Siduction"*''', color='4 4', ascii=r""" -${c1} _aass, - jQh: =$w - QWmwawQW - )$QQQQ@( .. - _a_a. ~??^ syDY?Sa, - _mW>-<$c jWmi imm. - ]QQwayQE 4QQmgwmQQ` - ?WWQWP' -9QQQQQ@'._aas, - _a%is. .adYYs,. -"?!` aQB*~^3$c -_Qh;.nm .QWc. {QL ]QQp;..vmQ/ -"QQmmQ@ -QQQggmQP ]QQWmggmQQ( - -???" "$WQQQY` __, ?QQQQQQW! - _yZ!?q, - .yWY!!Sw, "???^ - .QQa_=qQ mQm>..vmm - $QQWQQP $QQQgmQQ@ - "???" _aa, -9WWQQWY` - _mB>~)$a -~~ - mQms_vmQ. - ]WQQQQQP - -?T??" -""") - \ No newline at end of file diff --git a/hyfetch/distros/skiffos.py b/hyfetch/distros/skiffos.py deleted file mode 100644 index 712a60d7..00000000 --- a/hyfetch/distros/skiffos.py +++ /dev/null @@ -1,17 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -skiffos = AsciiArt(match=r'''"SkiffOS"*''', color='4 7', ascii=r''' -${c2} - ,@@@@@@@@@@@w,_ - ${c2}====~~~,,.${c2}A@@@@@@@@@@@@@@@@@W,_ - ${c1}`||||||||||||||L{${c2}"@$@@@@@@@@B" - ${c1}`|||||||||||||||||||||L{${c2}"$D - ${c2}@@@@@@@@@@@@@@@@@@@@@${c1}_||||}==, - ${c2}*@@@@@@@@@@@@@@@@@@@@@@@@@p${c1}||||==, - ${c1}`'||LLL{{""${c2}@$B@@@@@@@@@@@@@@@p${c1}|| - ${c1}`~=|||||||||||L"${c2}$@@@@@@@@@@@ - ${c1}````'"""""""${c2}'"""""""" -''') - \ No newline at end of file diff --git a/hyfetch/distros/slackel.py b/hyfetch/distros/slackel.py deleted file mode 100644 index 88b650aa..00000000 --- a/hyfetch/distros/slackel.py +++ /dev/null @@ -1,29 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -slackel = AsciiArt(match=r'''"Slackel"*''', color='3', ascii=r''' -${c1} _aawmmmmmwwaaaaas,,,_. - .ammmmm###mmmmmmm###BQmm##mws - .am###mmBmBmBmBmBmBmmmmm#mmmm#2 - 3${c2}WWWWWQWQQwwQw${c1}cii|i|ii= - =lii|ii|n${c2}QWWWQ${c1}|)i${c2}|i${c1}%i|]${c2}TQWWWWm${c1}|ii|i|i= -.li|i|i|m${c2}WWWQV${c1}|ii${c2}wmD${c1}|iiii|${c2}TWWWWm${c1}|i|iiii, -=iii${c2}www|$WQWk${c1}|i${c2}aWWWD${c1}|i|i|ii]${c2}QQWQk${c1}|ii|i|= -iii${c2}QWWWQz$WW${c1}|i${c2}jQQWQm${c1}w|ii${c2}wW${c1}k|${c2}TTTTY${c1}i|i|iii -iiI${c2}QWQWWtyQQ${c1}|i|${c2}$WWWWWQWk${c1}||i|i|ii||i|ii|i -<|i|${c2}TTT|mQQWz${c1}|i${c2}3D${c1}]C|${c2}nD$W${c1}|ii${c2}vWWWWk${c1}||ii|i> --|ii|i|i${c2}WWWQw${c1}|${c2}Tt${c1}|i3${c2}T${c1}|${c2}T${c1}|i|${c2}nQWQWDk${c1}|ii|ii` - <|i|iii|${c2}VWQWWQ${c1}|i|i|||ii${c2}wmWWQWD${c1}||ii|ii+ - <|ii|i|i]${c2}$W@${c1}tv${c2}QQQWQQQWWTTHT${c1}1|iii|i|> - <|i|ii|ii||v${c2}QWWWQWWW@vmWWWm${c1}|i|i|i> - -<|i|ii|ii|i|${c2}TTTTTT${c1}|]${c2}QQWWWC${c1}|ii>` - -<|i|ii|i|ii|i|i|ii3${c2}TTT${c1}t|i>` - ~<|ii|ii|iiiii|i|||i>~ - -~~<|ii|i||i>~~` -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_mate.py b/hyfetch/distros/ubuntu_mate.py deleted file mode 100644 index 693fa706..00000000 --- a/hyfetch/distros/ubuntu_mate.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_mate = AsciiArt(match=r'''"Ubuntu MATE"* | "Ubuntu-MATE"*''', color='2 7', ascii=r""" -${c1} .:/+oossssoo+/:.` - `:+ssssssssssssssssss+:` - -+sssssssssssssss${c2}y${c1}ssssssss+- - .osssssssssssss${c2}yy${c1}ss${c2}mMmh${c1}ssssssso. - /sssssssss${c2}ydmNNNmmd${c1}s${c2}mMMMMNdy${c1}sssss/ - `+ssssssss${c2}hNNdy${c1}sssssss${c2}mMMMMNdy${c1}ssssss+` - +sssssss${c2}yNNh${c1}ss${c2}hmNNNNm${c1}s${c2}mMmh${c1}s${c2}ydy${c1}sssssss+ --sssss${c2}y${c1}ss${c2}Nm${c1}ss${c2}hNNh${c1}ssssss${c2}y${c1}s${c2}hh${c1}ss${c2}mMy${c1}sssssss- -+ssss${c2}yMNdy${c1}ss${c2}hMd${c1}ssssssssss${c2}hMd${c1}ss${c2}NN${c1}sssssss+ -sssss${c2}yMMMMMmh${c1}sssssssssssss${c2}NM${c1}ss${c2}dMy${c1}sssssss -sssss${c2}yMMMMMmhy${c1}ssssssssssss${c2}NM${c1}ss${c2}dMy${c1}sssssss -+ssss${c2}yMNdy${c1}ss${c2}hMd${c1}ssssssssss${c2}hMd${c1}ss${c2}NN${c1}sssssss+ --sssss${c2}y${c1}ss${c2}Nm${c1}ss${c2}hNNh${c1}ssssssss${c2}dh${c1}ss${c2}mMy${c1}sssssss- - +sssssss${c2}yNNh${c1}ss${c2}hmNNNNm${c1}s${c2}mNmh${c1}s${c2}ymy${c1}sssssss+ - +ssssssss${c2}hNNdy${c1}sssssss${c2}mMMMMmhy${c1}ssssss+ - /sssssssss${c2}ydmNNNNmd${c1}s${c2}mMMMMNdh${c1}sssss/ - .osssssssssssss${c2}yy${c1}ss${c2}mMmdy${c1}sssssso. - -+sssssssssssssss${c2}y${c1}ssssssss+- - `:+ssssssssssssssssss+:` - .:/+oossssoo+/:. -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_old.py b/hyfetch/distros/ubuntu_old.py deleted file mode 100644 index 26ab0496..00000000 --- a/hyfetch/distros/ubuntu_old.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_old = AsciiArt(match=r'''"Ubuntu_old"* | "i3buntu"*''', color='1 7 3', ascii=r""" -${c1} .-/+oossssoo+\-. - ´:+ssssssssssssssssss+:` - -+ssssssssssssssssssyyssss+- - .ossssssssssssssssss${c2}dMMMNy${c1}sssso. - /sssssssssss${c2}hdmmNNmmyNMMMMh${c1}ssssss\ - +sssssssss${c2}hm${c1}yd${c2}MMMMMMMNddddy${c1}ssssssss+ - /ssssssss${c2}hNMMM${c1}yh${c2}hyyyyhmNMMMNh${c1}ssssssss\ -.ssssssss${c2}dMMMNh${c1}ssssssssss${c2}hNMMMd${c1}ssssssss. -+ssss${c2}hhhyNMMNy${c1}ssssssssssss${c2}yNMMMy${c1}sssssss+ -oss${c2}yNMMMNyMMh${c1}ssssssssssssss${c2}hmmmh${c1}ssssssso -oss${c2}yNMMMNyMMh${c1}sssssssssssssshmmmh${c1}ssssssso -+ssss${c2}hhhyNMMNy${c1}ssssssssssss${c2}yNMMMy${c1}sssssss+ -.ssssssss${c2}dMMMNh${c1}ssssssssss${c2}hNMMMd${c1}ssssssss. - \ssssssss${c2}hNMMM${c1}yh${c2}hyyyyhdNMMMNh${c1}ssssssss/ - +sssssssss${c2}dm${c1}yd${c2}MMMMMMMMddddy${c1}ssssssss+ - \sssssssssss${c2}hdmNNNNmyNMMMMh${c1}ssssss/ - .ossssssssssssssssss${c2}dMMMNy${c1}sssso. - -+sssssssssssssssss${c2}yyy${c1}ssss+- - `:+ssssssssssssssssss+:` - .-\+oossssoo+/-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_old02.py b/hyfetch/distros/ubuntu_old02.py deleted file mode 100644 index 33d4e6b0..00000000 --- a/hyfetch/distros/ubuntu_old02.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_old02 = AsciiArt(match=r'''"ubuntu_old02"''', color='1 7 3', ascii=r""" -${c1} ./+o+- -${c2} yyyyy- ${c1}-yyyyyy+ -${c2} ${c2}://+//////${c1}-yyyyyyo -${c3} .++ ${c2}.:/++++++/-${c1}.+sss/` -${c3} .:++o: ${c2}/++++++++/:--:/- -${c3} o:+o+:++.${c2}`..```.-/oo+++++/ -${c3} .:+o:+o/.${c2} `+sssoo+/ -${c2} .++/+:${c3}+oo+o:`${c2} /sssooo. -${c2}/+++//+:${c3}`oo+o${c2} /::--:. -${c2}+/+o+++${c3}`o++o${c1} ++////. -${c2} .++.o+${c3}++oo+:`${c1} /dddhhh. -${c3} .+.o+oo:.${c1} `oddhhhh+ -${c3} +.++o+o`${c1}`-````.:ohdhhhhh+ -${c3} `:o+++ ${c1}`ohhhhhhhhyo++os: -${c3} .o:${c1}`.syhhhhhhh/${c3}.oo++o` -${c1} /osyyyyyyo${c3}++ooo+++/ -${c1} ````` ${c3}+oo+++o: -${c3} `oo++. -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_small.py b/hyfetch/distros/ubuntu_small.py deleted file mode 100644 index bf051d12..00000000 --- a/hyfetch/distros/ubuntu_small.py +++ /dev/null @@ -1,18 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_small = AsciiArt(match=r'''"ubuntu_small"''', color='1', ascii=r""" -${c1} ..;,; .,;,. - .,lool: .ooooo, - ;oo;: .coool. - .... ''' ,l; -:oooo, 'oo. -looooc :oo' - '::' ,oo: - ,., .... co, - lo:;. :oooo; . - ':ooo; cooooc - ''' '''' -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_studio.py b/hyfetch/distros/ubuntu_studio.py deleted file mode 100644 index 0a88f96a..00000000 --- a/hyfetch/distros/ubuntu_studio.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_studio = AsciiArt(match=r'''"Ubuntu Studio"* | "Ubuntu-Studio"''', color='6 7', ascii=r""" -${c1} ..-::::::-.` - `.:+++++++++++${c2}ooo${c1}++:.` - ./+++++++++++++${c2}sMMMNdyo${c1}+/. - .++++++++++++++++${c2}oyhmMMMMms${c1}++. - `/+++++++++${c2}osyhddddhys${c1}+${c2}osdMMMh${c1}++/` - `+++++++++${c2}ydMMMMNNNMMMMNds${c1}+${c2}oyyo${c1}++++` - +++++++++${c2}dMMNhso${c1}++++${c2}oydNMMmo${c1}++++++++` - :+${c2}odmy${c1}+++${c2}ooysoohmNMMNmyoohMMNs${c1}+++++++: - ++${c2}dMMm${c1}+${c2}oNMd${c1}++${c2}yMMMmhhmMMNs+yMMNo${c1}+++++++ -`++${c2}NMMy${c1}+${c2}hMMd${c1}+${c2}oMMMs${c1}++++${c2}sMMN${c1}++${c2}NMMs${c1}+++++++. -`++${c2}NMMy${c1}+${c2}hMMd${c1}+${c2}oMMMo${c1}++++${c2}sMMN${c1}++${c2}mMMs${c1}+++++++. - ++${c2}dMMd${c1}+${c2}oNMm${c1}++${c2}yMMNdhhdMMMs${c1}+y${c2}MMNo${c1}+++++++ - :+${c2}odmy${c1}++${c2}oo${c1}+${c2}ss${c1}+${c2}ohNMMMMmho${c1}+${c2}yMMMs${c1}+++++++: - +++++++++${c2}hMMmhs+ooo+oshNMMms${c1}++++++++ - `++++++++${c2}oymMMMMNmmNMMMMmy+oys${c1}+++++` - `/+++++++++${c2}oyhdmmmmdhso+sdMMMs${c1}++/ - ./+++++++++++++++${c2}oyhdNMMMms${c1}++. - ./+++++++++++++${c2}hMMMNdyo${c1}+/. - `.:+++++++++++${c2}sso${c1}++:. - ..-::::::-.. -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_sway.py b/hyfetch/distros/ubuntu_sway.py deleted file mode 100644 index 5da0bbdd..00000000 --- a/hyfetch/distros/ubuntu_sway.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_sway = AsciiArt(match=r'''"Ubuntu Sway"* | "Ubuntu-Sway"''', color='6 7', ascii=r""" -${c1} .-/+oossssoo+\-. - ´:+ssssssssssssssssss+:` - -+ssssssssssssssssss${c2}yy${c1}ssss+- - .ossssssssssssssssss${c2}dMMMNyy${c1}ssso. - /sssssssssss${c2}hdmmNNmmyNMMMMh${c1}ssssss\ - +sssssssss${c2}hm${c1}ydMMMMMMMNdd${c2}ddy${c1}ssssssss+ - /ssssssss${c2}hN${c1}MM${c2}M${c1}yh${c2}hyyyyhmNM${c1}MM${c2}Nh${c1}ssssssss\ -.ssssssss${c2}dM${c1}MM${c2}Nh${c1}ssssssssss${c2}hN${c1}MM${c2}Md${c1}ssssssss. -+sss${c2}yyyyyN${c1}MM${c2}Ny${c1}ssssssssssss${c2}yN${c1}MM${c2}My${c1}sssssss+ -ossy${c2}NMMMNy${c1}MM${c2}h${c1}ssssssssssssss${c2}hm${c1}mm${c2}h${c1}ssssssso -ossy${c2}NMMMNy${c1}MM${c2}h${c1}sssssssssssssshmmmh${c1}ssssssso -+sss${c2}yyyyyN${c1}MM${c2}Ny${c1}ssssssssssss${c2}yN${c1}MM${c2}My${c1}sssssss+ -.ssssssss${c2}dM${c1}MM${c2}Nh${c1}ssssssssss${c2}hN${c1}MM${c2}Md${c1}ssssssss. - \ssssssss${c2}hN${c1}MM${c2}M${c1}yh${c2}hyyyyhdNM${c1}M${c2}MNh${c1}ssssssss/ - +sssssssss${c2}dm${c1}ydMMMMMMMMdd${c2}ddy${c1}ssssssss+ - \sssssssssss${c2}hdmNNNNmyNMMMMh${c1}ssssss/ - .ossssssssssssssssss${c2}dMMMNyy${c1}ssso. - -+sssssssssssssssss${c2}yy${c1}sss+- - `:+ssssssssssssssssss+:` - .-\+oossssoo+/-. -""") - \ No newline at end of file diff --git a/hyfetch/distros/ubuntu_touch.py b/hyfetch/distros/ubuntu_touch.py deleted file mode 100644 index 11642739..00000000 --- a/hyfetch/distros/ubuntu_touch.py +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ubuntu_touch = AsciiArt(match=r'''"Ubuntu Touch"*''', color='3 7', ascii=r""" -${c1} - ############### - ## ## - ## ${c2}##${c1} ${c2}##${c1} ## - ## ${c2}##${c1} ${c2}#${c1} ${c2}#${c1} ${c2}##${c1} ## - ## ${c2}###${c1} ## - ## ## - ############### -""") - \ No newline at end of file diff --git a/hyfetch/distros/ultramarine_linux.py b/hyfetch/distros/ultramarine_linux.py deleted file mode 100644 index e32d4fb5..00000000 --- a/hyfetch/distros/ultramarine_linux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -ultramarine_linux = AsciiArt(match=r'''"Ultramarine Linux"* | "ultramarine"*''', color='4 7', ascii=r""" -${c1} .cd0NNNNNNNXOdc. - .:xKNNNNNNNNNNNNNNNNKd;. - ,dXNNNNNNNNNNNNNNNNNNNNNNNd, - 'ONNNNNNNNNNNNNNNNNNNNNNNNNNNNO' - .xNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNk. - .0NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN0. -.0NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN0. -dNNNNNNNNNNNNWWWWWWWWNNNNNNNNNNNNNNNNNNd -NNNNNNNNNNNNNW${c2}MMMMMMMM${c1}WWNNNNNNNNNNNNNNNN -NNNNNNNNNNNNNNW${c2}MMMMMMMMM${c1}WWNNNNNNNNNNNNNN -NNNNNNNNNNNNNNW${c2}MMMMMMMMMMMM${c1}WNNNNNNNNNNNN -NNNNNNNNNNWWW${c2}MMMMMMMMMMMMMMMM${c1}WWWNNNNNNNX -oNWWWW${c2}MMMMMMMMMMMMMMMMMMMMMMMMMMMM${c1}WWWNNo - OW${c2}MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM${c1}WO - .OW${c2}MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM${c1}WO. - lNW${c2}MMMMMMMMMMMMMMMMMMMMMMMMMMMM${c1}WNl - .dNW${c2}MMMMMMMMMMMMMMMMMMMMMMMM${c1}WNd. - .cKW${c2}MMMMMMMMMMMMMMMMMMMM${c1}WKc. - 'oOXWWW${c2}MMMMMMMM${c1}WWWXOl. - ;lkXNNNNNNXkl' -""") - \ No newline at end of file diff --git a/hyfetch/distros/unicodearch.py b/hyfetch/distros/unicodearch.py deleted file mode 100644 index 9eeb465d..00000000 --- a/hyfetch/distros/unicodearch.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -unicodearch = AsciiArt(match=r'''"unicodearch"*''', color='6 6 7 1', ascii=r""" -${c1} ▄ - ▟█▙ - ▟███▙ - ▟█████▙ - ▟███████▙ - ▂▔▀▜██████▙ - ▟██▅▂▝▜█████▙ - ▟█████████████▙ - ▟███████████████▙ - ▟█████████████████▙ - ▟███████████████████▙ - ▟█████████▛▀▀▜████████▙ - ▟████████▛ ▜███████▙ - ▟█████████ ████████▙ - ▟██████████ █████▆▅▄▃▂ - ▟██████████▛ ▜█████████▙ - ▟██████▀▀▀ ▀▀██████▙ - ▟███▀▘ ▝▀███▙ - ▟▛▀ ▀▜▙ -""") - \ No newline at end of file diff --git a/hyfetch/distros/univalent.py b/hyfetch/distros/univalent.py deleted file mode 100644 index 987e11d9..00000000 --- a/hyfetch/distros/univalent.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -univalent = AsciiArt(match=r'''"Univalent"*''', color='6 6', ascii=r""" -${c1} - UUUUUUU UUUUUUU - UUUUUUU UUUUUUU - UUUUUUU A UUUUUUU - UUUUUUU A|A UUUUUUU - UUUUUUU A | A UUUUUUU - UUUUUUU A | A UUUUUUU - UUUUUUU A| | |A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUU A | | | A UUUUUUU - UUUUUUUAAAAAAAAAAAUUUUUUU - UUUUUUUUUUUUUUUUUUU - UUUUUUUUUUUUU -""") - \ No newline at end of file diff --git a/hyfetch/distros/univention.py b/hyfetch/distros/univention.py deleted file mode 100644 index f4822a6f..00000000 --- a/hyfetch/distros/univention.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -univention = AsciiArt(match=r'''"Univention"*''', color='1 7', ascii=r""" -${c1} ./osssssssssssssssssssssso+- - `ohhhhhhhhhhhhhhhhhhhhhhhhhhhhy: - shhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh- - `-//${c2}sssss${c1}/hhhhhhhhhhhhhh+${c2}s${c1}.hhhhhhhhh+ - .ohhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sss${c1}+hhhhhhh+ -.yhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}ssss${c1}:hhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}sssss${c1}.hhhhhhhhhhhhhh.${c2}sssss${c1}yhhhhh+ -+hhhhhy${c2}ssssss${c1}+yhhhhhhhhhhy/${c2}ssssss${c1}yhhhhh+ -+hhhhhh:${c2}sssssss${c1}:hhhhhhh+${c2}.ssssssss${c1}yhhhhy. -+hhhhhhh+`${c2}ssssssssssssssss${c1}hh${c2}sssss${c1}yhhho` -+hhhhhhhhhs+${c2}ssssssssssss${c1}+hh+${c2}sssss${c1}/:-` --hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhho - :yhhhhhhhhhhhhhhhhhhhhhhhhhhhh+` - -+ossssssssssssssssssssss+:` -""") - \ No newline at end of file diff --git a/hyfetch/distros/uos.py b/hyfetch/distros/uos.py deleted file mode 100644 index cd2a25a7..00000000 --- a/hyfetch/distros/uos.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -uos = AsciiArt(match=r'''"Uos"*''', color='1 7 3', ascii=r""" -${c1} - ....... - .............. - ...................... - ............................. - uuuuuu uuuuuu ooooooooooo ssssssssss - u::::u u::::u oo:::::::::::oo ss::::::::::s - u::::u u::::u o:::::::::::::::oss:::::::::::::s - u::::u u::::u o:::::ooooo:::::os::::::ssss:::::s - u::::u u::::u o::::o o::::o s:::::s ssssss - u::::u u::::u o::::o o::::o s::::::s - u::::u u::::u o::::o o::::o s::::::s - u:::::uuuu:::::u o::::o o::::ossssss s:::::s - u:::::::::::::::uuo:::::ooooo:::::os:::::ssss::::::s - u:::::::::::::::uo:::::::::::::::os::::::::::::::s - uu::::::::uu:::u oo:::::::::::oo s:::::::::::ss - uuuuuuuu uuuu ooooooooooo sssssssssss - ............................. - ..................... - ............. - ...... -""") - \ No newline at end of file diff --git a/hyfetch/distros/urukos.py b/hyfetch/distros/urukos.py deleted file mode 100644 index bfdabaeb..00000000 --- a/hyfetch/distros/urukos.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -urukos = AsciiArt(match=r'''"UrukOS"*''', color='12 12 7 12 4', ascii=r""" -${c3} :${c4}:::::::::::::: ${c5}. - ${c3}=#${c4}*============. ${c5}:#: - ${c3}=##%${c4}+----------. ${c5}.###: - ${c3}=####. ${c5}.####: - ${c3}=####. ${c5}.####: - ${c3}=###*. .=${c4}--------. ${c5}####: - ${c3}=####. .*#+${c4}======- ${c5}####: - ${c3}=###*. .*###+${c4}====- ${c5}####: - ${c3}=###*. .*#####+${c4}==- ${c5}####: - ${c3}=###*. .*#######+${c4}: ${c5}####: - ${c3}=###*. .*#######+${c4}: ${c5}####: - ${c3}=###*. .*#####+${c4}==- ${c5}####: - ${c3}=###*. .*###+${c4}====- ${c5}####: - ${c3}=####. .*#+${c4}======- ${c5}####: - ${c3}=###*. .=${c4}--------. ${c5}.####: - ${c3}=####. ${c5}.####: - ${c3}=####. ${c5}.####: - ${c3}=###+${c4}--------------${c5}####: - ${c3}=#+${c4}=================-${c5}: - ${c3}:${c4}::::::::::::::::::. -""") - \ No newline at end of file diff --git a/hyfetch/distros/uwuntu.py b/hyfetch/distros/uwuntu.py deleted file mode 100644 index 157fb859..00000000 --- a/hyfetch/distros/uwuntu.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -uwuntu = AsciiArt(match=r'''"uwuntu"*''', color='225 206 52', ascii=r""" -${c1} && - &&&&&&&& - , *&&&&&& &&&&&&&&( - &%%%%&&&& &&&&&&&&&&&& ,&&&&& - %%${c2}%%%%&&${c1}&&& ,&&&&&&&&&&&&&, %&&&$&&&%%$%%%. - &%%%${c2}%&&&&&${c1}&&# &, &&&&&&${c2}&&&&&&&%%%${c1}%% - &%%&&${c2}&&&&${c1}&&&( &&&${c2}&&&&&&%${c1}%%% - &&&&&${c2}&&&${c1}&% *&&${c2}&&&&&${c1}&&% - &&&/ &&&&${c3}\${c1}& ,${c3}/${c1}*.** - %&&&&&&&& &&&${c3}⟩${c1}., *.${c3}⟨${c1} - %&&&&&&&& &&${c3}/${c1}.. ${c3}/ \${c1} ..${c3}\${c1}(&&&&&& - #&&&#%%%%.%%%( ${c3}\_/\_/${c1} (%%%.%%%%/ - /%%%%%%%&&* ,&&&%%%%%%& - &&&&&&&& &&&&&&&&&&& - (&&&&& &&&&&&&&&&& - ${c2}%%${c1} & &&&&&&&&&&&& &&&&&&& - ${c2}%%%${c1} #&&&&&&# &&&&&&&&& - ${c2}%%%%% %%${c1} #&&&&&( -${c2}&%. %%%${c1} - ${c2}%%%%%%% -""") - \ No newline at end of file diff --git a/hyfetch/distros/vanilla.py b/hyfetch/distros/vanilla.py deleted file mode 100644 index a9afaa12..00000000 --- a/hyfetch/distros/vanilla.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -vanilla = AsciiArt(match=r'''"Vanilla"*''', color='11 15', ascii=r""" -${c1} - - .OO. - .OOOO. - .OO${c2}II${c1}OO. - IOOO${c2}II${c1}OOOI - .OOOO${c2}II${c1}OOOO. - ............IOOOO${c2}II${c1}OOOOI............ - OOOOOOOOOOOOOOOOOO${c2}II${c1}OOOOOOOOOOOOOOOOOO - OOOO${c2}II${c1}OOOOOOOOOOO${c2}II${c1}OOOOOOOOOOO${c2}II${c1}OOOO - OOOOO${c2}III${c1}OOOOOOOO${c2}II${c1}OOOOOOOO${c2}III${c1}OOOOO - OOOOOOO${c2}IIII${c1}OO${c2}I....I${c1}OO${c2}IIII${c1}OOOOOOO - OOOOOOOOOO${c2}II.. ..II${c1}OOOOOOOOOO - OOOOOOO${c2}II. .II${c1}OOOOOOO - OOOOOO${c2}II:......:II${c1}OOOOOO - OOOOOOOOO${c2}IIIIIIII${c1}OOOOOOOOO - OOOOOO${c2}II${c1}OOOOOOOOOOOO${c2}II${c1}OOOOOO - OOOO${c2}II${c1}OOOOOOOI IOOOOOO${c2}II${c1}OOOO - IOO${c2}II${c1}OOOOOOOO: :OOOOOOOO${c2}II${c1}OOI - IOOOOOOOOOOII IIOOOOOOOOOOI -""") - \ No newline at end of file diff --git a/hyfetch/distros/venom.py b/hyfetch/distros/venom.py deleted file mode 100644 index 24fff982..00000000 --- a/hyfetch/distros/venom.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -venom = AsciiArt(match=r'''"Venom"*''', color='8 4', ascii=r""" -${c1} - `-` - -yys+/-` - `oyyyyy: /osyyyyso+:. - /yyyyy+`+yyyyyyyyyys/. - .-yyyyys.:+//+oyyyyyyyo. - `oy/`oyyyyy/ ./syyyyy: - syyys`:yyyyyo` :yyyyy: - /yyyyo .syyyyy- .yyyyy. - yyyyy. +yyyyy/ /yyyy/ - `yyyyy :yyyyys` -yyyyo - yyyyy. `syyyyy- /yyyy/ - /yyyyo /yyyyy+ .yyyyy. - syyyys. -yyyyys.:yyyy: - `oyyyyyo-` `oyyyyy:.sy: - :syyyyyyso+/++`/yyyyyo`` - -oyyyyyyyyyyy-.syyyys. - -/+osyyyyso.`+yyyyy/ - .-/+syo` - `. -""") - \ No newline at end of file diff --git a/hyfetch/distros/venom_small.py b/hyfetch/distros/venom_small.py deleted file mode 100644 index e4a8642b..00000000 --- a/hyfetch/distros/venom_small.py +++ /dev/null @@ -1,18 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -venom_small = AsciiArt(match=r'''"venom_small"*''', color='8 4', ascii=r""" -${c1} ++** - *===**====+* - *====* +===+ - *==*+===* *===* -*===* *===+ *===* -*===* +===+ *===* -*===* +===* *===* - *===* *===+*==* - +===+ *===+=* - *+====**===* - **++ -""") - \ No newline at end of file diff --git a/hyfetch/distros/vnux.py b/hyfetch/distros/vnux.py deleted file mode 100644 index cabd1127..00000000 --- a/hyfetch/distros/vnux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -vnux = AsciiArt(match=r'''"VNux"*''', color='11 8 15 1 7', ascii=r""" -${c1} ` - ^[XOx~. - ^_nwdbbkp0ti' - -${c2} _j>!vC1,, - ${c4},${c2} ,CY${c3}O${c2}t${c3}O${c2}1(l;" -`${c4}~-{r(1I${c2} ^${c1}/zmwJuc:${c2}I^ -'${c4}?)|${c1}U${c4}/}-${c2} ^${c3}f${c1}OCLLOw${c3}_${c2},; - ,${c4}i,``. ${c2}",${c3}k%ooW@$d"${c2}I,' - ' ;^${c3}u$$$$$$$$^<${c2}:^ - ` .>>${c3}($$${c5}$@@@@$$${c3}$nl${c2}[:: - `!}?${c3}B$${c5}%&WMMW&%$${c3}$1}-${c2}}": - ^?j${c3}Z$${c5}WMMWWWWMMW$${c3}ofc${c2};;` - <~x&${c3}$${c5}&MWWWWWWWWp${c3}-${c5}l>[< -${c1} 'ljmwn${c2}~tk8${c5}MWWWWM8O${c2}X${c1}r${c2}+]nC${c1}[ -!JZqwwdX${c2}:^C8${c5}#MMMM@${c2}X${c1}Odpdpq0< - ^x00J(" - ^" -""") - \ No newline at end of file diff --git a/hyfetch/distros/void.py b/hyfetch/distros/void.py deleted file mode 100644 index a1c7eee0..00000000 --- a/hyfetch/distros/void.py +++ /dev/null @@ -1,32 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -void = AsciiArt(match=r'''"Void"*''', color='8 2 7', ascii=r""" -${c1} .......... - .::::::::::::::::::.. - ..:::::::::::::::::::::::::. - '::::::::::::::::::::::::::::. - ':::::'' '':::::::::::::. -${c3} .. ${c1}' '':::::::::. -${c3} .||. ${c1}'::::::::: -${c3} .|||||. ${c1}':::::::: -${c3} .|||||||: ${c1}:::::::: -${c3} |||||||: ${c1}.::::::::. :::::::: -${c2} ######${c3}||||||' ${c2}##^ v##########v${c1}::. ${c2}##### #############v -${c2} ######${c3}||||| ${c2}##^ v####${c1}::::::${c2}####v${c1}::${c2}##### #####${c1}:::::${c2}##### -${c2} ######${c3}||${c2}##^ #####${c1}::::::${c2}#####${c1}::${c2}##### #####${c1}:::::${c2}###### -${c2} ######^${c3}|| ${c2}#####${c1}:::::${c2}####^${c1}::${c2}##### #####${c1}:::::${c2}#####^ -${c2} ##^${c3}||||| ${c2}^###########^${c1}:::${c2}##### ##############^ -${c3} |||||||: ${c1}'::::::::' .:::::::: -${c3} '|||||||: ${c1}.::::::::' -${c3} '|||||||:. ${c1}':::::: -${c3} '||||||||:. ${c1}'::: -${c3} ':|||||||||. . ${c1}' -${c3} '|||||||||||:... ...:||||. -${c3} ':||||||||||||||||||||||||||. -${c3} ':|||||||||||||||||||||||'' -${c3} '':||||||||||||||:'' -${c3} '''''' -""") - \ No newline at end of file diff --git a/hyfetch/distros/void_old.py b/hyfetch/distros/void_old.py deleted file mode 100644 index 595ec03a..00000000 --- a/hyfetch/distros/void_old.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -void_old = AsciiArt(match=r'''"void_old"''', color='2 8', ascii=r""" -${c1} __.;=====;.__ - _.=+==++=++=+=+===;. - -=+++=+===+=+=+++++=_ - . -=:`` `--==+=++==. - _vi, ` --+=++++: - .uvnvi. _._ -==+==+. - .vvnvnI` .;==|==;. :|=||=|. -${c2}+QmQQm${c1}pvvnv; ${c2}_yYsyQQWUUQQQm #QmQ#${c1}:${c2}QQQWUV$QQmL -${c2} -QQWQW${c1}pvvo${c2}wZ?.wQQQE${c1}==<${c2}QWWQ/QWQW.QQWW${c1}(: ${c2}jQWQE -${c2} -$QQQQmmU' jQQQ@${c1}+=<${c2}QWQQ)mQQQ.mQQQC${c1}+;${c2}jWQQ@' -${c2} -$WQ8Y${c1}nI: ${c2}QWQQwgQQWV${c1}`${c2}mWQQ.jQWQQgyyWW@! -${c1} -1vvnvv. `~+++` ++|+++ - +vnvnnv, `-|=== - +vnvnvns. . :=- - -Invnvvnsi..___..=sv=. ` - +Invnvnvnnnnnnnnvvnn;. - ~|Invnvnvvnvvvnnv}+` - -~|{*l}*| -""") - \ No newline at end of file diff --git a/hyfetch/distros/void_small.py b/hyfetch/distros/void_small.py deleted file mode 100644 index bbc8e79a..00000000 --- a/hyfetch/distros/void_small.py +++ /dev/null @@ -1,14 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -void_small = AsciiArt(match=r'''"void_small"''', color='2 8', ascii=r""" -${c1} _______ - _ \______ - -| \ ___ \ | -| | / \ | | -| | \___/ | | -| \______ \_| - -_______\ -""") - \ No newline at end of file diff --git a/hyfetch/distros/vzlinux.py b/hyfetch/distros/vzlinux.py deleted file mode 100644 index 91a2035c..00000000 --- a/hyfetch/distros/vzlinux.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -vzlinux = AsciiArt(match=r'''"VzLinux"*''', color='1 7 3', ascii=r""" -${c2} ${c1}.::::::::.${c2} - `/////` ${c1}:zzzzzzzz${c2} ://///- - VVVVVu` ${c1}-zzz`${c2} /VVVVV. - `dVVVVV ${c1}.zzz`${c2} :VVVVV: - `VVVVVo ${c1}zzz${c2} -VVVVV/ - .VVVVV\ ${c1}zzz/${c2} .VVVVV+ - -VVVVV: ${c1}zzzzzzzzz${c2} .dVVVVs - \VVVVV- ${c1}`````````${c2} VVVVVV - +VVVVV. sVVVVu` - oVVVVd` +VVVVd` - VVVVVV /VVVVV. - `uVVVVs -VVVVV- - `dVVVV+ .VVVVV/ - .VVVVV\ `dVVVV+ - -VVVVV-`uVVVVo - :VVVVVVVVVVV - \VVVVVVVVu - oVVVVVVd` - sVVVVV. - ----. -""") - \ No newline at end of file diff --git a/hyfetch/distros/wii_linux_ngx.py b/hyfetch/distros/wii_linux_ngx.py deleted file mode 100644 index 7e4768e9..00000000 --- a/hyfetch/distros/wii_linux_ngx.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -wii_linux_ngx = AsciiArt(match=r'''*"wii-linux-ngx"*|*"whiite-linux"*| *"gc-linux"*''', color='6 7', ascii=r""" -${c1}''''''' `~;:` -'''''' ~kQ@@g\ ,EQ@@g/ -h@@@@@@' o@@@@@9` `@@@@@@D `@@@@@@@= @@@@@@@? -'@@@@@@X o@@@@@@@D v@@@@@@: R@@@@@@, D@@@@@@_ - t@@@@@@' _@@@@@@@@@; `Q@@@@@U ;fmo/- ;fmo/- - `Q@@@@@m d@@@@@@@@@N 7@@@@@@' - L@@@@@@' :@@@@@&@@@@@| `Q@@@@@Z :]]]]]v :]]]]]v - Q@@@@@X R@@@@Q`g@@@@Q f@@@@@Q- z@@@@@Q v@@@@@Q - r@@@@@@~ ;@@@@@/ ;@@@@@L `@@@@@@/ z@@@@@Q v@@@@@Q - d@@@@@q M@@@@# H@@@@Q ]@@@@@Q z@@@@@Q v@@@@@Q - ,@@@@@@, >@@@@@; _@@@@@c `@@@@@@> z@@@@@Q v@@@@@Q - X@@@@@U Q@@@@R Z@@@@Q`{@@@@@N z@@@@@Q v@@@@@Q - .@@@@@@S@@@@@: -@@@@@e@@@@@@: z@@@@@Q v@@@@@Q - {@@@@@@@@@@U t@@@@@@@@@@e z@@@@@Q v@@@@@Q - `Q@@@@@@@@@' `Q@@@@@@@@@- z@@@@@Q v@@@@@Q - :@@@@@@@@| ;@@@@@@@@= z@@@@@Q v@@@@@Q - '2#@@Q6: ,eQ@@QZ~ /QQQQQg \QQQQQN -""") - \ No newline at end of file diff --git a/hyfetch/distros/windows.py b/hyfetch/distros/windows.py deleted file mode 100644 index 0932068c..00000000 --- a/hyfetch/distros/windows.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -windows = AsciiArt(match=r'''"Windows"*''', color='1 2 4 3', ascii=r""" -${c1} ,.=:!!t3Z3z., - :tt:::tt333EE3 -${c1} Et:::ztt33EEEL${c2} @Ee., .., -${c1} ;tt:::tt333EE7${c2} ;EEEEEEttttt33# -${c1} :Et:::zt333EEQ.${c2} $EEEEEttttt33QL -${c1} it::::tt333EEF${c2} @EEEEEEttttt33F -${c1} ;3=*^```"*4EEV${c2} :EEEEEEttttt33@. -${c3} ,.=::::!t=., ${c1}`${c2} @EEEEEEtttz33QF -${c3} ;::::::::zt33)${c2} "4EEEtttji3P* -${c3} :t::::::::tt33.${c4}:Z3z..${c2} ``${c4} ,..g. -${c3} i::::::::zt33F${c4} AEEEtttt::::ztF -${c3} ;:::::::::t33V${c4} ;EEEttttt::::t3 -${c3} E::::::::zt33L${c4} @EEEtttt::::z3F -${c3}{3=*^```"*4E3)${c4} ;EEEtttt:::::tZ` -${c3} `${c4} :EEEEtttt::::z7 - "VEzjt:;;z>*` -""") - \ No newline at end of file diff --git a/hyfetch/distros/windows95.py b/hyfetch/distros/windows95.py deleted file mode 100644 index 720bb061..00000000 --- a/hyfetch/distros/windows95.py +++ /dev/null @@ -1,25 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -windows95 = AsciiArt(match=r'''"Windows95"''', color='6 4 3 2 1 0', ascii=r''' -${c6} ___ - .--=+++++=-:. - . _ *%@@@@@@@@@@@@@@* - *:+:.__ :+* @@@ @"${c5}_*&%${c6}@@${c4}%&&&*${c6}"@@@ - "+.-#+ +%* " _ ${c5}++&&&%${c6}@@${c4}%&&&&&#${c6}@@ -${c5} " , ${c6}%@@ ${c5}&&&&&%${c6}@@${c4}%&&&&&#${c6}@@ -${c5} * oo *# ${c6}" _ ${c5}&&&&&%${c6}@@${c4}%&&&&&#${c6}@@ -${c5} " , ${c6}%@@ ${c5}&&&&"${c6}@@@@#*${c4}"&&&${c6}@@ - .${c5} * oo *# ${c6}" _ %@@@@@@@@@@@@@@@@ - *:+:.__ :=* %@@ @"${c1}**&%${c6}@@${c3}%&&&*${c6}"@@@ - "+.-#+ +%* " _ ${c1}&&&&&%${c6}@@${c3}%&&&&&#${c6}@@ -${c1} " , ${c6}%@@ ${c1}&&&&&%${c6}@@${c3}%&&&&&#${c6}@@ -${c1} * oo *# ${c6}" _ ${c1}&&&&&%${c6}@@${c3}%&&&&&#${c6}@@ -${c1} " , ${c6}%@@ ${c1}&&*"${c6}%@@@@@@${c3}"*%&${c6}@@ - .${c1} * oo *# ${c6}" _ @@@@@@@@@@@@@@@@@ - *:+:.__ :+# @@@ @%#=+""""""+==%#@ - "+.-#+ +%* %+" " ":@ - " " -''') - \ No newline at end of file diff --git a/hyfetch/distros/windows_10.py b/hyfetch/distros/windows_10.py deleted file mode 100644 index a60b0b8e..00000000 --- a/hyfetch/distros/windows_10.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -windows_10 = AsciiArt(match=r'''*"[Windows 10]"*|*"on Windows 10"*|"Windows 8"*| "Windows 10"* |"windows10"|"windows8"''', color='6 7', ascii=r""" -${c1} .., - ....,,:;+ccllll - ...,,+:; cllllllllllllllllll -,cclllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll - -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -llllllllllllll lllllllllllllllllll -`'ccllllllllll lllllllllllllllllll - `' \*:: :ccllllllllllllllll - ````''*::cll - `` -""") - \ No newline at end of file diff --git a/hyfetch/distros/windows_11.py b/hyfetch/distros/windows_11.py deleted file mode 100644 index d14380f3..00000000 --- a/hyfetch/distros/windows_11.py +++ /dev/null @@ -1,23 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -windows_11 = AsciiArt(match=r'''*"[Windows 11]"*|*"on Windows 11"*| "Windows 11"* |"windows11"''', color='4 6', ascii=r""" -${c1} -################ ################ -################ ################ -################ ################ -################ ################ -################ ################ -################ ################ -################ ################ - -################ ################ -################ ################ -################ ################ -################ ################ -################ ################ -################ ################ -################ ################ -""") - \ No newline at end of file diff --git a/hyfetch/distros/wrt.py b/hyfetch/distros/wrt.py deleted file mode 100644 index b134e576..00000000 --- a/hyfetch/distros/wrt.py +++ /dev/null @@ -1,16 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -wrt = AsciiArt(match=r'''*"Wrt"*''', color='4 7 1', ascii=r""" -${c1} _______ -| |.-----.-----.-----. -| - || _ | -__| | -|_______|| __|_____|__|__| - |__| - ________ __ -| | | |.----.| |_ -| | | || _|| _| -|________||__| |____| -""") - \ No newline at end of file diff --git a/hyfetch/distros/xenia.py b/hyfetch/distros/xenia.py deleted file mode 100644 index d56bc874..00000000 --- a/hyfetch/distros/xenia.py +++ /dev/null @@ -1,34 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -xenia = AsciiArt(match=r'''"Xenia"*''', color='#55CDFD' '#F6AAB7' '#FFFFFF', ascii=r""" -${c3} !${c3}`${c3} @ -${c3} @${c3}```${c3}b @@@@@ -${c3} @${c3}`````${c3}@ @/${c3}@@@@ -${c3} @@${c3}``'))))))))))C@@ -${c3} @@@){)))))()))))))) -${c3} @r))))@${c1}oooo${c3})))))h)))[ -${c3} rr)))j${c1}oooooo${c3}(x${c1}ooooo${c3}$@) -${c3} rrrxr))r/l;${c1},,,${c3}z@{${c1},,,,,${c3}@@ -${c3} rr ) ${c2}v${c3} @;@rx -${c3} rrr) ${c2}\__^__/${c3} ji -${c3} rj]. . r - ${c3}[[${c2}]]${c1}11111111111111111] - ${c2}]${c3}[[[${c2}]]][${c1}11111111111111111< - ${c2}]${c3}[[[[[${c2}]]]]]]]]]]]]]]${c1}-111111[ - ${c2}]-${c3}[[[[[[;${c2}]]]]]]]]]]]]]]]]${c1} 1 - ${c2}]]${c3}[[[[[[[[[[[${c2}]]]]]]]]]]]]] - ${c1}1${c2}]][${c3}[[[[[[[[[[[[[${c2}<]]]]]]]]] - ${c1}11${c2}]]]${c3}[[[[[[[[[[[[[[[${c2}]]]]]]] - ${c1}111${c2}]]]]'${c3}[[[[[[[[[[[[[[${c2}]]]] - ${c1}111-${c2}]]]]]${c3}[[[[[[[[[[[[[${c2}]] - ${c1}11111${c2}]]]]]_${c3}[[[[[[[[[[${c2}] - ${c1}11111${c2}]]]i${c3}[[[[[[[[ - ${c1}1111${c2}]]+${c3}[[[[[[^ - ${c1}11 ${c2}]]${c3}[[[[[[ - ${c1}11 +${c2}]${c3}[[[[ - ${c1}1 ${c2}]${c3}[[ - ` -""") - \ No newline at end of file diff --git a/hyfetch/distros/xenia2.py b/hyfetch/distros/xenia2.py deleted file mode 100644 index 0801c390..00000000 --- a/hyfetch/distros/xenia2.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -xenia2 = AsciiArt(match=r'''"Xenia2"*''', color='#55CDFD' '#F6AAB7' '#FFFFFF', ascii=r""" -${c2} ,c. .c; -${c2} .${c1}KMMMk${c2}.... ....${c1}kMMMK${c2}. -${c2} .${c1}WMMMMMX${c2}..... .....${c1}KMMMMMW. -${c1} XMMMMMMM0${c2}..... ....${c1}OMMMMMMMN -${c1} dMMMMMMMMM;${c2}.... ..... ....,${c1}MMMMMMMMMd -${c1} WMMMMMMMMMl;${c3}okKKKKKKKKKOo${c1};cMMMMMMMMMM -${c1} 'MMMMMMMNX${c2}K0${c3}KKKKKKKKKKKKKKK${c2}0K${c1}XNMMMMMMM; -${c1} oMMMMMMM${c2}Oxo${c3}KKKKKKKKKKKKKKKKK${c2}oxO${c1}MMMMMMMd -${c1} dMMMMMMM${c2}dxxx${c3}KKKKKKKKKKKKKKK${c2}xxxd${c1}NMMMMMMk -${c1} :MMMMX0${c2}xxxxxx${c3}0KKKKKKKK0KK0${c2}xxxxxx0${c1}XMMMMc -${c1} MMMO${c2}xxxxxxxxdx${c3}kdd${c2}0x0${c3}ddk${c2}xdxxxxxxxx${c1}OMMM -${c1} ;${c2}xxkxddxxxxdodxxxxdxdxxxxdodxxxxddxkxx${c1}; -${c1}dxd${c2}KMMMWXo${c1}'.....'${c2}cdxxxdc${c1}'.....'${c2}lXWMMMX${c1}dxd -${c1}cxd${c2}XMMMN${c1},..........${c2}dxd${c1}'.........'${c2}XMMMN${c1}dxl -${c1} .xx${c2}WMMl${c1}...''....'.;k:.'....''...${c2}lMMW${c1}xx. -${c1}..:kXMMx..'....''..kMk..''....'..xMMXkc.. -${c1} dMMMMMMd.....'...xMMMx...''....dMMMMMMx -${c1} kMMMMWOoc:coOkolllokOoc:coOWMMMMO -${c1} .MMMMMMMMl${c2}...${c1}lNMMMMMMM. -${c1} KMMMMMMX${c2}l${c1}KMMMMMMX -${c1} .MMMMMMMMM. -""") - \ No newline at end of file diff --git a/hyfetch/distros/xferience.py b/hyfetch/distros/xferience.py deleted file mode 100644 index 00ab3d5d..00000000 --- a/hyfetch/distros/xferience.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -xferience = AsciiArt(match=r'''*"XFerience"*''', color='6 6 7 1', ascii=r""" -${c1} ``--:::::::-.` - .-/+++ooooooooo+++:-` - `-/+oooooooooooooooooo++:. - -/+oooooo/+ooooooooo+/ooo++:` - `/+oo++oo. .+oooooo+.-: +:-o+- - `/+o/. -o. :oooooo+ ```:.+oo+- -`:+oo- -/` :oooooo+ .`-`+oooo/. -.+ooo+. .` `://///+-+..oooooo+:` --+ooo:` ``.-+oooooo+/` --+oo/` :+oooo/. -.+oo: ..-/. . -+oo+/` -`/++- -:::++::/. -+oo+- - ./o: `:///+- `./ooo+:` - .++- `` /-` -:/+oooo+:` - .:+/:`` `-:ooooooo++- - ./+o+//:...../+oooooooo++:` - `:/++ooooooooooooo++/-` - `.-//++++++//:-.` - `````` -""") - \ No newline at end of file diff --git a/hyfetch/distros/xray_os.py b/hyfetch/distros/xray_os.py deleted file mode 100644 index d1260445..00000000 --- a/hyfetch/distros/xray_os.py +++ /dev/null @@ -1,28 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -xray_os = AsciiArt(match=r'''"Xray_OS"*''', color='15 14 16 24', ascii=r""" -${c1} ${c1}rrrrrraaaaaaaaaaaayyyy - ${c1}xxrrrrrrrraaaaaaaaaaaayyyyyyyyy - ${c1}xxxxxrrrrrrrraaaaaaaaaaaayyyyyyy${c3}yyyyy${c2}yyyyyyyyyy - ${c1}xxxxxxxrrrrrrrraaaaa ${c2}aaaaayyyyyyyyyyyyyyyyyyy - ${c1}xxxxxx${c3}xxx${c1}rrrrrrrraaaa ${c2}aaaaaaayyyyyyyyyyyyyyyyy - ${c1}xxxxxx${c3}xxxxxr${c1}rrrrrrraa ${c2}aaaaaaaaay${c3}yyyyyyyyy${c2}yyyy ${c1}yy - ${c1}xxxxxxx${c3}xxx${c1}xxrrrrrrrra ${c2}aaaaaaaaa${c3}ayyyyyyyyyyyy${c1}yyyyyy - ${c1}xxxxxxxxxxxxrrrrrrrr ${c2}aaaaaaaaaaa${c3}yyyyyyyyyyyy${c1}yyyyyyy -${c1}xxxxxxxxxxxxxrrrrrr ${c2}raaaaaaaaaaaayyy${c3}yyyyyyyy${c1}yyyyyy${c1}yyy -${c1}xxxxxxxxxxxxxrrrrr ${c2}rraaaaaaaaaaaayyyyy${c3}yy${c2}yyyyyy ${c1}yyyyyy -${c1}xxxxxxxx${c3}xxxx${c1}xrrrrr${c2}rr${c3}raaaaaaa${c2}aaaaayyyyyyyyyy ${c1}yyyyyyyyy -${c1}xxxxxxx${c3}xxxx${c1}xxrrrrrrr${c3}raaaaaa${c2}aaaaaayyyyyyy ${c1}yyyyyyyyyyyy -${c1}xxxxxxx${c3}xxx${c1}xxxrrrrrrrr${c3}aaaaaa${c2}aaaaaayyyy ${c1}yyyyyyyyyyyyyy - ${c1}xxxxxxxxxxxxrrrrrrrra ${c2}aaaaaaaaaay ${c1}yyyyyyyyyyyyyyyy - ${c1}xxxxxxxxxxxrrrrrrr ${c2}aaaaaaaaaaaayyyy${c1}yyyyyyyyyyyyy - ${c1}xxxxxxx${c3}xxxrr${c1}rrrr ${c2}raaaaaaaaaaaa ${c1}yyyyyyyyyyyyyyy - ${c1}xxxxxxxxrrrr ${c2}rrraaaaaaaaa ${c1}aayyyyyyyyyyyyyy - ${c1}xxxxxxrrrrrrr ${c2}aaaaaa ${c1}aaaayyyyyyyyyyyy - ${c1}xxxrrrrrr ${c2}raaa ${c1}aaaaaaayyyyyyyyy - ${c1}rrrr ${c2}rr ${c1}aaaaaaaaaayyyyyy - ${c2}r ${c1}aaaaaaaaaa -""") - \ No newline at end of file diff --git a/hyfetch/distros/xubuntu.py b/hyfetch/distros/xubuntu.py deleted file mode 100644 index fd8c2ee8..00000000 --- a/hyfetch/distros/xubuntu.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -xubuntu = AsciiArt(match=r'''"Xubuntu"*''', color='4 7 1', ascii=r""" -${c1} `.:/ossyyyysso/:. - `.yyyyyyyyyyyyyyyyyyyy.` - `yyyyyyyyyyyyyyyyyyyyyyyyyy` - `yyyyyyyyyyyyyyyyyyyy${c2}::${c1}yyyyyyyy` - .yyyyyyyyyyy${c2}/+:${c1}yyyyyyy${c2}ds${c1}yyy${c2}+y${c1}yyyy. - yyyyyyy${c2}:o/${c1}yy${c2}dMMM+${c1}yyyyy${c2}/M+${c1}y${c2}:hM+${c1}yyyyyy - yyyyyyy${c2}+MMMy${c1}y${c2}mMMMh${c1}yyyyy${c2}yM::mM+${c1}yyyyyyyy -`yyyyyyy${c2}+MMMMysMMMd${c1}yyyyy${c2}dh:mN+${c1}yyyyyyyyy` -yyyyyyyy${c2}:NMMMMmMMMMmmdhyy+/y:${c1}yyyyyyyyyyy -yyyyyyyy${c2}+MMMMMMMMMMMMMMMMMMNho:${c1}yyyyyyyyy -yyyyyyyy${c2}mMMMMMMMMMMMMMMMMMMMMMMy${c1}yyyyyyyy -yyyyyyy${c2}+MMMMMMMMMMMMMMMMMMMMMMMM/${c1}yyyyyyy -`yyyyyy${c2}sMMMMMMMMMMMMMMMMMMMMMMmo${c1}yyyyyyy` - yyyyyy${c2}oMMMMMMMMMMMMMMMMMMMmy+${c1}yyyyyyyyy - yyyyy${c2}:mMMMMMMMMMMMMMMNho/${c1}yyyyyyyyyyy - .yyyy${c2}:yNMMMMMMMNdyo:${c1}yyyyyyyyyyyyy. - `yyyyyy${c2}:/++/::${c1}yyyyyyyyyyyyyyyyy` - `yyyyyyyyyyyyyyyyyyyyyyyyyy` - `.yyyyyyyyyyyyyyyyyyyy.` - `.:/oosyyyysso/:.` -""") - \ No newline at end of file diff --git a/hyfetch/distros/yiffos.py b/hyfetch/distros/yiffos.py deleted file mode 100644 index 9e96ba15..00000000 --- a/hyfetch/distros/yiffos.py +++ /dev/null @@ -1,26 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -yiffos = AsciiArt(match=r'''"yiffOS"*''', color='93 92', ascii=r""" -${c1} NK - NxKXW - WOlcoXW - 0olccloxNW - XxllllllloxOKNW - Nklllllllllllodk0XWW - N0dllllllllllllllodxOKNW - WKxlllllllllllllllllllooxOKN - WKdllllllllllllllooooooooooooo - Nxllllllllllllllloooooooooo${c2}oooo -${c1} XXNOolllllllllllloooooooooo${c2}oooooo -${c1} WX0xolllllllllllooooooooooo${c2}oooooooo -${c1} XWN0xolllllllllloooooooo${c2}ooooooooooooo -${c1} Kkdolllllllooooddddd${c2}doooooooooooddo -${c1} K00XNW${c2} WX0xdooooooddddddd - WXOxdoooooodddd - WXOxdddddddd - NX0ddd - WN0d -""") - \ No newline at end of file diff --git a/hyfetch/distros/zirconium.py b/hyfetch/distros/zirconium.py deleted file mode 100644 index c4297c20..00000000 --- a/hyfetch/distros/zirconium.py +++ /dev/null @@ -1,27 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -zirconium = AsciiArt(match=r'''"Zirconium"*''', color='4 6', ascii=r""" -${c1} o%%%%%o o%%%%%%o -%%%%%%%%%%%o o%%%%%%%%%%%% - O%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%O - O%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%O - O%%%%%%%%%%%%%%%%%%%%%%%%%%== - O%%%%%%%%%%%%%%%%%%==== - ++++======= - +++++++==== - ++****+++== - +++*****+++ - ==++*****++ - ==++++**++ - =====+++++ - =====+%%%%%%%%%%%%o - ==%%%%%%%%%%%%%%%%%%%%%%%%o - =%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%o - o%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%o -%%%%%%%%%%%%%%O O%%%%%%%%%%%%%% -O%%%%%%%%O O%%%%%%%O - O%%%O O%%%O -""") - \ No newline at end of file diff --git a/hyfetch/distros/zorin.py b/hyfetch/distros/zorin.py deleted file mode 100644 index cdbb93cc..00000000 --- a/hyfetch/distros/zorin.py +++ /dev/null @@ -1,24 +0,0 @@ -# This file is automatically generated. Please do not modify. - -from . import AsciiArt - -zorin = AsciiArt(match=r'''"Zorin"*''', color='4 6', ascii=r""" -${c1} `osssssssssssssssssssso` - .osssssssssssssssssssssso. - .+oooooooooooooooooooooooo+. - - - `::::::::::::::::::::::. .:` - `+ssssssssssssssssss+:.` `.:+ssso` -.ossssssssssssssso/. `-+ossssssso. -ssssssssssssso/-` `-/osssssssssssss -.ossssssso/-` .-/ossssssssssssssso. - `+sss+:. `.:+ssssssssssssssssss+` - `:. .::::::::::::::::::::::` - - - .+oooooooooooooooooooooooo+. - -osssssssssssssssssssssso- - `osssssssssssssssssssso` -""") - \ No newline at end of file diff --git a/hyfetch/neofetch_util.py b/hyfetch/neofetch_util.py index 465c733a..f44a4cc5 100644 --- a/hyfetch/neofetch_util.py +++ b/hyfetch/neofetch_util.py @@ -409,24 +409,12 @@ def get_fore_back(distro: str | None = None) -> tuple[int, int] | None: distro = GLOBAL_CFG.override_distro if not distro: distro = get_distro_name().lower() - distro = distro.lower().replace(' ', '-') - for k, v in fore_back.items(): - if distro.startswith(k.lower()): - return v + + det = distro_detector.detect(distro) + if det and hasattr(det, 'foreground') and det.foreground: + f = det.foreground[0] + b = getattr(det, 'background', None) + return f, b + return None - -# Foreground-background recommendation -fore_back = { - 'fedora': (2, 1), - 'kubuntu': (2, 1), - 'lubuntu': (2, 1), - 'xubuntu': (2, 1), - 'ubuntu-cinnamon': (2, 1), - 'ubuntu-kylin': (2, 1), - 'ubuntu-mate': (2, 1), - 'ubuntu-studio': (2, 1), - 'ubuntu-sway': (2, 1), - 'ultramarine': (2, 1), -} -