We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)