Categories
Python

Simple Console Clock for Windows with Python

The code is self explanatory:

Python 3 Source Code:

It displays a clock on Windows Command Prompt and updates it every second. It mainly demonstrates the Timer object of threading library.