Fluent System Icons Regular (font-based) provider for ttkbootstrap-icons
Project description
ttkbootstrap-icons-fluent-reg
Fluent System Icons (Regular style only) provider for ttkbootstrap-icons.
This is a lightweight package that includes only the Regular style from Microsoft's Fluent System Icons. If you need multiple styles (Regular, Filled, Light), use the full ttkbootstrap-icons-fluent package instead.
Installation
pip install ttkbootstrap-icons-fluent-reg
Usage
from ttkbootstrap_icons_fluent_reg import FluentRegularIcon
# Create an icon
icon = FluentRegularIcon("settings-16", size=24, color="black")
# Use in a tkinter widget
import tkinter as tk
from tkinter import ttk
root = tk.Tk()
label = ttk.Label(root, text="Settings", image=icon.image, compound="left")
label.pack()
root.mainloop()
Features
- Lightweight: Only includes the Regular style (smaller package size)
- Simple API: No style parameter needed - always uses Regular
- Full icon set: Includes all Regular icons from Fluent System Icons v1.1.261
When to use this package
Use ttkbootstrap-icons-fluent-reg when:
- You only need the Regular style
- You want to minimize package size
- You want a simpler API without style selection
Use ttkbootstrap-icons-fluent when:
- You need multiple styles (Regular, Filled, Light)
- You want to switch between styles at runtime
License
MIT License
Fluent System Icons are licensed under the MIT License by Microsoft. See https://github.com/microsoft/fluentui-system-icons/blob/main/LICENSE
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_reg-1.0.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_fluent_reg-1.0.0.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
70f65c5ebc469d004b65bea85f529d894bd8463cba73d60ef49b706991840159
|
|
| MD5 |
aca21a241f45a574a4ee8e6e91092d31
|
|
| BLAKE2b-256 |
17b384f31bacf3f765c7234a1763ce89753b84ba37a17af12e85c881fc955d71
|
File details
Details for the file ttkbootstrap_icons_fluent_reg-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_fluent_reg-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.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 |
f3deb6385767f013a456b2b954d1424874b2c74f52b1ab9a845ca23eb3a66e18
|
|
| MD5 |
42cde0eed66c8fd7a9fdd0322e946068
|
|
| BLAKE2b-256 |
2d0a1f159f9ade76e95bbc7acffae170c7bbba121dbfe5feb61c0838aa2051de
|