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

Kivy Digital Clock Issues

I'm trying to add a digital clock to my Kivy program, it seems to be having trouble. Here is th… Read more Kivy Digital Clock Issues

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?

Encountring An Error With Videos - Kivy On Windows 7

I want to make an application with Kivy that can manipulate videos, my problem is that i can't … Read more Encountring An Error With Videos - Kivy On Windows 7

Kivy Text Markup Printing Its Own Syntax

I was testing out Kivy's markup feature. The basic outline of my test program is there are 4 la… Read more Kivy Text Markup Printing Its Own Syntax

Python App Not Working After Using Pyinstaller But Doesn't Give Any Errors

So I made an app using python and kvlang, and I was trying to get all the files into a one standalo… Read more Python App Not Working After Using Pyinstaller But Doesn't Give Any Errors

Python/Kivy : Call Function From One Class To Another Class And Show Widget In Python

I am using Python-2.7 and Kivy. When I run test.py then a show button shows. When I click on the sh… Read more Python/Kivy : Call Function From One Class To Another Class And Show Widget In Python

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?