Kivy is an open source Python library for rapid development of cross-platform applications equipped with novel user interfaces, such as multi-touch apps.
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 kivyI want to install kivy (link here) to use for a project, however, when trying to use pip to install …
python python-3.x kivy downgradeI am working on an Android App on Kivy. I am using Buildozer to compile an APK file. In the …
android python kivyI'm struggling with pyinstaller. Whenever I build this specific script with a kivy GUI and a .kv file, and run …
kivy pyinstaller kivy-languageI'm starting to write a program using kivy, but I have some problems understand how it deals with sizes. For …
python kivyI'd like to have an app with black buttons and labels, and with white text, and thus, would like to …
kivyI'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 kivyI'm new to Kivy and having trouble specifying the background color of a Button. Here's my simple example: # custombutton.py …
python kivyI'm getting what seems to be a common error running the Kivy hello world program. I've tried the solutions I've …
python kivy