Posts by Gabriel • 93 points
3 posts
-
0
votes1
answer69
viewsQ: Doubt in the kivy documentation, Textinput
In kivy textinput documentation you have the following code snippet def on_enter(instance, value): print('User pressed enter in', instance) textinput = TextInput(text='Hello world', multiline=False)…
-
3
votes1
answer749
viewsQ: Error in kivy installation
I can’t install the kivy on my computer, I’ve never touched Pip before, I’m putting the commands on cmd and gives error. I am running the following commands: python -m pip install docutils pygments…
-
6
votes3
answers264
viewsQ: Receive a string and put keys in it
I have a script that receives a string. I need to receive this string and add it to its key ends. I have a problem when placing: variavel = input('informe um valor') print(f'{variavel} aqui vem um…