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.

Kivy TextInput horizontal and vertical align (centering text)

How to center a text horizontally in a TextInput in Kivy? I have the following screen: But I want to …

python python-3.x kivy kivy-language
x11 - ImportError: No module named 'kivy.core.window.window_x11'

when i try to run any kivy program with python 3.5 in my kali linux os. Then i get the below …

python python-3.x kivy kivy-language
How to disable query cache with mysql.connector

I'm connecting mysql on my Kivy application. import mysql.connector con = mysql.connector.Connect(host='XXX', port=XXX, user='XXX', …

python mysql mysql-python kivy
Can't install Kivy: Cython/GCC error

so I tried to install Kivy following the instructions from the official site: $ sudo apt-get install python-setuptools python-pygame python-opengl \ python-gst0.10 …

python c gcc cython kivy
Why does right-clicking create an orange dot in the center of the circle?

Why does the first widget example in kivy lead to an orange circle in the middle of the yellow one …

python kivy
Python, Kivy and Android Game

I want to create a game for Android and want to try something new. I really love python and want …

android python pygame kivy
Kivy BoxLayout align widgets to the top border

I'm using the following Kivy code to create BoxLayout with buttons: BoxLayout: orientation: "vertical" width: 200 size_hint_x: None Button: …

python kivy
Is it possible to read from more than one .kv file in Kivy app?

I realize the short answer may be 'no,' but perhaps this is worth asking again. If I am witting …

python kivy
Kivy RecycleView as an alternative to ListView? How does it work?

I should preface that I'm still a newbie to Kivy. I tried looking for similar questions, but they were either …

python-3.x kivy kivy-language
Using python3 on android with buildozer

I have written a little program in python 3 and kivy. Now I want to build an .apk using buildozer and …

android python-3.x kivy buildozer