Posts by Françoar Leite • 3 points
1 post
-
0
votes1
answer177
viewsQ: How to dynamically change an image in a kivy label
I want to dynamically change an image on a kivy label. every time the variable increases a number the label should change the image in python def mudaimagem(self): erros = self.qtd_erros if erros ==…