Label

The Label is a text-label for annotating forms or interfaces.

Usage

import toga

label = toga.Label('Hello world')

Supported Platforms

Component iOS win32 web django cocoa gtk android
Label yes yes no no yes yes no

Reference