Javatpoint Logo
Javatpoint Logo

Spinner Widget in the kivy Library of Python

Kivy is the Graphical User Interface tool in Python, which is platform independent. The applications developed using Kivy can be used on IOS, Windows, Linux, and Android operating systems. The basic use of the Kivy tool in developing applications for the Android operating system but it can also be used for developing desktop applications.

Spinner Widget:

The users can import the spinner widget of the kivy library by using the following command:

A spinner widget is used for selecting one value from a set. In the default state, a spinner shows its currently selected value. When the user clicks on the spinner, it displays a dropdown menu that shows all the other available values from which the user can select.

Like a combo-box, the spinner widget is also used for giving the multiple-choice option to the user for selecting anyone of its menu. The user can also attach a callback to the spinner widget for receiving the notifications on the selection of the value from the widget menu.

Approach:

  • Step 1: We will import the kivy
  • Step 2: We will import the kivyApp
  • Step 3: We will import the label
  • Step 4: We will import the Spinner
  • Step 5: We will import the FLoatlayout
  • Step 6: We will set the minimum version (this step is optional)
  • Step 7: We will create an App class:
    • First, we will create the spinner
    • Then, we will attach the labels to the spinners
    • Then, we will attach a callback
  • Step 8: We will return layout/ widget/ class (as per the requirements)
  • Step 9: We will run the instance of the class.

Example:

Output:

Image 1:

Spinner Widget in the kivy Library of Python

Image 2:

Spinner Widget in the kivy Library of Python

Now, we have to display which of the option in the menu list is selected currently. We can display the label just beside the spinner widget.

Example 2:

Output:

Image 1:

Spinner Widget in the kivy Library of Python

Image 2:

Spinner Widget in the kivy Library of Python

Conclusion

In this tutorial, we have discussed implementing a spinner widget of the kivy library in the Python application for giving the option of selecting the element from the menu to the users.







Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA