Category "kivy-language"

Anchor Layout in python - kivy

I'm trying to make a layout without using the "kv file", what's wrong with this code? thanks. class My_Layout(AnchorLayout): layout = AnchorLayout() box1 = Box

Rasberrypi 4 - ModuleNotFoundError: No module named 'kivymd.uix.picker'

My program was successfully installed all the package from Windows 10 and was able to run the code. But when I transfer the program from the rasberrypi 4 using

How to add Screen Manager to my KIVYMD code, but not in kv file only class method

I'm new here, I have a small problem in kivymd. Is there anyone here who would be able to help me? this is my main.py file from kivymd.app import MDApp from k

How to create a dropdown list in kivy/python?

I want to create a DropDown list in kivy? I referred to the documentation, in which the main Button widget to open the DropDown list is added in the python file

Kivy: How do I place a resizable button in the RH bottom corner, with spacing?

I'm new to Kivy, and want to use it for developing a mobile 'Event Card' app. I've done the basic layout I believe, but the button at the bottom RH corner elude

Loading images from internal storage kivy python

I am looking for a solution regarding loading images from internal storage file manager via my kivy application. for testing,i need to select the image from in

How to get a text input box to display with Kivy?

I'm currently writing an app in Kivy for a school project (I have very much had to jump in the deep end with Kivy). I have written the kv code for the text inpu

Removing Kivy Settings Close Button

Im trying to completely remove the Close Button that is naturally attached to the Kivy Settings object. Fear not, I have a navigation so the user wont be stuck