.editorconfig
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODEOWNERS
LICENSE
MANIFEST.in
README.md
Readme.md
dev-proces.md
pyproject.toml
requirements.txt
custom2kinter.egg-info/PKG-INFO
custom2kinter.egg-info/SOURCES.txt
custom2kinter.egg-info/dependency_links.txt
custom2kinter.egg-info/requires.txt
custom2kinter.egg-info/top_level.txt
customtkinter/__init__.py
customtkinter/assets/fonts/CustomTkinter_shapes_font.otf
customtkinter/assets/fonts/Roboto/Roboto-Medium.ttf
customtkinter/assets/fonts/Roboto/Roboto-Regular.ttf
customtkinter/assets/icons/CustomTkinter_icon_Windows.ico
customtkinter/assets/themes/blue.json
customtkinter/assets/themes/dark-blue.json
customtkinter/assets/themes/gold.json
customtkinter/assets/themes/green.json
customtkinter/windows/__init__.py
customtkinter/windows/ctk_input_dialog.py
customtkinter/windows/ctk_tk.py
customtkinter/windows/ctk_toplevel.py
customtkinter/windows/widgets/__init__.py
customtkinter/windows/widgets/ctk_button.py
customtkinter/windows/widgets/ctk_checkbox.py
customtkinter/windows/widgets/ctk_combobox.py
customtkinter/windows/widgets/ctk_entry.py
customtkinter/windows/widgets/ctk_frame.py
customtkinter/windows/widgets/ctk_label.py
customtkinter/windows/widgets/ctk_optionmenu.py
customtkinter/windows/widgets/ctk_progressbar.py
customtkinter/windows/widgets/ctk_radiobutton.py
customtkinter/windows/widgets/ctk_scrollable_frame.py
customtkinter/windows/widgets/ctk_scrollbar.py
customtkinter/windows/widgets/ctk_segmented_button.py
customtkinter/windows/widgets/ctk_slider.py
customtkinter/windows/widgets/ctk_switch.py
customtkinter/windows/widgets/ctk_tabview.py
customtkinter/windows/widgets/ctk_textbox.py
customtkinter/windows/widgets/appearance_mode/__init__.py
customtkinter/windows/widgets/appearance_mode/appearance_mode_base_class.py
customtkinter/windows/widgets/appearance_mode/appearance_mode_tracker.py
customtkinter/windows/widgets/core_rendering/__init__.py
customtkinter/windows/widgets/core_rendering/ctk_canvas.py
customtkinter/windows/widgets/core_rendering/draw_engine.py
customtkinter/windows/widgets/core_widget_classes/__init__.py
customtkinter/windows/widgets/core_widget_classes/ctk_base_class.py
customtkinter/windows/widgets/core_widget_classes/dropdown_menu.py
customtkinter/windows/widgets/font/__init__.py
customtkinter/windows/widgets/font/ctk_font.py
customtkinter/windows/widgets/font/font_manager.py
customtkinter/windows/widgets/image/__init__.py
customtkinter/windows/widgets/image/ctk_image.py
customtkinter/windows/widgets/scaling/__init__.py
customtkinter/windows/widgets/scaling/scaling_base_class.py
customtkinter/windows/widgets/scaling/scaling_tracker.py
customtkinter/windows/widgets/theme/__init__.py
customtkinter/windows/widgets/theme/theme_manager.py
customtkinter/windows/widgets/utility/__init__.py
customtkinter/windows/widgets/utility/utility_functions.py
documentation_images/CustomTkinter_logo_dark.png
documentation_images/CustomTkinter_logo_light.png
documentation_images/complex_example_dark_Windows.png
documentation_images/complex_example_light_macOS.png
documentation_images/image_example_dark_Windows.png
documentation_images/paypal_donate_button.png
documentation_images/scrollable_frame_example_Windows.png
documentation_images/single_button_macOS.png
examples/complex_example.py
examples/example_background_image.py
examples/image_example.py
examples/scrollable_frame_example.py
examples/simple_example.py
examples/test_images/CustomTkinter_logo_single.png
examples/test_images/add_user_dark.png
examples/test_images/add_user_light.png
examples/test_images/bg_gradient.jpg
examples/test_images/chat_dark.png
examples/test_images/chat_light.png
examples/test_images/home_dark.png
examples/test_images/home_light.png
examples/test_images/image_icon_light.png
examples/test_images/large_test_image.png
test/manual_integration_tests/simple_example_standard_tkinter.py
test/manual_integration_tests/test_all_widgets_with_colors.py
test/manual_integration_tests/test_button_antialiasing.py
test/manual_integration_tests/test_configure_dimensions.py
test/manual_integration_tests/test_ctk_toplevel.py
test/manual_integration_tests/test_filedialog.py
test/manual_integration_tests/test_font.py
test/manual_integration_tests/test_images.py
test/manual_integration_tests/test_optionmenu_combobox.py
test/manual_integration_tests/test_progressbar_intermediate_mode.py
test/manual_integration_tests/test_scrollable_frame.py
test/manual_integration_tests/test_segmented_button.py
test/manual_integration_tests/test_states.py
test/manual_integration_tests/test_string_dialog.py
test/manual_integration_tests/test_tabview.py
test/manual_integration_tests/test_textbox.py
test/manual_integration_tests/test_theme_colors.py
test/manual_integration_tests/test_ttk_frames.py
test/manual_integration_tests/test_variables.py
test/manual_integration_tests/test_vertical_widgets.py
test/manual_integration_tests/test_window_geometry.py
test/manual_integration_tests/text_entry_placeholder.py
test/manual_integration_tests/test_ctk_behavior/test_ctk_appearance_mode_change.py
test/manual_integration_tests/test_ctk_behavior/test_ctk_iconify_at_beginning.py
test/manual_integration_tests/test_ctk_behavior/test_ctk_withdraw_at_beginning.py
test/manual_integration_tests/test_ctk_behavior/test_ctk_zoomed_state.py
test/manual_integration_tests/test_ctk_toplevel_behavior/test_ctk_toplevel_appearance_mode_change.py
test/manual_integration_tests/test_ctk_toplevel_behavior/test_ctk_toplevel_iconify_at_beginning.py
test/manual_integration_tests/test_ctk_toplevel_behavior/test_ctk_toplevel_withdraw_at_beginning.py
test/manual_integration_tests/test_ctk_toplevel_behavior/test_ctk_toplevel_zoomed_state.py
test/manual_integration_tests/test_images/CustomTkinter_logo_single.png
test/manual_integration_tests/test_images/add_user_dark.png
test/manual_integration_tests/test_images/add_user_light.png
test/manual_integration_tests/test_images/bg_gradient.jpg
test/manual_integration_tests/test_images/chat_dark.png
test/manual_integration_tests/test_images/chat_light.png
test/manual_integration_tests/test_images/eye-password-hide.png
test/manual_integration_tests/test_images/eye-password-show.png
test/manual_integration_tests/test_images/home_dark.png
test/manual_integration_tests/test_images/home_light.png
test/manual_integration_tests/test_images/image_icon_light.png
test/manual_integration_tests/test_images/large_test_image.png
test/manual_integration_tests/test_scaling/test_scaling_simple_place.py
test/manual_integration_tests/test_scaling/test_scaling_toplevel_pack.py
test/unit_tests/__init__.py
test/unit_tests/test_all.py
test/unit_tests/test_ctk.py
test/unit_tests/test_ctk_button.py
test/unit_tests/test_ctk_entry.py
test/unit_tests/test_ctk_toplevel.py