Category "kivy"

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

Buildozer on WSL not recognize phone

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.

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

kivy python List to button text

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

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

Python Kivy Use colored emoji in Label

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

kivymd expansion panel - how to create panels with different content

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

Invalid data after declaration in Kivy

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

KivyMD TopAppBar

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

How to use Python Kivy RecycleView in another layout without using Kivy language?

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?

Change button or label text color in kivy

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

Kivy to Exe with PyInstaller. [Failed to execute script main] because of SoundLoader

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

kivy doesn't show window

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