How To Create Tabs In Kivy - Python Kivy GUI Tutorial #34

Published: 13 January 2021
on channel: Codemy.com
21,913
522

In this video I'll show you how to add tabs to your Kivy app.

Tabs are a really common design element in Graphical User Interfaces and Kivy makes using them really easy. In this video I'll show you how to add tabs to your app, how to put things in the tabs, how to size the tabs, and how to position the tabs themselves (on top, bottom, left, or right).

Tabs are a great way to break apart the different elements of your GUI, and Kivy makes it pretty easy to use them.