Category "kivy"

making textinput widget on the basis of items in list in a popup and reading the text in in it using kivy framework-

def get_credential_fields_for_popup_success(self, urlrequest, data): # print(data) # print(data['fields']) s = list(data['fields'].va

How to set the title and text property of a kivymd MDCard class

I'm trying to change the text of an MDCard class in a for loop by creating various instances of the card in the for loop but I cant seem to manipulate the title

Can't update LABEL text on kivy file

I have a problem with updating a label text: id: time_ // the strange thing is , i can read(print) with self.ids.time_.text. Merci for help class Scroll(Screen)

Why is there no 'settings'icon in con definitions

Such a popular icon as a gear wheel. Why isn't it in KivyMD? That is for example: MDIconButton: icon: 'settings' Instead of an icon, it's just a white squa

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 display Hebrew text in a TextInput field in Python Kivy

I am trying to make a simple app in kivy(a python package) that gets a text from a TextInput field and when a button is clicked it returns a text in Hebrew that

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

Kivy exe file showing a blank grey canvas

I'm getting a grey window only. Earlier my application crashed due to window not found error. I used this thread. It fixed that error, now im left with a grey w

Kivy not opening new window on button press? (Subprocess/Popen, Python)

I am trying to open a new window upon a button press with kivy. However, when I try to open the file with the separate window in it, it simply doesn't do anythi

can't make work together opencv and kivy with buildozer on android smartphone

I have a problem can't make work together opencv and kivy with buildozer on android smartphone. On pc works fine but when I packaging with buildozer and put in

Python kivy android app problem with the Black screen

I have question about application about one situation. when I turn on the application, the logo of the application that I uploaded in buildozer is loaded, then

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

How do I get the kivy Window.softinput_mode = 'below_target' to move the TextInput box above the virtual keyboard?

I'm using python 3.8.6 and kivy 2.1.0. When the text input box gets focus, the keyboard pops up and covers the TextInput box. I've added the 2 lines below to f

I can't switch screen in kivy

I followed a tutorial on youtube so I could learn how to use kivy, but when I try to switch screen it doesn't work, I write my code the exact same way the guy d

Kivymd Custom Input Dialog. problem with getting text

I am creating an Input Dialog using kivymd. Whenever I try to fetch the text from the text field, it doesn't output the text, rather it seems like the text is n

how to compile a Kivy app, that uses the Google API, with buildozer?

I have created a APP using Kivy and Google API and it working on my computer, but after having compiled with buildozer, by open on my phone, it crashed systemat

Text-Based adventure in Kivy, Python

I'm very new to programming, just have an introductory seminar in university, and I'm supposed to program a little app in Python. For that, I want to use Kivy,

ImportError: cannot import name '_png' from 'matplotlib'

I'm currently working with Python 3.7 on Pycharm and trying to get a better understanding of kivy. I found a script that I'm trying to run but I'm encountering

Is it possible to add padding and margin to each widgets in kivy?

I want to apply margin and padding to each widgets is that possible in kivy? Here is the exact image I need; I want to apply padding and margin to each button:

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