Kivy: Change Button Color Part 2

Rachela
Jul 12, 2021

Today I found out that you can standardize multiple buttons within your kivy app. Use the @ symbol to inherit the Button class.

On the lower right green button background_color: 0, 1, 0, 1. I overrode the standard button format by making the change within that specific button. You can also have both labels and buttons inherit the same perimeters:

--

--

Rachela

I am a librarian and new computer programmer creating an app with Python and Kivy to document the plants in my garden.