|
|
@ -8,7 +8,7 @@ import customtkinter
|
|
|
|
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
|
|
|
|
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
|
|
|
|
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
|
|
|
|
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#test
|
|
|
|
class App(customtkinter.CTk):
|
|
|
|
class App(customtkinter.CTk):
|
|
|
|
|
|
|
|
|
|
|
|
WIDTH = 1200
|
|
|
|
WIDTH = 1200
|
|
|
|