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 Can I Refer To Kivy's Root Widget From Python?

In Kivy language, it is possible to refer to the root widget with something like <RootWidget>: BoxLayout: SomeButton: …

python-2.7 kivy
TypeError: object.__init__() takes exactly one argument (the instance to initialize)

I am trying to make a form app and I don t understand the error: TypeError: object.__init__() takes exactly …

python kivy
Difference between Kivy and Java for android apps

I'm a python developer with little experience creating android apps in java and want to create an app that will …

java android python kivy
How to deal with Kivy installing error in Python 3.8?

I have installed every necessary code in Python from Kivy, but the last one I need which one is python …

python python-3.x windows-10 kivy python-3.8
Changing background of a Button to a different shape and Styles like shadow effect etc in kivy python

I learnt that in Qt we do have some ways to make a QpushButton with : Shadow effect making it Flat …

python button user-interface kivy
Kivy ObjectProperty to update label text

I am working on creating a kivy user interface to display the values generated by a data model I've written …

python kivy
Dynamically created kivy buttons run on_press and on_release immediately

Why do my kivy buttons act pressed the moment they are created in python? So, let me start by saying …

python button dynamic kivy pressed
Kivy use Android Notifications

Is it possible to use python and/or kivy to send local notifications on ios? Really it does not have …

python ios kivy alerts
Kivy Apk build with buildozer error: # Java compiler (javac) not found, please install it

I'm trying to build an apk of my kivy project. I have installed buildozer in python 2.7 Using PyCharm, then I …

android python pycharm kivy buildozer
A simple web page inside kivy app as a widget

I want to have a web view in my kivy application that is running on ubuntu 64bit. I looked on …

python kivy kivy-language