add ascii.py

This commit is contained in:
Michael S. 2024-01-16 14:42:37 +01:00
parent d83e2f7232
commit 850be5c706
2 changed files with 16 additions and 0 deletions

Binary file not shown.

16
ascii.py Normal file
View file

@ -0,0 +1,16 @@
logo = """ _____ _
/ ____| | |
| | _____ ___ _ ___ ___| |_
| | / _ \ \ /\ / / | | |/ _ \/ _ \ __|
| |___| (_) \ V V /| |_| | __/ __/ |_
\_____\___/ \_/\_/ \__, |\___|\___|\__|
__/ |
|___/ """
start_screen_text = "press space"
cowsay = """^__^
(oo)\______________
(__)\ PLÖATZHALTER )\/\\
||-----------w |
||für flugbahn||
"""