New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ttkbootstrap-icons-devicon

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttkbootstrap-icons-devicon

Devicon (font-based) provider for ttkbootstrap-icons

pipPyPI
Version
1.0.0
Maintainers
1

ttkbootstrap-icons-devicon

An icon provider for the ttkbootstrap-icons library.
Devicon provides brand and technology icons for programming languages and development tools.

PyPI License

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

VariantDescription
originalcolored base icons
original-wordmarkincludes brand wordmark
plainmonochrome (outline) variant
plain-wordmarkmonochrome 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.

Icon Browser

License and Attribution

  • Upstream license: MIT (Devicon) - https://devicon.dev
  • Wrapper license: MIT (c) Israel Dryer

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts