1.

How to code a clock in python ​

Answer»

Explanation:

Python | Create a digital clock using TKINTER

As we know Tkinter is used to create a variety of GUI (Graphical User Interface) applications. In this article we will learn how to create a Digital clock using Tkinter.

Prerequisites:

-> Python functions

-> Tkinter basics (LABEL Widget)

-> Time module

Using Label widget from Tkinter and time module :

In the following application, we are GOING to USE Label widget and also going to use time module which we will use to retrieve system’s time.



Discussion

No Comment Found