Skip to content
Snippets Groups Projects
Commit 7f53a793 authored by rohieb's avatar rohieb
Browse files

add python/cornerclock.py

parent cc0e2ff7
No related branches found
No related tags found
No related merge requests found
#/usr/bin/env python
import datetime
import time
import client
while True:
t = datetime.datetime.now().strftime(" %H:%M:%S")
client.write(client.NUM_SEG_X - len(t), 0, t);
time.sleep(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment