fixed simple_example.py

This commit is contained in:
Tom Schimansky
2022-05-05 20:25:37 +02:00
parent 8c0f1d2c43
commit 3eb0d411c5
8 changed files with 113 additions and 17 deletions

View File

@ -1,7 +1,6 @@
import tkinter
import tkinter.messagebox
import customtkinter
import sys
customtkinter.set_appearance_mode("System") # Modes: "System" (standard), "Dark", "Light"
customtkinter.set_default_color_theme("blue") # Themes: "blue" (standard), "green", "dark-blue"