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

How To Put Multiple Columns Into A Kivy Recycleview?

I want to put the data of a (csv-)table into a kivy recycleview. I managed to insert multiple colu… Read more How To Put Multiple Columns Into A Kivy Recycleview?

How Do I Have Multiple Windows In Kivy?

I am trying to open one GUI from a completely different GUI. I am developing on a desktop and the w… Read more How Do I Have Multiple Windows In Kivy?

Animations In The Same Time In Kivy

I am coding a simple optical illusion app to learn how to code in Kivy. I would like to know why my… Read more Animations In The Same Time In Kivy

App Works Well On Windows In Python2 & Python3, But Receiving Error : Failed To Import Android, And Button Unresponsive

This is an app written in python 2.7 using kivy and numpy modules. I have installed buildozer by fo… Read more App Works Well On Windows In Python2 & Python3, But Receiving Error : Failed To Import Android, And Button Unresponsive

How Do I Partially Display An Image In Kivy?

I am trying to make a custom progress bar with 2 images in Kivy. self.progress_bar.width = self.siz… Read more How Do I Partially Display An Image In Kivy?

Python Kivy: Update Label

i am new in the Kivy Topic and i have got a simple question (i think). With the function 'zufal… Read more Python Kivy: Update Label

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

Kivy Popup Running In Separate Thread

I am populating a treeview in Kivy that takes some time depending on how large it is. In the case … Read more Kivy Popup Running In Separate Thread