diff --git a/__pycache__/ascii.cpython-311.pyc b/__pycache__/ascii.cpython-311.pyc new file mode 100644 index 0000000..8a31108 Binary files /dev/null and b/__pycache__/ascii.cpython-311.pyc differ diff --git a/ascii.py b/ascii.py new file mode 100644 index 0000000..98176f4 --- /dev/null +++ b/ascii.py @@ -0,0 +1,16 @@ +logo = """ _____ _ + / ____| | | + | | _____ ___ _ ___ ___| |_ + | | / _ \ \ /\ / / | | |/ _ \/ _ \ __| + | |___| (_) \ V V /| |_| | __/ __/ |_ + \_____\___/ \_/\_/ \__, |\___|\___|\__| + __/ | + |___/ """ + +start_screen_text = "press space" +cowsay = """^__^ +(oo)\______________ +(__)\ PLÖATZHALTER )\/\\ + ||-----------w | + ||für flugbahn|| +""" \ No newline at end of file