Skip to main content

Typicons (font-based) provider for ttkbootstrap-icons

Project description

ttkbootstrap-icons-typicons

An icon provider for the ttkbootstrap-icons library.
Typicons is a versatile pictographic font with filled and outline styles.

PyPI License


Install

pip install ttkbootstrap-icons-typicons

Quick start

import tkinter as tk
from ttkbootstrap_icons_typicons import TypiconsIcon

root = tk.Tk()

fill_ic = TypiconsIcon("arrow-down", size=64, color="#333", style="fill")
outline_ic = TypiconsIcon("arrow-down", size=64, color="#333", style="outline")

tk.Label(root, text="Fill", image=fill_ic.image, compound="left").pack()
tk.Label(root, text="Outline", image=outline_ic.image, compound="left").pack()

root.mainloop()

Styles

Variant Description
fill Filled glyphs
outline Outline/stroked 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_typicons-1.0.0.tar.gz (54.0 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_typicons-1.0.0-py3-none-any.whl (54.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_typicons-1.0.0.tar.gz
Algorithm Hash digest
SHA256 29c83ae135c0ba92bf9f064805d6ee64c2fe7552a96bacffb9822af7197a989c
MD5 9c1f3966dd55cc05011031b9611896f0
BLAKE2b-256 e390ae0086d239da6a1a8f35eb681770264ff9037e94e887d949e9a8a2ff3068

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_typicons-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c12c18d8c417a0a28e5e3c9c245fd11e93de9c5694dd0e730348a2144a38ac84
MD5 1d6f70a4b5474d4f439e0eac5a7e668e
BLAKE2b-256 99525061b152a63055a8a07f300fd99be7f19ee3562f2f60d991839d9ee4f300

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