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 to change text of a label in the kivy language with python

I was wondering how I could change the text of a label made inside the Kivy language using Python. Like …

python python-3.x kivy
Kivy does not detect OpenGL 2.0

I have decided to do some programming in Kivy cross platform and installed Kivy on my computer successfully. The problem …

python opengl opengl-es kivy
How to create real time graph in kivy?

I want to create a real time graph in kivy. How can i achieve that? I m new to kivy. …

python-2.7 graph kivy
How to get started/use matplotlib in kivy

I have recently learned a bit of matplotlib and would like to use it within kivy. I have read a …

python matplotlib kivy
Get textinput value in Kivy app

New to Python/Kivy trying to build a test app with an input box, an ok button and a label …

python kivy
Kivy, Eclipse and PyDev (also PyPy)

According to this post: https://groups.google.com/forum/?fromgroups#!topic/kivy-users/n7c3thksnzg, it is possible to use …

eclipse pydev pypy kivy
Kivy error, [CRITICAL] [Text ] unable to find any valuable text provider (python 3.6.1) (windows 10)

I have been trying to use Kivy (1.10.0) in pycharm, when it came to testing the install with: from kivy.app …

python python-3.x kivy
Python Kivy: Align text to the left side of a Label

I read the docs, and still don't know how to align the text inside a Kivy-Label to its left side. …

python label kivy text-alignment
Rounding button corners in kivy

What is the preferred way to create rounded corners for buttons in kivy? Are there other equally viable ways to …

kivy
How to display an image using kivy

How do I display an image in my pwd? import kivy from kivy.app import App from kivy.uix.button …

python kivy