# Digital Clock using Python and Tkinter This script create a digital clock as per the system's current time. ## Library Used * tkinter * time ### To install required external modules * Run `pip install tkinter` ### How to run the script - Execute `python3 digital_clock.py` ### Screenshot/GIF showing the sample use of the script ![Digital Clock Output](https://github.com/Python-World/python-mini-projects/blob/master/projects/Digital_clock/Digital%20Clock.PNG)