From cfaa8229c63e802b30df322c04bd22a4efe87135 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Sat, 4 Apr 2015 16:18:27 +0200 Subject: [PATCH] logo in Script --- boswatch.py | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/boswatch.py b/boswatch.py index 0570f0b..9bddc10 100644 --- a/boswatch.py +++ b/boswatch.py @@ -50,13 +50,19 @@ parser.add_argument("-s", "--squelch", help="Level of Squelch", type=int, defaul parser.add_argument("-v", "--verbose", help="Shows more Information", action="store_true") args = parser.parse_args() + + + + + #Read Data from Args, Put it into working Variables and Display them -print("#########################") -print("# #") -print("# BOSWatch beta #") -print("# #") -print("#########################") +print(" ____ ____ ______ __ __ __ ") +print(" / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ b") +print(" / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ e") +print(" / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / t") +print(" /_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ a") +print(" German BOS Information Script ") print("") freq = args.freq