ttkbootstrap-icons-meteocons¶
An icon provider for the ttkbootstrap-icons library.
Meteocons is a compact weather-themed icon font.
Install¶
Quick start¶
import tkinter as tk
from ttkbootstrap_icons_meteocons import MeteoIcon
root = tk.Tk()
icon = MeteoIcon("a", size=24, color="#0077ff")
tk.Button(root, image=icon.image, text="Meteocons", compound="left").pack()
root.mainloop()
Styles¶
This provider uses a single font without separate style variants.
Icon Browser¶
Browse available icons with the built-in browser. From your terminal run:
Use Copy Name in the browser to copy the icon name and style directly for use in your code.

License and Attribution¶
- Upstream license: Meteocons — https://demo.alessioatzeni.com/meteocons/
- Wrapper license: MIT © Israel Dryer