How to find or install themes tkinter ttk for Python How to find or install themes tkinter ttk for Python tkinter tkinter

How to find or install themes tkinter ttk for Python


If you still want to do it depending only on the standard library:

>>> import tkinter as tk>>> root = tk.Tk()>>> print(root.tk.call('ttk::themes'))('classic', 'default', 'clam', 'winnative', 'vista', 'xpnative', 'alt')