Source code for seiscat.utils.print_logo

# -*- coding: utf8 -*-
# SPDX-License-Identifier: GPL-3.0-or-later
"""
Seiscat

:copyright:
    2022-2026 Claudio Satriano <satriano@ipgp.fr>
:license:
    GNU General Public License v3.0 or later
    (https://www.gnu.org/licenses/gpl-3.0-standalone.html)
"""
import sys
import shutil

# flake8: noqa
SEISCAT_LOGO = r"""

                         ██████                                     ██████
                        ██   ██████                             ██████  ███
                       ██         █████   ███████████████    ████        ███
                      ███  ████      █████████  ███  █████████      ████  ███
                      ██  ████████        ████  ███  ████        ████████  ██
                     ███  ██████          ████  ███  ████          ██████  ██
                     ███  ████             ██   ███   ██             ████  ███
                     ███  ██                █    █    █                ██  ███
                     ███        ███████                     ███████        ███
                     ███                                                   ███
                     ███      ███████████                  ██████████      ███
                     ██     ███   ███   ██               ██   ████   ██     ██
                    ███    ██  ██    ███ ███            ██  ██    █   ██    ███
                    ███   ██  █  ████  █  ██           ██  █  ████  █  ██   ███
                    ███   ██  █ ██   █  █ ██           ██ ██ █   ██ █  ██   ███
                    ███   ██  █  █████ ██ ██           ██  █ ██████ █  ██   ███
               ████  ██    ██ ███     ██ ██             ██ ██      ██ ██    ███ █████
              ██ ███████ ██ ███  ████   ██     █████     ██   ████   ██ ██ ███████ ███
             ███    ███████   ██████████        ███        ██████████    ██████     ██
   ████      ██        ██                 ██    ███    ██                 ███       ███      ███
     █████ ████    ███  █████              ██████ ██████              █████  ████    ███ █████
        █████     ██████████                                           ███████ ██     █████
                   ██     ████                                       ████     ███
                   ██        ████                                 ████        ███
                  ██           █████                           █████           ███
             ██████                ██████                ███████                ██████
             ██                        ████████████████████                         ██

                           ████████                    █████
                          ███        █████ ██ ██████  ██       ██ ██████
                           ███████   ███   ██ ███    ██       ██ █  ██
                                ███ ██    ██    ███ ██   ██ ██████ ██
                           ███████  █████ ██ ██████  █████ ██    █ ██

"""