Images#

Toolkit-free image handles and icons. An Image holds artwork or a deferred icon and is rendered only when bound to a widget; get_icon builds a theme-aware icon from a Bootstrap Icons name; AppIcon generates an application icon for App or Window.

For a task-oriented introduction — displaying artwork, theming icons, and generating app icons (including for PyInstaller builds) — see the Images and icons guide.

Image

A toolkit-free image handle, rendered for display only when used.

get_icon

Create a theme-aware icon image from a Bootstrap Icons name.

list_icons

List the available Bootstrap Icons names, sorted.

AppIcon

A generated application icon.