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.1.tar.gz (328.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.1-py3-none-any.whl (329.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ttkbootstrap_icons_fa-1.0.1.tar.gz
  • Upload date:
  • Size: 328.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.1.tar.gz
Algorithm Hash digest
SHA256 3c3e5cd86f3a00d1cb4fd77e4198d34694e7695445dacd59d7095be1d195ea3a
MD5 3927e119d1fcccafcc8839cc3f8fd45b
BLAKE2b-256 9c7debf5e0d1dfe578745cb09c789812805dd04df2c5b6f86b1721b12148e495

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_fa-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 49e97daef6a84e77821afa977e6a591e6a36ed5caaa70f22cbad331a1f3c867a
MD5 06e236206328bb107751d5df0a024154
BLAKE2b-256 cb603c69e1921f1d42e93b4be59e312d379c2e2d77980a64f0e2bdcd86e82d70

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