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
11/5/2018 3:37:14 PM
I Am (Not) Arthur!21 Answers
New AnswerI think the clock object os what you need to accomplish your goal https://kivy.org/doc/stable/api-kivy.clock.html
https://code.sololearn.com/cn0xyVZ0a6Du/#py You can use pydroid3 on playstore to run this code.
PRO Its in a mobile, so it have some limitations Place any widget and it will work
https://dzone.com/articles/python-gui-examples-tkinter-tutorial-like-geeks https://github.com/MikeTheWatchGuy/PySimpleGUI
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)
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
SoloLearn Inc.
4 Embarcadero Center, Suite 1455Send us a message