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.0.tar.gz (328.3 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.0-py3-none-any.whl (328.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ttkbootstrap_icons_fa-1.0.0.tar.gz
  • Upload date:
  • Size: 328.3 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.0.tar.gz
Algorithm Hash digest
SHA256 d80200009223cef03549621c5fff75f608ef049c24531997064dc032648f7fd1
MD5 4b392fb494bac220b25aa1329b7b2a19
BLAKE2b-256 ed8b6cc4e40d2f8934a6db79ae43d63a8f324c665b4cc567afe6f82c9e37570a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_fa-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 824ed0ab8c99786cbc6351e213300147785012e86cbb1b7168c20f23658ff782
MD5 951cc8c069ef4ba92e42d6e6bedb3191
BLAKE2b-256 fdaa26b2b4ca895cd29fd15c8e2fa66d1e23446a81dfb797972e36c6cecabd70

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