Simple Icons (font-based) provider for ttkbootstrap-icons
Project description
Simple Icons (ttkbootstrap-icons-simple)
Simple Icons provider for ttkbootstrap-icons.
Install
pip install ttkbootstrap-icons-simple
Requires ttkbootstrap-icons (installed automatically) and Pillow.
Info
- Name: Simple Icons Font (community)
- Icon Version (preset default): latest
- Source: https://github.com/simple-icons/simple-icons-font
License and Attribution
- Underlying icon set: Simple Icons — CC0 1.0 Universal (public domain) — https://simpleicons.org/
- This font project: see the simple-icons-font repository for license details (often MIT for code)
- Attribution: Simple Icons — https://simpleicons.org/
Usage
import tkinter as tk
from ttkbootstrap_icons_simple import SimpleIcon
root = tk.Tk()
icon = SimpleIcon("python", size=24, color="#333333")
tk.Label(root, image=icon.image).pack()
root.mainloop()
This package registers a provider entry point, so the base icon previewer will automatically discover it.
Generate assets (developer)
# Provide a direct URL to a community TTF (no official preset)
ttkicons-simple-build --font-url https://example.com/path/to/simple-icons.ttf
Omitting metadata uses TTF-only extraction (needs fonttools).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ttkbootstrap_icons_simple-0.2.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_simple-0.2.0.tar.gz
- Upload date:
- Size: 996.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb08c82980bc69697b206064250467b40f0ddff71b3d4d988c837e3a83d9a553
|
|
| MD5 |
0afd2b717584c244f1813ebd7ee048ab
|
|
| BLAKE2b-256 |
dd56984747709583976f0846e1f45ee56b0059d9682d2bcd6d68078957d1e6c8
|
File details
Details for the file ttkbootstrap_icons_simple-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_simple-0.2.0-py3-none-any.whl
- Upload date:
- Size: 996.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fb49c796f6c7a484b7e268762e3a8b00f669ebede9a808789af11f67f2f509e
|
|
| MD5 |
af5b84a461cfbc8f20e2044fa9d73e78
|
|
| BLAKE2b-256 |
a832e4f967f5cd979ff9de3b8c558dc6bfe4d9ff76564a0590a3a1dc1783688a
|