mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-23 22:48:06 +02:00
Replace ASCII logo with styled text logo
This commit is contained in:
parent
2f7debb7d6
commit
cacf262d61
1 changed files with 7 additions and 5 deletions
|
|
@ -673,11 +673,13 @@ async def websocket_endpoint(websocket: WebSocket):
|
|||
|
||||
|
||||
ASCII_LOGO = "\033[36m" + r"""
|
||||
_ ____ ____ ___ _ ___ _ _ _____
|
||||
/ \ / ___| / ___|_ _| | |_ _| \ | | ____|
|
||||
/ _ \ \___ \| | | || | | || \| | _|
|
||||
/ ___ \ ___) | |___ | || |___ | || |\ | |___
|
||||
/_/ \_\____/ \____|___|_____|___|_| \_|_____|
|
||||
█████╗ ███████╗ ██████╗██╗██╗ ██╗███╗ ██╗███████╗ ██
|
||||
██╔══██╗██╔════╝██╔════╝██║██║ ██║████╗ ██║██╔════╝ █████
|
||||
███████║███████╗██║ ██║██║ ██║██╔██╗ ██║█████╗ ████████
|
||||
██╔══██║╚════██║██║ ██║██║ ██║██║╚██╗██║██╔══╝ ████████
|
||||
██║ ██║███████║╚██████╗██║███████╗██║██║ ╚████║███████╗ █████
|
||||
╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝╚══════╝╚═╝╚═╝ ╚═══╝╚══════╝ ██
|
||||
|
||||
""" + "\033[0m"
|
||||
|
||||
HELP_TEXT = "\033[1;37m" + """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue