ttkbootstrap-icons
This package has been renamed to tkinter-icons.
The old name implied a coupling to ttkbootstrap that was never really true — the library works with plain tkinter, and Bootstrap icons are now built directly into ttkbootstrap itself.
This package now contains no code. It depends on tkinter-icons and forwards to
it, so existing installs keep working, and it will not receive further updates.
Switching over
pip uninstall ttkbootstrap-icons
pip install "tkinter-icons[material]"
Icon packs are now extras, one per set, and there is no [all] — name the ones
you use: pip install "tkinter-icons[bootstrap,material]".
Then change your imports, which now all come from one root:
from ttkbootstrap_icons_mat import MatIcon # old
from tkinter_icons import MaterialIcon # new
See the documentation for the full list of packs.
Release files for ttkbootstrap-icons 5.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ttkbootstrap_icons-5.0.0.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ttkbootstrap_icons-5.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.7 kB
Release files / ttkbootstrap_icons-5.0.0.tar.gz
| Download URL | ttkbootstrap_icons-5.0.0.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
823bd27ba474e4360adea026c45eb8f20e07bde06b59e14c8952f6c2814c0d74
|
|
BLAKE2b-256 checksum How to use checksums |
f706e3cd3abc258209f6740e33c4fb5e0b30ae1f7c94e62069dc4c794c3c7d3d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|
Release files / ttkbootstrap_icons-5.0.0-py3-none-any.whl
| Download URL | ttkbootstrap_icons-5.0.0-py3-none-any.whl |
|---|---|
| Size | 4.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a88542917987a165b1c667f81ff1962c65dd7c0ef9eb2eb7434621a225b027e4
|
|
BLAKE2b-256 checksum How to use checksums |
b5fce619f5d1346cff0ba7cdf70a169f221751fa43f924503de3078d89d0568d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.11
|