Digital-clock-in-Python
Digital-clock-in-Python copied to clipboard
A digital clock application made with python and tkinter
Digital-clock-in-Python
Intro
This is a code for a simple digital clock made in python with help of the time module and Tkinter library
How to run
Firstly download or clone this repo and then move into the project folder as shown below;
$-> git clone https://github.com/Kalebu/Digital-clock-in-Python
$-> cd Digital-clock-in-Python
$ Digital-clock-in-Python -> python app.py
Output
Once you run the code, it will render the output similar to what shown below;
This code is the continuation of a series of Python tutorial published on my blog, and the full article with code for can be found on Make a Digital Clock
Give it a star :tada:
Did you find this information useful, then give it a star
Credits
All the credits to kalebu