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.
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.
License and Attribution
- Upstream license: Microsoft Fluent UI System Icons — https://github.com/microsoft/fluentui-system-icons
- Wrapper license: MIT © Israel Dryer
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-1.0.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_fluent-1.0.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 |
2d5db12030a3bc1a130b0f914df01e4427d357e6f206c85f1e43f556e7cda9f9
|
|
| MD5 |
6c83a848a56efeb44e82f28d37ff2345
|
|
| BLAKE2b-256 |
4f38f7a3d7252dcb97223da26ae274baf5dad0611b3ab6c29a783c6ceb7c7957
|
File details
Details for the file ttkbootstrap_icons_fluent-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_fluent-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.0 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 |
578ad8b2c9d8e5859d4d9993e4b8069123fe915427616a369f24b23bb0f409a4
|
|
| MD5 |
60916f7dfa889ad233818ca4d89e4182
|
|
| BLAKE2b-256 |
81fac1fd06b5afa5fc17f0b812b9c675b0b2d7debd64c00bd6c4293c63819c48
|