Skip to content

Commit 1596745

Browse files
authored
Added content to the readme file
I've added all the necessary details in the readme file of this project so that anyone can understand how to use this project.
1 parent 90aefa3 commit 1596745

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/Digital_clock/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Digital Clock using Python and Tkinter
2+
This script create a digital clock as per the system's current time.
3+
4+
## Library Used
5+
* tkinter
6+
* time
7+
8+
### To install required external modules
9+
* Run `pip install tkinter`
10+
11+
### How to run the script
12+
- Execute `python3 digital_clock.py`
13+
14+
### Screenshot/GIF showing the sample use of the script
15+
16+
![Digital Clock Output](https://github.com/Python-World/python-mini-projects/blob/master/projects/Digital_clock/Digital%20Clock.PNG)

0 commit comments

Comments
 (0)