Skip to main content

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

License and Attribution

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ttkbootstrap_icons_fluent-0.1.0.tar.gz (1.9 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ttkbootstrap_icons_fluent-0.1.0-py3-none-any.whl (1.9 MB view details)

Uploaded Python 3

File details

Details for the file ttkbootstrap_icons_fluent-0.1.0.tar.gz.

File metadata

File hashes

Hashes for ttkbootstrap_icons_fluent-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b0d317e0131d60a314a990542ef1b7de14925aef1d1464ebfce63fdeb18ef57e
MD5 b4d50b412d7a3aa5e4a9b1977be2c512
BLAKE2b-256 ccfb7074aaa96e607d4cfbb9aec2a187f3d2c719c5c87f3eb44e989e6b349997

See more details on using hashes here.

File details

Details for the file ttkbootstrap_icons_fluent-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ttkbootstrap_icons_fluent-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e36735671a7aad2591a832b69417fec51ae65d00e39301bd62fcecdc69d8335a
MD5 5f526879b188010e9871e882ccc8e5d7
BLAKE2b-256 1d74c29aa62b291f6a8c5b94463893cb03f9c50521c965d86a1ac7d147523248

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page