hi i have problem with WSL and buildozer. the same app/files work on my VM but not on WSL(running from bash). i installed buildozer the same way i did in my VM.
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
Trying to populate the text of three buttons with the content of myList["One", "Two", "Three"] btn1 = myList[1] etc myList will be populated fron csv file fro
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
I've been trying to display colored emojis using Python & Kivy but the best I can achieve is this: I tried using different fonts but none of them display w
Eorking with kivymd, and trying to create an expansion panel list with different content in each of the panels. Tried to write an if statement inside the def on
I don't understand why I have this type of error when I run my code. I've checked this several times and everything seems to be good, still the code does not wa
I'm trying to learn Kivy and KivyMD because I want to make an android app. But I'm stuck at the first hurdle. I want a toolbar, or as the KivyMD documentation c
I want to use RecycleView in another layout without using Kivy language, but I couldn't display the data on the Window. What did I write bad or miss in my code?
I'm following this kivy book, and while I can understand how to change the background color of buttons, I haven't found the keyword to change the text color. I
Im trying to convert my .py file to .exe. Im using kivy in my .py file.I realized that getting Fatal error detected.Failed to execute script main error if i use
i use this code, and run it on py charm import kivy from kivy.app import App from kivy.uix.label import Label class MyApp(App): def build(self): r
I am testing out the ability of loading a zipfile containing multiple images to a kivy image and proofing out that it will cycle through all the images. I have
Faced the problem of adjusting the parameters of the card and everything that is located on it. I can't set the size of the card I need and besides that, I can'
Is it possible to use python and/or kivy to send local notifications on ios? Really it does not have to vibrate, just a number icon and maybe a real-time messag
I am new to Kivy and GUIs in general and I am having a hard time understanding some simple concepts of Kivy callbacks logic. I want to make a simple app to read
I want to create a UI passing an argument to a part of my interface. I know that, in this example, I could just put the label text as a variable and change it f
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