+ 13
Kivy question
I have a problem with kivy, i want to after every 1 sec the label changes it text Like, the label is a field and i want to the player walk to the right for every 1 sec I have searched it and looking for tutorials but i never saw someone explaining it prorpely
21 Answers
+ 10
I think the clock object os what you need to accomplish your goal
https://kivy.org/doc/stable/api-kivy.clock.html
+ 4
Segue aí um exemplo.
https://pythontic.com/app/kivy/clock
+ 2
https://code.sololearn.com/cn0xyVZ0a6Du/#py
You can use pydroid3 on playstore to run this code.
+ 2
Luiz Santos Tkinter is arealdy on pydroid...
+ 2
PRO Its in a mobile, so it have some limitations
Place any widget and it will work
+ 1
Luiz Santos Tu pode me mostrar um exemplo usando kivy.clock?
+ 1
hey....can we use tkinter on pydroid 3
+ 1
PRO you can
+ 1
but i m not able to
+ 1
it gives an error
+ 1
PyDan how r u able to use tkinter in pydroid
+ 1
I has tested my phone. Its still active
+ 1
PRO Its possible, maybe you have to download the newest version of it
+ 1
To use tkinter you have to install It using the Pip option in your Pydroid3 App
+ 1
Hello guys this is my first post here and I wish you can help
I have downloaded the kivy launcher and QPython to run kivy file and execute it
But QPython won't installation kivy
I used the command (pip install kivy-u4-qpython)
0
i pasted this code in my pydroid 3:
from tkinter import *
window = Tk()
window.title("Hello world")
window.mainloop()
but the screen just became white and nothing happened
0
what to do
0
oh...i will surely try it....
0
bro time.sleep (sec) use kro