Skip to content

ttkbootstrap-icons-simple

An icon provider for the ttkbootstrap-icons library.
Simple Icons provides brand logos as a simple, monochrome font.

PyPI License


Install

pip install ttkbootstrap-icons-simple

Quick start

import tkinter as tk
from ttkbootstrap_icons_simple import SimpleIcon

root = tk.Tk()

icon = SimpleIcon("python", size=24, color="#333333")
tk.Label(root, image=icon.image).pack()

root.mainloop()

Styles

This provider uses a single font without separate style variants.


Icon Browser

Browse available icons with the built-in browser. From your terminal run:

ttkbootstrap-icons

Use Copy Name in the browser to copy the icon name and style directly for use in your code.

Icon Browser


License and Attribution

  • Upstream license: Simple Icons — https://simpleicons.org/
  • Wrapper license: MIT © Israel Dryer