Upload files to "Assets"

This commit is contained in:
2024-11-24 10:53:36 -05:00
parent a3620b8a42
commit 4eb80e51c5

View File

@ -0,0 +1,29 @@
import os
from colorama import Fore, Style
full_ascii_art = f"""
{Fore.RED}{Style.BRIGHT}
┏┓┏┏ • ┏┓ ┓ ┏┓ • ┳┓ ┓ ┓
┃┃╋╋┏┓┏┓┏┓┓┏┏┓ ┃ ┓┏┣┓┏┓┏┓ ┃┃┏┓┏┓┏┓┏┓╋┓┏┓┏┓┏ ┣┫┓┏┏┫┏┫┓┏
┗┛┛┛┗ ┛┗┛┗┗┛┗ ┗┛┗┫┗┛┗ ┛ ┗┛┣┛┗ ┛ ┗┻┗┗┗┛┛┗┛ ┻┛┗┻┗┻┗┻┗┫
┛ ┛ ┛
{Style.RESET_ALL}"""
ascii_art = f"""
{Fore.RED}{Style.BRIGHT}
┏┓┏┓┏┓ ┳┓┳┳┳┓┳┓┓┏
┃┃┃ ┃┃ ┣┫┃┃┃┃┃┃┗┫
┗┛┗┛┗┛ ┻┛┗┛┻┛┻┛┗┛
{Style.RESET_ALL}"""
infinitei = f"""
Created By:
{Fore.MAGENTA}
██╗███╗ ██╗███████╗██╗███╗ ██╗██╗████████╗██████╗ ██╗
██║████╗ ██║██╔════╝██║████╗ ██║██║╚══██╔══╝╚════██╗██║
██║██╔██╗ ██║█████╗ ██║██╔██╗ ██║██║ ██║ █████╔╝██║
██║██║╚██╗██║██╔══╝ ██║██║╚██╗██║██║ ██║ ╚═══██╗██║
██║██║ ╚████║██║ ██║██║ ╚████║██║ ██║ ██████╔╝██║
╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═════╝ ╚═╝
{Style.RESET_ALL}
"""