Skip to main content

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.

PyPI License


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.

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_fa-1.0.2.tar.gz (343.6 kB view details)

Uploaded Source

Built Distribution

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

ttkbootstrap_icons_fa-1.0.2-py3-none-any.whl (345.8 kB view details)

Uploaded Python 3

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

Hashes for ttkbootstrap_icons_fa-1.0.2.tar.gz
Algorithm Hash digest
SHA256 74e1c95606cebd6f791bd8aff6fec57c0109b5f466c20fbb46a526b585de0a62
MD5 e047134255c2a8a5ae15e6c32436bbb8
BLAKE2b-256 35a60d8c349bf6bf91fe492b771f2f88538228fc13f274f952aa8a31b239587c

See more details on using hashes here.

File details

Details for the file ttkbootstrap_icons_fa-1.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for ttkbootstrap_icons_fa-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1a7ecdef7ee3c1d5d5583a0d7555197c6c5e204658a22fce60516191075c873f
MD5 c31f4c7e25331824f798cf9ab99cc24c
BLAKE2b-256 0d06e68f16e7b08a9f2fb4762d53e925528bd3376279b60f86790ea44a5c26c5

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