Top "Kivy" questions

Kivy is an open source Python library for rapid development of cross-platform applications equipped with novel user interfaces, such as multi-touch apps.

Switching kivy widgets

I am using the Kivy python library. I have two widgets defined. When the program runs, I run the first …

python widget kivy
Kivy Buildozer: .so lib files missing debug symbols

.so lib files missing debug symbols So I tried getting my bin/debug.apk to work in the Buildozer VM, …

android android-studio debugging kivy buildozer
Buildozer Unknown command/target android_old

im very noob still in python and kivy. Anyways, I'm making a simple android app, which just showing a single …

android python kivy buildozer
TypeError: __init__() got an unexpected keyword argument '__no_builder' Kivy

I'm trying to add a def __init__(self) to my code and when I run the kivy program I get …

python-3.x kivy
Centering TextInput within a BoxLayout in Kivy

Here is a screenshot of my kivy app. I am trying to get the TextInput in the bottom left to …

python user-interface layout kivy boxlayout
How to make circular progress bar in kivy?

I thought to make one simple circular progress bar using kivy and python. I searched online documentation and GitHub repertoires, …

python progress-bar kivy kivy-language
Python kivy - how to reduce height of TextInput

I am using kivy to make a very simple gui for an application. Nothing complex, very simple layout. Nevertheless I …

python user-interface kivy kivy-language
Python - Kivy: AttributeError: 'super' object has no attribute '__getattr__' when trying to get self.ids

I wrote a code for a kind of android lock thing, whenever I try to get an specific ClickableImage using …

python kivy kivy-language
Kivy how to rotate a picture

i'm trying to rotate some pictures i have to show on the screen, these picture are inside a stacklayout, and …

python kivy
Kivy - Map options (google maps, etc)

diving further into kivy, i began to wonder what map options were available (either google maps or something like open …

map maps android-mapview kivy