diff --git a/main.py b/main.py index 6079d94..d693452 100644 --- a/main.py +++ b/main.py @@ -8,6 +8,7 @@ from subprocess import Popen from PIL import Image from tkinter import messagebox +os.system("pip install -r requirements.txt") customtkinter.set_appearance_mode("dark") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("krimson.json") # Themes: "blue" (standard), "green", "dark-blue" @@ -19,7 +20,7 @@ |_ / / _` || |/ /| '__|| || '_ ` _ \ / __| / _ \ | '_ \ / / | (_| || < | | | || | | | | |\__ \| (_) || | | | /___| \__,_||_|\_\|_| |_||_| |_| |_||___/ \___/ |_| |_| - Written by ItsIceCreeperPE Dev + Written by ItsIceCreeperPE Dev & Artsign """) @@ -477,4 +478,4 @@ def lmc(): splash.after(3000, main_win) -splash.mainloop() \ No newline at end of file +splash.mainloop()