mirror of
https://github.com/anatolykopyl/youtube-cdl.git
synced 2026-03-26 12:55:11 +00:00
💄 Added ASCII art logo
This commit is contained in:
12
print_logo.py
Normal file
12
print_logo.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from rich.console import Console
|
||||
c = Console()
|
||||
|
||||
def print_logo():
|
||||
c.print("""\
|
||||
__ ______ __ __________ ______ ______ __________ __
|
||||
\ \/ / __ \/ / / /_ __/ / / / __ )/ ____/ / ____/ __ \/ /
|
||||
\ / / / / / / / / / / / / / __ / __/______/ / / / / / /
|
||||
/ / /_/ / /_/ / / / / /_/ / /_/ / /__/_____/ /___/ /_/ / /___
|
||||
/_/\____/\____/ /_/ \____/_____/_____/ \____/_____/_____/
|
||||
|
||||
""", style='magenta')
|
||||
Reference in New Issue
Block a user