Devicon (font-based) provider for ttkbootstrap-icons
Project description
ttkbootstrap-icons-devicon
An icon provider for the ttkbootstrap-icons library.
Devicon provides brand and technology icons for programming languages and development tools.
Install
pip install ttkbootstrap-icons-devicon
Quick start
import tkinter as tk
from ttkbootstrap_icons_devicon import DevIcon
root = tk.Tk()
py = DevIcon("python-plain", size=24, color="#3776AB")
js = DevIcon("javascript-original-wordmark", size=20)
tk.Button(root, image=py.image, text="Python", compound="left").pack()
tk.Button(root, image=js.image, text="JavaScript", compound="left").pack()
root.mainloop()
Styles
| Variant | Description |
|---|---|
original |
colored base icons |
original-wordmark |
includes brand wordmark |
plain |
monochrome (outline) variant |
plain-wordmark |
monochrome with brand name |
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: MIT (Devicon) - https://devicon.dev
- Wrapper license: MIT (c) 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_devicon-1.0.0.tar.gz.
File metadata
- Download URL: ttkbootstrap_icons_devicon-1.0.0.tar.gz
- Upload date:
- Size: 816.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d462775f2b6df7c8be31f96e361d479a49ecb5d7bf4afe2f16ae70b9fcb7da7
|
|
| MD5 |
4589fd1631e56b5458026d61167d3eb9
|
|
| BLAKE2b-256 |
9251b9f3b1f8b3e8045d8d087d333775ab5135e2fc5430c8d89cdbfd609a8328
|
File details
Details for the file ttkbootstrap_icons_devicon-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ttkbootstrap_icons_devicon-1.0.0-py3-none-any.whl
- Upload date:
- Size: 817.5 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 |
979896a933a772a57e34cb1fbb7de5d81765090e32aad15d3a88d87d38f9e8ce
|
|
| MD5 |
84322e14b20bac7c2599deb8ef470855
|
|
| BLAKE2b-256 |
28824ee8f9073bdd4c00b576adbe24d8ab1d39796c643a1c50ade9436cf907d6
|