Skip to content

Commit

Permalink
Bug Fixes, And A Few More Things.
Browse files Browse the repository at this point in the history
Added a automated install requirements :)
  • Loading branch information
HGT-123 authored Apr 9, 2023
1 parent f6441e4 commit 8664bd7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -19,7 +20,7 @@
|_ / / _` || |/ /| '__|| || '_ ` _ \ / __| / _ \ | '_ \
/ / | (_| || < | | | || | | | | |\__ \| (_) || | | |
/___| \__,_||_|\_\|_| |_||_| |_| |_||___/ \___/ |_| |_|
Written by ItsIceCreeperPE Dev
Written by ItsIceCreeperPE Dev & Artsign
""")

Expand Down Expand Up @@ -477,4 +478,4 @@ def lmc():

splash.after(3000, main_win)

splash.mainloop()
splash.mainloop()

0 comments on commit 8664bd7

Please sign in to comment.