Skip to content

Commit 8acccdf

Browse files
Update README.md
1 parent 52326f3 commit 8acccdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Stopwatch GUI/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Stopwatch GUI
22

3-
This is a Stopwatch GUI using which user can measure the time elapsed using the start and stop button. User can also use the reset button to reset the stopwatch.
3+
This is a Stopwatch GUI using which user can measure the time elapsed using the start and pause button. User can also use the reset button to reset the stopwatch and exit button to close the window.
44

55
## Dependencies
66
You will use `Tkinter` and `time` python module .
77

88
## Sample Output
99
On running `Stopwatch_gui.py`.
1010

11-
[![stopwatch1.png](https://i.postimg.cc/7Pdqq2WB/stopwatch1.png)](https://postimg.cc/z3CsjV5W)
11+
[![stopwatch-gui1.png](https://i.postimg.cc/2yYGVSY0/stopwatch-gui1.png)](https://postimg.cc/1nWwdPfF)
1212

1313
### After using Start button
14-
[![stopwatch2.png](https://i.postimg.cc/zB31rzSZ/stopwatch2.png)](https://postimg.cc/tZ0cdHM2)
14+
[![Capture.png](https://i.postimg.cc/76gbwzLD/Capture.png)](https://postimg.cc/S2xmGJ8t)
1515

1616
## Author
1717
[Aishwarya Chand](https://github.com/aishwaryachand)

0 commit comments

Comments
 (0)