Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
ADDED INSTALLER
Browse files Browse the repository at this point in the history
  • Loading branch information
Simoso68 authored Feb 18, 2023
1 parent a9b5f80 commit dce2f6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 23 deletions.
Binary file modified Program (EXE Compiled)/BLUETOOLS.exe
Binary file not shown.
29 changes: 6 additions & 23 deletions Program (PY UNCOMPILED SOURCE CODE)/BLUETOOLS.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from colorama import Fore

#variables
BTVERSION = "0.0.3"
BTVERSION = "0.0.4"
USER = os.getlogin()
TIME = datetime.datetime.now()
UNIX = time.time()
Expand All @@ -28,12 +28,11 @@
#cleanup
os.system("cls")

#startup
#startup
os.system("title BLUETOOLS")
print(Fore.CYAN + "Welcome to BLUEAMETHYST's BLUETOOLS!")
print(Fore.CYAN + 'Type "help" to see a list of all commands.\n')


print(Fore.CYAN + "Welcome to BLUEAMETHYST's BLUETOOLS!")
print(Fore.CYAN + 'Type "help" to see a list of all commands.\n')

#other stuff
while True:
Expand Down Expand Up @@ -63,22 +62,6 @@
elif COMMAND=="unixtime":
os.system("cls")
print(Fore.LIGHTBLUE_EX + "Current Unixtime | " + Fore.CYAN + str(UNIX))
#???
elif COMMAND=="dangerous":
os.system("cls")
print(Fore.YELLOW + "Ohhhhh you found a secret!" + Fore.GREEN + "\nWanna go deeper?")
#deez
SECRET_INPUT=input("> ")
if SECRET_INPUT=="nuts":
print(Fore.YELLOW + "hehe funny!")
os.system("start error")
print(Fore.YELLOW + "Was that an error?\n\n\n" + Fore.LIGHTRED_EX + "No! Intentional of course!")


else:
print(Fore.RED + "hmm seems like the wrong input!\nLook into the source code and you'll know what todo! >:)\n\n")


#download
elif COMMAND=="download":
os.system("cls")
Expand All @@ -95,7 +78,7 @@
print(Fore.LIGHTBLUE_EX + "[8] Epic Games")
print(Fore.LIGHTBLUE_EX + "[9] Files")

DOWNLOAD=input("> ")
DOWNLOAD=input(Fore.LIGHTBLUE_EX + "> " + Fore.CYAN)
if DOWNLOAD=="1":
os.system("start https://github.com/BLUEAMETHYST-Studios/Quick-Starter-GUI/releases/download/utility/QUICK_STARTER_GUI.pyw")
elif DOWNLOAD=="2":
Expand Down Expand Up @@ -313,7 +296,7 @@
os.system("cls")
print(Fore.RED + "[BT] Command " + Fore.CYAN + COMMAND + Fore.RED + " is not available!")
print(Fore.RED + '[BT] Type "help" to list all commands.')

#loop end
print("\n\n")
input(Fore.LIGHTBLUE_EX + "Press ENTER to continue > ")
os.system("cls")
Expand Down
Binary file added bluetools-v.0.0.4-installer.exe
Binary file not shown.

0 comments on commit dce2f6f

Please sign in to comment.