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

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

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?

Attributeerror: 'super' Object Has No Attribute '__getattr__'

I've been searching for the solution of this problem over the all internet but I still can'… Read more Attributeerror: 'super' Object Has No Attribute '__getattr__'

How To Change A Space When A Button Is Pressed With Kivy?

I am trying create a GUI by implementing the template of the ComicCreator GUI sample as a template … Read more How To Change A Space When A Button Is Pressed With Kivy?

How To Make An Image And Display It On The Next Page

Good afternoon, i wrote a simple camera program using Python and Kivy, but I just can't get a s… Read more How To Make An Image And Display It On The Next Page

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?

How Can I Show "please Wait Gif" Image Before The Process Is Complete

I want to show 'please wait gif' image from img() class before the ListApp() class process … Read more How Can I Show "please Wait Gif" Image Before The Process Is Complete