Simple Icons (font-based) provider for ttkbootstrap-icons
Project description
ttkbootstrap-icons-simple
An icon provider for the ttkbootstrap-icons library.
Simple Icons provides brand logos as a simple, monochrome font.
Install
pip install ttkbootstrap-icons-simple
Quick start
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()
Styles
This provider uses a single font without separate style variants.
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.
License and Attribution
- Upstream license: Simple Icons - https://simpleicons.org/
- Wrapper license: MIT - Israel Dryer
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-1.0.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_simple-1.0.0.tar.gz
- Upload date:
- Size: 996.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
273f1be6e5319fbe61b78e1289fa857d9777377a036cd2e1f151ef8a4e52615d
|
|
| MD5 |
c7cd983ce15acdbfba56bded70701de4
|
|
| BLAKE2b-256 |
184ea742acd13751b63b8e76afdd8e0d12270abd572ca76dac0f14ed400866e1
|
File details
Details for the file ttkbootstrap_icons_simple-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_simple-1.0.0-py3-none-any.whl
- Upload date:
- Size: 997.0 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 |
7365ebb2ce0664e3497bbdb9c9e5c0ec6ae328edb8fa4e831da02678bd03fd3f
|
|
| MD5 |
745b128c4b9f99c4f396e7ad9514fa18
|
|
| BLAKE2b-256 |
e327fb79a7c7838856a0cabf0fc1bcd376196f393d8faa70ab58c431141f54c2
|