Skip to content
Ethosa edited this page Feb 5, 2020 · 3 revisions

Button - a module for creating buttons for the keyboard

Import:

from saya import create_button

Usage:

hello_world_button = create_button("text", label="Hello world", color=Button.POSITIVE)
Clone this wiki locally