# Countdown Timer This program takes in the number of seconds to countdown and displays a message when the time elapses. # Prerequisites 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. # How to run the script Running the script is pretty easy, open a terminal in the folder where your script is located and run the following command : `python timer.py` # Author's name [KOTHA V V S AAKASH](https://github.com/AakashKotha)