A modern and customizable python UI-library based on Tkinter
Go to file
Tom Schimansky 4557994396 readme image
2021-03-04 19:10:57 +01:00
customtkinter first main 2021-03-04 18:27:46 +01:00
documentation_images readme image 2021-03-04 19:10:57 +01:00
.gitignore readme 2021-03-04 19:10:12 +01:00
Readme.md readme 2021-03-04 19:10:12 +01:00
simple_test.py readme 2021-03-04 19:10:12 +01:00

CustomTkinter

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....