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.1.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.1.0-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ttkbootstrap_icons_gmi-0.1.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.1.0.tar.gz
Algorithm Hash digest
SHA256 d1162c6784d18279812662d90a0c8d7496a659cb1cea8450ebb44efa8d9d768d
MD5 17ca3e550bea3d1969435f346afd1db0
BLAKE2b-256 4dde1b3b274ae496a184a86f0f3f88b78ec1474483f7f4e4ab87d6a9f041a75b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_gmi-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d585fddfacc3f7bfae7152903921c54388b576c66317146c499b086587572edd
MD5 09686a6bf5d0bbe49fd88bc113746c95
BLAKE2b-256 72a06a1da1006120d2f19fde24e91b6113e521178ba8e084744c595a84838514

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