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 change the color of my widget in Kivy at run time?

I'm having trouble changing the color of a simple widget in Kivy. I can set the color when I create …

python kivy
sdl2 - ImportError: DLL load failed: The specified module could not be found and [CRITICAL] [App] Unable to get a Window, abort

Python: 3.6.4 OS: Windows 10 Kivy: 1.10.0 Kivy Installation Method python -m pip install --upgrade pip wheel setuptools python -m pip install docutils …

python dll kivy sdl-2
Combining image and text within a button in kivy

What's the preferred way to combine an image/icon and text within a button? For example, how would you create …

kivy
Kivy: Changing screens in screen manager with an on_press event

I would like to know how to change screens using an on_press event binded to a button, without using …

python kivy
Kivy: compiling to a single executable

Didn't get a response in the kivy forum, so trying here. When I compile the tutorial pong code as a …

python kivy pyinstaller
Buildozer failed to execute the last command

while I was trying to build,push and automatically run the apk on my device using buildozer android debug deploy …

android python python-2.7 kivy
Custom syntax highlighting in Geany

I am trying to create custom syntax highlighting for Kivy '.kv' files in the Geany editor. Although the specific …

syntax-highlighting geany kivy
kivy: ImportError: No module named app

I just installed Kivy by following the steps mentioned on the official documentation. So I tried to test if it …

python python-2.7 ubuntu-14.04 kivy
Kivy button text alignment issue

I am trying to develop an email application in Kivy, basically just as an exercise to learn the in's and …

python kivy
A Complete Code Example Of Kivy A Working Screen Manager Reference Written In KV Language

I've been trying to build my kv language skills from Accessing id/widget of different class from a kivy file (.…

user-interface kivy kivy-language