Metadata-Version: 2.1
Name: customtkinter
Version: 1.7
Summary: Create modern looking gui with tkinter and python
Home-page: https://github.com/TomSchimansky/CustomTkinter
Author: Tom Schimansky
License: Creative Commons Zero v1.0 Universal
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# CustomTkinter

![](https://raw.githubusercontent.com/TomSchimansky/CustomTkinter/master/documentation_images/customtkinter_mode_switch.gif)

With CustomTkinter you can create modern looking user
interfaces in python with tkinter. CustomTkinter is a
tkinter extension which provides extra ui-elements like
the CTkButton, which can be used like a normal tkinter.Button,
but can be customized with a border and round edges.

CustomTkinter also supports a light and dark theme,
which can either be set manually or get controlled by
the system appearance mode (only macOS).

For detailed information and documentation visit the github page:
https://github.com/TomSchimansky/CustomTkinter

