From c24234aa5362f129382e38adbd1a50f591ef1d56 Mon Sep 17 00:00:00 2001 From: null3000 <76852813+null3000@users.noreply.github.com> Date: Tue, 7 Jun 2022 01:53:19 +0200 Subject: [PATCH] Update main.py --- main.py | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 9aabe78..5d701d3 100644 --- a/main.py +++ b/main.py @@ -25,6 +25,27 @@ REQUIRED_VALUES = [ "OPACITY", ] +#create an giant banner +banner = ''' + +██████╗░███████╗██████╗░██████╗░██╗████████╗  ██╗░░░██╗██╗██████╗░███████╗░█████╗░ +██╔══██╗██╔════╝██╔══██╗██╔══██╗██║╚══██╔══╝  ██║░░░██║██║██╔══██╗██╔════╝██╔══██╗ +██████╔╝█████╗░░██║░░██║██║░░██║██║░░░██║░░░  ╚██╗░██╔╝██║██║░░██║█████╗░░██║░░██║ +██╔══██╗██╔══╝░░██║░░██║██║░░██║██║░░░██║░░░  ░╚████╔╝░██║██║░░██║██╔══╝░░██║░░██║ +██║░░██║███████╗██████╔╝██████╔╝██║░░░██║░░░  ░░╚██╔╝░░██║██████╔╝███████╗╚█████╔╝ +╚═╝░░╚═╝╚══════╝╚═════╝░╚═════╝░╚═╝░░░╚═╝░░░  ░░░╚═╝░░░╚═╝╚═════╝░╚══════╝░╚════╝░ + +███╗░░░███╗░█████╗░██╗░░██╗███████╗██████╗░ +████╗░████║██╔══██╗██║░██╔╝██╔════╝██╔══██╗ +██╔████╔██║███████║█████═╝░█████╗░░██████╔╝ +██║╚██╔╝██║██╔══██║██╔═██╗░██╔══╝░░██╔══██╗ +██║░╚═╝░██║██║░░██║██║░╚██╗███████╗██║░░██║ +╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝ + +''' +print(banner) + +time.sleep(.5) print_markdown( "### Thanks for using this tool! [Feel free to contribute to this project on GitHub!](https://lewismenelaws.com) If you have any questions, feel free to reach out to me on Twitter or submit a GitHub issue." @@ -46,7 +67,7 @@ reddit2fa = os.getenv("REDDIT_2FA") load_dotenv() console.log("[bold green]Checking environment variables...") -time.sleep(1) +time.sleep(.5) if not os.path.exists(".env"):