how to change button size in kivy code example
Example: how to change kivy button size
btn = Button(size_hint=(width, height))
# Both width and height varies between 0 and 1
btn = Button(size_hint=(width, height))
# Both width and height varies between 0 and 1