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.

fatal: could not create work tree dir 'kivy'

I'm trying to clone my fork of the kivy git, but it's not working. I've made the fork correctly, I …

github git-clone kivy
How to downgrade to Python 3.4 from 3.5

I want to install kivy (link here) to use for a project, however, when trying to use pip to install …

python python-3.x kivy downgrade
What is the difference between armeabi-v7a, arm64-v8a, x86?

I am working on an Android App on Kivy. I am using Buildozer to compile an APK file. In the …

android python kivy
Pyinstaller adding data files

I'm struggling with pyinstaller. Whenever I build this specific script with a kivy GUI and a .kv file, and run …

kivy pyinstaller kivy-language
Kivy: How to change window size?

I'm starting to write a program using kivy, but I have some problems understand how it deals with sizes. For …

python kivy
Python cannot import name <class>

I've been wrestling most of the night trying to solve an import error. This is a common issue, but no …

python import module kivy
kivy: change background color to white

I'd like to have an app with black buttons and labels, and with white text, and thus, would like to …

kivy
How to configure Python Kivy for PyCharm on Windows?

I'm having trouble getting Kivy to work with PyCharm on Windows 7. I've managed to add most of the external libraries …

python windows python-2.7 pycharm kivy
Changing the background color of a Button in Kivy

I'm new to Kivy and having trouble specifying the background color of a Button. Here's my simple example: # custombutton.py …

python kivy
Unable to get a window, abort

I'm getting what seems to be a common error running the Kivy hello world program. I've tried the solutions I've …

python kivy