Fluent Icons (font-based) provider for ttkbootstrap-icons
Project description
Fluent System Icons (ttkbootstrap-icons-fluent)
Fluent System Icons provider for ttkbootstrap-icons.
Install
pip install ttkbootstrap-icons-fluent
Requires ttkbootstrap-icons (installed automatically) and Pillow.
Info
- Name: Fluent System Icons
- Icon Version (preset default): 1.1.261 (example)
- Source: https://github.com/microsoft/fluentui-system-icons
License and Attribution
- Icons and code: MIT License (per repository license)
- Attribution: Microsoft Fluent UI System Icons — https://github.com/microsoft/fluentui-system-icons
Usage
import tkinter as tk
from ttkbootstrap_icons_fluent import FluentIcon
root = tk.Tk()
regular = FluentIcon("home-16-regular", 24, "#6f42c1", style="regular")
filled = FluentIcon("home-16-filled", 24, "#6f42c1", style="filled")
tk.Button(root, image=regular.image, text="Regular", compound="left").pack()
tk.Button(root, image=filled.image, text="Filled", compound="left").pack()
root.mainloop()
This package registers a provider entry point, so the base icon previewer will automatically discover it.
Generate assets (developer)
# Quick build (Regular + Filled, and tries Light if available)
ttkicons-fluent-quick
# Preset build for a specific version (Regular)
ttkicons-fluent-build --preset fluent-regular --version 1.1.261
# Or direct URL to the zip (the tool extracts .ttf automatically)
ttkicons-fluent-build --font-url https://github.com/microsoft/fluentui-system-icons/releases/download/v1.1.261/FluentSystemIcons-Font.zip
Omitting metadata uses TTF-only extraction (needs fonttools).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ttkbootstrap_icons_fluent-0.1.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_fluent-0.1.0.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0d317e0131d60a314a990542ef1b7de14925aef1d1464ebfce63fdeb18ef57e
|
|
| MD5 |
b4d50b412d7a3aa5e4a9b1977be2c512
|
|
| BLAKE2b-256 |
ccfb7074aaa96e607d4cfbb9aec2a187f3d2c719c5c87f3eb44e989e6b349997
|
File details
Details for the file ttkbootstrap_icons_fluent-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_fluent-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e36735671a7aad2591a832b69417fec51ae65d00e39301bd62fcecdc69d8335a
|
|
| MD5 |
5f526879b188010e9871e882ccc8e5d7
|
|
| BLAKE2b-256 |
1d74c29aa62b291f6a8c5b94463893cb03f9c50521c965d86a1ac7d147523248
|