print boykisser after 9 second delay

This commit is contained in:
Obie Hinojosa 2025-05-28 17:23:38 -05:00
parent b64ac3bc1b
commit 383da79299

View File

@ -165,7 +165,7 @@ time.sleep(2)
# clear out preexisting mods
delete_file("mods.tar.gz")
delete_directory("mods")
print("Deleting mod folder contents... Done.")
print("Deleting mod folder contents...")
#shut up
os.mkdir(str("mods"))
@ -177,13 +177,13 @@ wget.download('https://git.sarushinobie.dev/saru/family-minecraft-modpack/releas
extract_tar('mods.tar.gz', 'mods')
# ('tarfile', 'directory to extract to')
print_ascii_art()
# print boykisser to console
print("sigma!")
print("all done!")
print("This window will exit and close in ten seconds. :)")
time.sleep(10)
time.sleep(9)
print_ascii_art()
# print boykisser to console
time.sleep(1)
# --------------------the real shit!------------------------