python-mini-projects/projects/Digital_clock at master · yashpixels/python-mini-projects · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

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