Font Awesome Free (font-based) provider for ttkbootstrap-icons
Project description
ttkbootstrap-icons-fa
An icon provider for the ttkbootstrap-icons library.
Font Awesome Free offers large, well-known icon sets across solid, regular, and brand categories.
Install
pip install ttkbootstrap-icons-fa
Quick start
import tkinter as tk
from ttkbootstrap_icons_fa import FAIcon
root = tk.Tk()
solid = FAIcon("house", size=24, color="#0d6efd", style="solid")
regular = FAIcon("house", size=24, color="#0d6efd", style="regular")
brand = FAIcon("github", size=24, color="#0d6efd", style="brands")
tk.Button(root, image=solid.image, text="Solid", compound="left").pack()
tk.Button(root, image=regular.image, text="Regular", compound="left").pack()
tk.Button(root, image=brand.image, text="Brand", compound="left").pack()
root.mainloop()
Styles
| Variant | Description |
|---|---|
solid |
Filled style (most common) |
regular |
Outline/line style |
brands |
Brand and logo glyphs |
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: Font Awesome (varies by asset) — https://fontawesome.com/
- Wrapper license: MIT © Israel Dryer
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
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_fa-1.0.2.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_fa-1.0.2.tar.gz
- Upload date:
- Size: 343.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74e1c95606cebd6f791bd8aff6fec57c0109b5f466c20fbb46a526b585de0a62
|
|
| MD5 |
e047134255c2a8a5ae15e6c32436bbb8
|
|
| BLAKE2b-256 |
35a60d8c349bf6bf91fe492b771f2f88538228fc13f274f952aa8a31b239587c
|
File details
Details for the file ttkbootstrap_icons_fa-1.0.2-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_fa-1.0.2-py3-none-any.whl
- Upload date:
- Size: 345.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a7ecdef7ee3c1d5d5583a0d7555197c6c5e204658a22fce60516191075c873f
|
|
| MD5 |
c31f4c7e25331824f798cf9ab99cc24c
|
|
| BLAKE2b-256 |
0d06e68f16e7b08a9f2fb4762d53e925528bd3376279b60f86790ea44a5c26c5
|