Readme added gif

This commit is contained in:
Tom Schimansky
2021-03-14 15:45:02 +01:00
parent e2b2db08df
commit 7f67c833fb
7 changed files with 110 additions and 2 deletions

View File

@ -4,6 +4,7 @@ from .customtkinter_frame import CTkFrame
from .customtkinter_progressbar import CTkProgressBar
from .customtkinter_label import CTkLabel
from .customtkinter_entry import CTkEntry
from .customtkinter_dialog import CTkDialog
from .appearance_mode_tracker import AppearanceModeTracker, SystemAppearanceModeListenerNoThread
from .customtkinter_color_manager import CTkColorManager