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.

How do I get info of a file selected with fileChooser in Kivy?

How do I grab info of a file I select through the fileChooser? Here are some chunks of code I …

python kivy filechooser
Hiding and showing a widget in Kivy

I am working on a Kivy project, and I need to display a label when there is no elements in …

python kivy kivy-language
Difference between Kivy and PY4A

I'm new to android development, and I have had some experience with Java, C#, Python, etc. Python being my favourite, …

android python kivy sl4a
pkg-config: PKG_PROG_PKG_CONFIG: command not found

I get the following error ./configure: line 11162: PKG_PROG_PKG_CONFIG: command not found when this is code is executed …

macos build autoconf kivy pkg-config
how to use drop down widget in kivy with a python class

So, I think there should be at least two ways that I could have a drop down menu on this …

python class drop-down-menu kivy query-by-example
How to access id/widget of different class from a kivy file (.kv)?

What I want to know? If button with id: button_b (Get_Boys class) is released, then Label with id: …

python events button widget kivy
Tab/Enter (and other keystrokes) handling in Kivy's TextInput widgets

I'm writing an app using Kivy framework and I stumbled upon a minor but annoying problem: I don't know how …

python kivy
Running python script with Numpy and OpenCV on Android

I have a complicated image processing script that runs in python with Numpy and OpenCV. I want to run this …

android python numpy kivy cx-freeze
How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found?

[PROBLEM] How can I bypass kivy module error: ImportError: DLL load failed: The specified module could not be found ? Note: …

python kivy
How to use pos_hint with FloatLayout in kivy?

I am trying to align labels and button in my test UI this is my kv file <test>: …

python kivy kivy-language