How to make digital clock in python programmin language
by using thinkter
-Rohit Malwal
__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.
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.
Below is the implementation: +++++++
________________________________________________________
___________________________________________________
copy and paste the above source
code in your python IDE
-Rohit Malwal
No comments:
Post a Comment