Skip to main content

Google Material Icons (baseline/outlined/round/sharp/twotone) provider for ttkbootstrap-icons

Project description

Material Icons (ttkbootstrap-icons-gmi)

Google Material Icons provider (baseline/outlined/round/sharp/twotone) for ttkbootstrap-icons.

Install

pip install ttkbootstrap-icons-gmi

Requires ttkbootstrap-icons and Pillow.

Info

License and Attribution

Usage

import tkinter as tk
from ttkbootstrap_icons_gmi import GMIIcon

root = tk.Tk()

base = GMIIcon("home", 24, "#555", style="baseline")
outlined = GMIIcon("home", 24, "#555", style="outlined")
rounded = GMIIcon("home", 24, "#555", style="round")
sharp = GMIIcon("home", 24, "#555", style="sharp")
twotone = GMIIcon("home", 24, "#555", style="twotone")

for lbl, icon in [
    ("Baseline", base), ("Outlined", outlined), ("Round", rounded), ("Sharp", sharp), ("TwoTone", twotone)
]:
    tk.Button(root, image=icon.image, text=lbl, compound="left").pack()

root.mainloop()

Build assets (maintainers)

# Quick build: downloads fonts and codepoints; writes glyphmap.json
ttkicons-gmi-quick

# Full builder
ttkicons-gmi-build --preset gmi --version latest

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_gmi-0.2.0.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

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

ttkbootstrap_icons_gmi-0.2.0-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file ttkbootstrap_icons_gmi-0.2.0.tar.gz.

File metadata

  • Download URL: ttkbootstrap_icons_gmi-0.2.0.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for ttkbootstrap_icons_gmi-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e19b19bdfecd14092738d8c7dccee9e1ed23606b994709a29af6294cb04e3b09
MD5 7a2a2403e19319425a131f2c08e81388
BLAKE2b-256 b97020c63e35ff060e829b861d3aaea5b4ed57eeb9203f6b511096db5cf4712b

See more details on using hashes here.

File details

Details for the file ttkbootstrap_icons_gmi-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ttkbootstrap_icons_gmi-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e26deaa7221c263c842b3e8df18e27cb30e42f1395cb429310f84258d0cfb827
MD5 85a143e0c0692f5a9fb372633fa188bc
BLAKE2b-256 a9945c6816988da81c05b8b2ea9b13d2157f77cf38e122194b1b3c5136139a5b

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