summaryrefslogtreecommitdiffstats
path: root/python/ttkbootstrap/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/ttkbootstrap/README')
-rw-r--r--python/ttkbootstrap/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/python/ttkbootstrap/README b/python/ttkbootstrap/README
new file mode 100644
index 0000000000..06a66c07c4
--- /dev/null
+++ b/python/ttkbootstrap/README
@@ -0,0 +1,10 @@
+Ttkbootstrap is a library that gives a supercharged theme extension
+to tkinter, the python theme engine for Tk.
+
+It allows to create on-demand widgets in modern flat style themes
+inspired by the Web library Bootstrap and useful for quick
+development: the library includes over a dozen pre-built dark and
+light themes whose properties can be applied using simple keywords,
+instead of long and complicated ttk style classes.
+It also includes ttkcreator, a built-in theme creator that enables
+the build of own custom themes.