Last updated: Jul 30, 2022

Widgets in Kivy

Widgets in Kivy will include the various helping features which will be required in our applications. There are many types of widgets such as text input boxes, labels, canvas, popUp widgets, and many more. We can implement these widgets in kivy in one or the other way. We can add a widget or remove a widget depending on the looks and requirements.
TextInput Widget in Kivy EASY
This blog covers the concept and implementation of TextInput Widget in kivy.
Label Widget in Kivy EASY
In this article, we will learn how to add a label widget in kivy with examples.
Canvas Widget in Kivy EASY
In this article, we will learn how to add a canvas widget in Kivy with examples.
Checkbox Widget in Kivy EASY
This blog will explain the Checkbox Widget in the Kivy framework and its commands and implementation.
The drop-down List In Kivy EASY
This blog introduces the drop-down list in kivy. And also covers the basic approach to creating the drop-down list with its implementation in python language.
Window Size Adjustment in Kivy
In this article, we will discuss how to make window size adjustments in the Kivy toolkit in Python.
Carousel Widget in Kivy
The article covers the implementation of Carousel Widget in Kivy.
BoxLayout Widget in Kivy
In this article, we will discuss the BoxLayout widget in kivy in python.
Adding Image Widget in Kivy EASY
The reader will learn about how to add image widget in Kivy in this article.
Spinner Widget in Kivy
In this article, we will learn about the Spinner widget in Kivy.
Progress Bar Widget in Kivy
In this article, we will discuss the progress bar widget in the Kivy toolkit for Python, and look at its implementation.
TabbedPanel Widget in Kivy
In this article, we will learn about the TabbedPanel widget in Kivy.
Scatter in Kivy EASY
This blog mainly focuses on the Scatter Widget in Kivy. We will discuss the use cases of the Scatter widget in Kivy with proper implementation.
Multiple UX Widgets in Kivy
In this article, we will see what the multiple UX widgets are. We will also implement them using .py and .kv files.