Remix Icons (font-based) provider for ttkbootstrap-icons
Project description
ttkbootstrap-icons-remix
An icon provider for the ttkbootstrap-icons library.
Remix Icon offers modern, consistent line and filled variants.
Install
pip install ttkbootstrap-icons-remix
Quick start
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()
Styles
| Variant | Description |
|---|---|
line |
Line/outline style |
fill |
Filled style |
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: Remix Icon — https://remixicon.com/
- 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_remix-1.0.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_remix-1.0.0.tar.gz
- Upload date:
- Size: 219.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a761675e0d68632db2411a6600acc2905ecbeda792cdf240ee49f7649733e9b
|
|
| MD5 |
76be984ab7259c3440944031fa73cf87
|
|
| BLAKE2b-256 |
9e04eedca3551bc1729d4280b2336d78ca1210dfb991281a420b9cefb8e84202
|
File details
Details for the file ttkbootstrap_icons_remix-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_remix-1.0.0-py3-none-any.whl
- Upload date:
- Size: 218.9 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 |
0a705648c21ee6466005c6145fefb5b8849631bebcd3102137a7b6f31eb5282e
|
|
| MD5 |
b28c29fbd4a4316c823f4b00accb7c4f
|
|
| BLAKE2b-256 |
2265675e6365fa852d50ecb64fea49df8e9658232026908b10bfb05a401ce604
|