Skip to main content

Eva Icons (font-based) provider for ttkbootstrap-icons

Project description

ttkbootstrap-icons-eva

An icon provider for the ttkbootstrap-icons library.
Eva Icons offers clean outline and filled variants for modern UIs.

PyPI License


Install

pip install ttkbootstrap-icons-eva

Quick start

import tkinter as tk
from ttkbootstrap_icons_eva import EvaIcon

root = tk.Tk()

outline = EvaIcon("activity", size=24, color="#333", style="outline")
filled = EvaIcon("activity", size=24, color="#333", style="fill")

tk.Button(root, image=outline.image, text="Outline", compound="left").pack()
tk.Button(root, image=filled.image, text="Fill", compound="left").pack()

root.mainloop()

Styles

Variant Description
outline Outline stroke variant
fill Filled variant

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_eva-1.0.0.tar.gz (46.4 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_eva-1.0.0-py3-none-any.whl (46.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ttkbootstrap_icons_eva-1.0.0.tar.gz
  • Upload date:
  • Size: 46.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.3

File hashes

Hashes for ttkbootstrap_icons_eva-1.0.0.tar.gz
Algorithm Hash digest
SHA256 91d2990c17bd59a5ef8aeb37fc3c73003a2da2c7538427e4ab975eee72b6c7aa
MD5 ea7aae2e68fb11c6423c8a42efaf6bf2
BLAKE2b-256 93d0e80553e24fe3b84c4ad55473396b86ef0a49033d781fbcdf3de3cdc2e60d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ttkbootstrap_icons_eva-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61393e6ebc91bd8b2f13dad94e53833d3b82c0df60542b686f47af7eea7c20fe
MD5 b9d41ecc11c179aac2f4a52f6f8189f4
BLAKE2b-256 4d957024538ba61a6aee6e0b5a52baa80c30b40d8f4811c6789211b96ae15ec9

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