Questions tagged as 'kivy'

0
answers

How to modify the text of a button by pressing it?

I'm very new to this programming branch with graphical interfaces and I'm working on a project with Arduino ... The communication part is OK, however I can not do something simple like: Change both the color and the text of the button at the...
asked by 09.10.2018 / 22:22
1
answer

How to make a class interfere in another with python [closed]

I'm trying to make a switch in kivy style, when one is true, the other is false, but when I change a variable in the first class, it is not changed in the second, and remains with the original value. Explicating: c = 'NADA' class A():...
asked by 22.11.2018 / 00:56
1
answer

How to schedule a schedule with kivy

I want to make an event occur for 2 seconds at the speed of 29/30, after 5 seconds from the start of the program, with the following code: from kivy.app import App from kivy.uix.gridlayout import GridLayout from kivy.uix.label import Label fro...
asked by 09.12.2018 / 21:04
1
answer

Buttons with dynamic images with kivy

Problem I have a button with circular image, with the image in the ratio 1: 1, and when executing the code (below) the program generates a screen with aspect ratio of 1: 1, but it is possible to resize the screen and change its aspect ratio a...
asked by 11.12.2018 / 02:23
1
answer

How do I use the text_input python-kivy text?

I'm having trouble using text_input text to store in the database. Python code: from kivy.app import App from kivy.uix.screenmanager import ScreenManager, Screen from kivy.core.window import Window from kivy.utils import get_color_from_hex...
asked by 16.11.2018 / 18:16