Top "Kivy-language" questions

A language created and used in the Kivy framework to describe a widget structure of a project.

How to make circular progress bar in kivy?

I thought to make one simple circular progress bar using kivy and python. I searched online documentation and GitHub repertoires, …

python progress-bar kivy kivy-language
Python kivy - how to reduce height of TextInput

I am using kivy to make a very simple gui for an application. Nothing complex, very simple layout. Nevertheless I …

python user-interface kivy kivy-language
Python - Kivy: AttributeError: 'super' object has no attribute '__getattr__' when trying to get self.ids

I wrote a code for a kind of android lock thing, whenever I try to get an specific ClickableImage using …

python kivy kivy-language