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

Python, Circular Dependencies, And Singletons

I've dug myself into quite a hole here. I'm working on a Python/Kivy app in PyDev. The app … Read more Python, Circular Dependencies, And Singletons

Nsexception On Import Of Matplotlib, Kivy In Osx

I'm working on some kivy code that's working fine on windows 10, but crashes on osx sierra,… Read more Nsexception On Import Of Matplotlib, Kivy In Osx

How Do I Load An Image Into A Kivy Window Using A Button?

I am trying to use kivy with Python to develop a quick app with sliders where one has to use the sl… Read more How Do I Load An Image Into A Kivy Window Using A Button?

Kivy Camera On Multiple Screen

I'm trying to create a simples app in kivy that have two screen and i need it load the a custom… Read more Kivy Camera On Multiple Screen

Convert A Kivy Texture To Opencv Image

I am trying to convert my kivy texture to an image format so that i can process it using opencv (cv… Read more Convert A Kivy Texture To Opencv Image

X11 - Importerror: No Module Named 'kivy.core.window.window_x11

Currently I am trying to build an App that I wrote in Python and Kivy via buildozer. Whatever I am … Read more X11 - Importerror: No Module Named 'kivy.core.window.window_x11

Kivy: Self-updating Label Text

Let's say I have 3 classes: a 'woking class' where stuff takes place, a label class and… Read more Kivy: Self-updating Label Text

Ctypes.argumenterror When Using Kivy With Pywinauto

I have a kivy application that can interact with other windows using the pywinauto module. The appl… Read more Ctypes.argumenterror When Using Kivy With Pywinauto

Kivy: Sizing Buttons To Fit Wrapped Text Within Dropdown

I'm having issues building a Kivy dropdown with word wrapping enabled for the text, such that t… Read more Kivy: Sizing Buttons To Fit Wrapped Text Within Dropdown

Why Is My Kivy Actionbar Gone?

Good evening, I'm trying to combine kivy's actionbar with a screenmanager. I've gotten … Read more Why Is My Kivy Actionbar Gone?

Display Numpy/opencv/matplotlib Image In Kivy

How to display image in standard numpy/opencv/matplotlib format in Kivy? Kivy uses different image … Read more Display Numpy/opencv/matplotlib Image In Kivy

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

How To Replace Kivy Widgets On Callback?

I'm new to Python and Kivy, and I'm trying to create multipage display of letters of the br… Read more How To Replace Kivy Widgets On Callback?

How Do I Create Multiple Shapes Relative To Each Other In Kivy?

I want to be able to create multiple shapes on my canvas and have them evenly spaced out from each … Read more How Do I Create Multiple Shapes Relative To Each Other In Kivy?

Kivy - Parsing Structure To Widget

I'm having issues with parsing a data structure to a widget in Kivy, which would then access th… Read more Kivy - Parsing Structure To Widget

Retrieve Data From Db & Set To Textinput Fields And Image Widget In Kivy For A Multiscreen App! Attributeerror

I'm learning kivy by cobbling together a small application to understand the behavior of differ… Read more Retrieve Data From Db & Set To Textinput Fields And Image Widget In Kivy For A Multiscreen App! Attributeerror

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

Can I Close Kivy Window And Open It Again?

Is there a way to launch kivy twice from the same process, while closing kivy's window when not… Read more Can I Close Kivy Window And Open It Again?

Kivy Moving A Widget

Unable to move a widget using Kivy I want to move a rectangle and have followed the code used in yo… Read more Kivy Moving A Widget

Kivy Class In .py And .kv Interaction 2

Follow up from Kivy class in .py and .kv interaction , but more complex. Here is the full code of w… Read more Kivy Class In .py And .kv Interaction 2