Skip to main content

Fluent Icons (font-based) provider for ttkbootstrap-icons

Project description

ttkbootstrap-icons-fluent

An icon provider for the ttkbootstrap-icons library.
Fluent System Icons by Microsoft provide regular and filled styles across many sizes.

PyPI License


Install

pip install ttkbootstrap-icons-fluent

Quick start

import tkinter as tk
from ttkbootstrap_icons_fluent import FluentIcon

root = tk.Tk()

regular = FluentIcon("home-16", size=24, color="#6f42c1", style="regular")
filled = FluentIcon("home-16", size=24, color="#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()

Styles

Variant Description
regular Outline/line style
filled Filled style

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

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-1.0.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-1.0.0-py3-none-any.whl (2.0 MB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_fluent-1.0.0.tar.gz
Algorithm Hash digest
SHA256 2d5db12030a3bc1a130b0f914df01e4427d357e6f206c85f1e43f556e7cda9f9
MD5 6c83a848a56efeb44e82f28d37ff2345
BLAKE2b-256 4f38f7a3d7252dcb97223da26ae274baf5dad0611b3ab6c29a783c6ceb7c7957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_fluent-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 578ad8b2c9d8e5859d4d9993e4b8069123fe915427616a369f24b23bb0f409a4
MD5 60916f7dfa889ad233818ca4d89e4182
BLAKE2b-256 81fac1fd06b5afa5fc17f0b812b9c675b0b2d7debd64c00bd6c4293c63819c48

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