mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-06 00:20:09 +01:00
logo in Script
This commit is contained in:
parent
d613e26ec1
commit
cfaa8229c6
16
boswatch.py
16
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue