Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kivy

Kivy Touch And Keyboard Events Passing Through To Desktop

I am using the Kivy framework to develop a UI application in Python 3. The Kivy application is full… Read more Kivy Touch And Keyboard Events Passing Through To Desktop

Nesting Widgets In Kivy

I'm trying to make an interface in kivy and I think there are some fundamental things I don'… Read more Nesting Widgets In Kivy

How To Detect Screen Rotation On Android In Kivy?

I have been searching for a Kivy solution to capture the Android device rotation from one orientati… Read more How To Detect Screen Rotation On Android In Kivy?

Python Kv File How To Call Function From Another Class

How can I call a method from class Account in my kv file? py file: import kivy kivy.require('1.… Read more Python Kv File How To Call Function From Another Class

How To Use Matplotlib Animation Within Kivy

I want to show a live diagram of acceleration sensor data. Kivy is the framework and matplotlib sho… Read more How To Use Matplotlib Animation Within Kivy

Kivy Android App: Set The Api Level From 19 To 26 Failed

I want to create an android .apk file with kivy, buildozer and Ubuntu 16.04. Now I had an android .… Read more Kivy Android App: Set The Api Level From 19 To 26 Failed

How To Insert A Python Script In A Class In Kivy?

I have a python text that I want to put in a class in kivy. Then I would like to use this class as … Read more How To Insert A Python Script In A Class In Kivy?

Buildozer Numpy Runtimeerror: Broken Toolchain: Cannot Link A Simple C Program

Writing my first Android app in Python and using Buildozer to package it. Because I will need to us… Read more Buildozer Numpy Runtimeerror: Broken Toolchain: Cannot Link A Simple C Program

How To Update Mdlabel's Text On Button Click In Kivy

I'm beginner in python(and also on kivy). I started to learning kivy(maybe kivymd) 4days ago. I… Read more How To Update Mdlabel's Text On Button Click In Kivy

Simple Kivy App Press Button To Play Mp3 Doesn't Work On Android Device

I created a simple App. When pressed on a button to play a mp3 file. It works in terminal but when … Read more Simple Kivy App Press Button To Play Mp3 Doesn't Work On Android Device

Kivy Removing Elements From A Stack- / Gridlayout

I made a pop-up. It is basically some rows of options (max. 5 rows). If I press the '+' but… Read more Kivy Removing Elements From A Stack- / Gridlayout

Kivy Capture Mouse Coordinates Outside Of Window

How can I capture the mouse coordinates using Kivy when the mouse ventures outside the Window bound… Read more Kivy Capture Mouse Coordinates Outside Of Window

Properly Resize Main Kivy Window When Soft Keyboard Appears On Android

I'm trying to use Window.softinput_mode to resize the window content when the soft keyboard app… Read more Properly Resize Main Kivy Window When Soft Keyboard Appears On Android

Usage Of Dragbehavior In Kivy

I'm new for python and kivy, and struggling with them. I wanted to implement drag and drop func… Read more Usage Of Dragbehavior In Kivy

Kivy Isn't Showing (bengali) Joining Character Properly?

Kivy Python does not support Bengali joining characters,Is there any other way to solve this proble… Read more Kivy Isn't Showing (bengali) Joining Character Properly?

Kivy Ids In Python Code

main: from kivy.app import App from kivy.uix.button import Button from kivy.uix.screenmanager impor… Read more Kivy Ids In Python Code

Kivy - I Want To Change An Attribute Of A Widget In A Screen Out Of A Popup

I want to change the color of an image. This image is placed on an button on a screen with screenma… Read more Kivy - I Want To Change An Attribute Of A Widget In A Screen Out Of A Popup

Trying To Install Kivy On My Pc I Get The Following Errors

tried installing kivy on my pc with python 3.6. using cmd and both pip and easy_install i got the e… Read more Trying To Install Kivy On My Pc I Get The Following Errors

Kivy: Loading Animation For Long Function (avoid Freeze)

I have this kind of problems: my application freeze during the long function if the user click mul… Read more Kivy: Loading Animation For Long Function (avoid Freeze)

Kivy App Build With Buildozer. Apk Crash

I am using Oracle VirtualBox running Ubuntu 16. I have been able to build apk files for a while unt… Read more Kivy App Build With Buildozer. Apk Crash