|
1 | 1 | # Stopwatch GUI
|
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | ## Dependencies
|
6 | 6 | You will use `Tkinter` and `time` python module .
|
7 | 7 |
|
8 | 8 | ## Sample Output
|
9 | 9 | On running `Stopwatch_gui.py`.
|
10 | 10 |
|
11 | | -[](https://postimg.cc/z3CsjV5W) |
| 11 | +[](https://postimg.cc/1nWwdPfF) |
12 | 12 |
|
13 | 13 | ### After using Start button
|
14 | | -[](https://postimg.cc/tZ0cdHM2) |
| 14 | +[](https://postimg.cc/S2xmGJ8t) |
15 | 15 |
|
16 | 16 | ## Author
|
17 | 17 | [Aishwarya Chand](https://github.com/aishwaryachand)
|
0 commit comments