This is a simple Python script that creates a countdown timer. It takes user input for the desired countdown time in seconds and displays the remaining time in minutes and seconds format. When the timer reaches zero, it prints "Timer Completed."
-
Clone this repository to your local machine using
git clone
. -
Run the Python script
countdown.py
in your preferred Python environment. -
Enter the desired countdown time in seconds when prompted.
-
The countdown will begin, and the remaining time will be displayed in the format
MM:SS
. -
When the timer reaches zero, the message "Timer Completed" will be printed.