Этот код не меняет цвет фона кнопки
Код: Выделить всё
# Widgets ---------------
title = Text(app, "Push the red button to find out your spy name")
button = PushButton(app, choose_name, text="Tell me!")
button.bg = "red"
button.text_size = 30`
Подробнее здесь: https://stackoverflow.com/questions/785 ... on-library