CustomTkinter/Readme.md

15 lines
547 B
Markdown
Raw Normal View History

2021-03-04 20:27:46 +03:00
# CustomTkinter
2021-03-04 21:10:12 +03:00
![](documentation_images/customtkinter_comparison.png)
2021-03-04 20:27:46 +03:00
2021-03-04 21:10:12 +03:00
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 corner_radius.
CustomTkinter also supports a light and dark theme,
which can be either set manually or gets controlled by
the system appearance mode (only macOS).
Detailed documentation is coming soon....