Skip to content

Commit 68c3cd1

Browse files
authored
added README
1 parent 1ed261b commit 68c3cd1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Countdown Timer/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Countdown Timer
2+
3+
This program takes in the number of seconds to countdown and displays a message when the time elapses.
4+
5+
# Prerequisites
6+
7+
It requires no prerequisites, you only need to run the script. If you don't have Python installed, you can visit [here](https://www.python.org/downloads/) to download Python.
8+
9+
# How to run the script
10+
11+
Running the script is pretty easy, open a terminal in the folder where your script is located and run the following command :
12+
13+
`python timer.py`
14+
15+
# Sample use of the script
16+
17+
![alt text](https://github.com/Mannuel25/py-projects/blob/master/all-python-codes/countdown-timer/screenshot_1.png)
18+
19+
![alt text](https://github.com/Mannuel25/py-projects/blob/master/all-python-codes/countdown-timer/screenshot_2.png)

0 commit comments

Comments
 (0)