ttkbootstrap-icons-rpga¶
An icon provider for the ttkbootstrap-icons library.
RPG Awesome is a fantasy-themed set of glyphs based on Font Awesome.
Install¶
Quick start¶
import tkinter as tk
from ttkbootstrap_icons_rpga import RPGAIcon
root = tk.Tk()
icon = RPGAIcon("sword", size=24, color="#6f42c1")
tk.Button(root, image=icon.image, text="Sword", 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: RPG Awesome — https://nagoshiashumari.github.io/Rpg-Awesome/
- Wrapper license: MIT © Israel Dryer