Remix Icons (font-based) provider for ttkbootstrap-icons
Project description
Remix Icon (ttkbootstrap-icons-remix)
Remix Icons provider for ttkbootstrap-icons.
Install
pip install ttkbootstrap-icons-remix
Requires ttkbootstrap-icons (installed automatically) and Pillow.
Info
- Name: Remix Icon
- Icon Version (preset default): 3.5.0
- Source: https://remixicon.com/ (npm: remixicon)
License and Attribution
- Icons and code: Apache License 2.0
- Attribution: Remix Icon — https://remixicon.com/
Usage
import tkinter as tk
from ttkbootstrap_icons_remix import RemixIcon
root = tk.Tk()
icon = RemixIcon("home-3-fill", size=24, color="#fd7e14")
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)
# Preset for Remix Icon via jsdelivr
ttkicons-remix-build --preset remix3 --version 3.5.0
# Or direct URL
ttkicons-remix-build --font-url https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.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_remix-0.2.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_remix-0.2.0.tar.gz
- Upload date:
- Size: 218.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcffc9e09969c314e24ec8953f95c2a90544214890a9b76f7330435200734d65
|
|
| MD5 |
1a359e87717b6bb23e9ccd4acbcfd057
|
|
| BLAKE2b-256 |
515ea8ad3a32f761ca8549550f7d4b7b7f1e3645a053063c6d04873dd3ca1f70
|
File details
Details for the file ttkbootstrap_icons_remix-0.2.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_remix-0.2.0-py3-none-any.whl
- Upload date:
- Size: 218.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 |
219829d9c46500360e487b6273e5d5777a0479383cd955690eb57c99f062edfe
|
|
| MD5 |
54fc773b13222f035270683b6d71f28e
|
|
| BLAKE2b-256 |
f59891796ad6456f8cb0f55ba9116f70635dc87f5d0e950fbd2d89944a60e489
|