MCPcopy Create free account
hub / github.com/geekcomputers/Python / time

Function time

UI-Apps/clock.py:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def time():
16 string = strftime("%H:%M:%S %p")
17 clockTime.config(text=string)
18 clockTime.after(1000, time)
19
20
21clockTime = tkinter.Label(

Callers 2

PORT SCANNER.PYFile · 0.85
clock.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected