Back to Python Mini Projects

Digital Clock using Python and Tkinter

projects/Digital_clock/README.md

latest484 B
Original Source

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