The following code, taken as an example, shows the string in left upper corner while the time flows:
Thank you in advance
Without images my threads are strongly undocumented, so I do stop immediately to write in this forum. Good luck
# ------- loctime.py -------------
import os,time
clear = lambda: os.system('cls')
#
for i in range(0,100,1):
clear()
print ('Local time=', time.strftime("%H:%M:%S"))
time.sleep(1)What I wish is described here http://imgbox.com/3Kh8s4LnThank you in advance
Without images my threads are strongly undocumented, so I do stop immediately to write in this forum. Good luck
User has been warned for this post. Reason: Post images
