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.

Issue setting Kivy to fullscreen

I'm trying to write an application that runs kivy at full screen. But these are my issues: 1) When I run …

python kivy fullscreen resolution
How do you check for keyboard events with kivy?

So, awhile ago, I started teaching myself kivy. I started with the main kivy website and went through its pong …

python kivy keyboard-events
Accessing Android camera through Kivy

Please i am looking for a work around to get access Android camera through kivy, or a library that i …

android kivy
Kivy for Android apps

I've just started diving into the Android world. I have a lot of experience programming apps in Python, so I've …

android python kivy
convert rgba color codes 255,255,255,255 to kivy color codes in 1,1,1,1

In order to specify any color value in kivy we need to specify values from 0 to 1 i.e. color defaults …

python colors kivy
How to fetch data from database and show in table in kivy+python

list.py import kivy kivy.require('1.9.0') # replace with your current kivy version ! import sqlite3 as lite from kivy.…

python-2.7 kivy kivy-language
How to disable a widget in Kivy?

I read the Kivy tutorial and couldn't find how to disable a widget (for example, a Button). def foo(self, …

python user-interface widget kivy
Making a clock in kivy

I'm new to Kivy, and I'm trying to get a better handle on Events, as well as a few basics …

python kivy
How to make GPS-app for android using kivy, pyjnius?

Im new in KIVY, pyjnius and python-android. I need to make simple app for android, which shows GPS coordinates. But, …

android python kivy
Fonts available in kivy

Which fonts are available (included) in kivy? Using font_name: 'Arial' seems to be working but 'Denmark' raises an exception …

python kivy font-style