DragonFly.py 611 B

123456789101112131415161718192021
  1. from hyfetch.distro import AsciiArt
  2. DragonFly = AsciiArt(match=""""DragonFly"*""", color='1 7 3', ascii="""
  3. ${c2},--, ${c1}| ${c2},--,
  4. ${c2}| `-, ${c1},^, ${c2},-' |
  5. ${c2} `, `-, ${c3}(/ \) ${c2},-' ,'
  6. ${c2} `-, `-,${c1}/ \${c2},-' ,-'
  7. ${c2} `------${c1}( )${c2}------'
  8. ${c2} ,----------${c1}( )${c2}----------,
  9. ${c2} | _,-${c1}( )${c2}-,_ |
  10. ${c2} `-,__,-' ${c1}\ /${c2} `-,__,-'
  11. ${c1} | |
  12. | |
  13. | |
  14. | |
  15. | |
  16. | |
  17. `|'
  18. """)