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 to fix 'java.lang.module.FindException: module java.se.ee not found' error when packaging my kivy application with buildozer

I'm trying package my kivy app (python3) but when i run the command buildozer -v android debug see this error # …

android python kivy buildozer
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 …

python kivy
Kivy not working (Error: Unable to find any valuable Window provider.)

I have been getting this error: Unable to find any valuable Window provider. With kivy heres the "full" error: [INFO ] […

python kivy
How to set a screen background image in Kivy

I know how to make a color background but i can't seem to find anything useful for setting the image …

kivy
QPython or Kivy for Android programming with Python - producing installable apk

Having read several Q&A's on SO, I realize that one has 2 options i.e. QPython and Kivy to …

android python kivy sl4a qpython
How do you verify/check kivy version?

This doesn't work: $ kivy --version Python 2.7.6 I've got Kivy.app installed, and it doesn't provide any version info either.

kivy
Passing image object as a button background in Kivy

In Kivy, is there a way to pass image object as a button background, instead of image file name? button.…

python kivy
How to exit a Kivy application using a button

I'm just learning Python and the Kivy framework. I can't seem to find any specific complete examples of being able …

python kivy
Kivy to Apk in Windows

I'm using windows right now and I want to ask is there any good tools to package a kivy app …

android python python-3.x kivy
What Kivy Tutorials Are Available

What Kivy tutorials and learning aids exist? Where is the list for Kivy? This is besides the pong tutorial on …

python kivy