mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
A modern and customizable python UI-library based on Tkinter
customdark-modedark-themedpi-scalingfrontend-appguihighdpimacosmodernmodern-uipythonpython-uipython3tkintertkinter-guiuiui-designuser-interfacewindowswindows-11
customtkinter | ||
documentation_images | ||
.gitignore | ||
Readme.md | ||
simple_test.py |
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 either be set manually or get controlled by the system appearance mode (only macOS).
Detailed documentation is coming soon....