UIX
The kivy.uix contain all the class for create and arrange Widgets.
A widget is an element of a graphical user interface.
If you don’t know anything about Widget, you can start to read the
Widget class and usage.
If you need to arrange widget on the screen, start reading the
Layout class.