This is a simple countdown timer program that takes an integer input from a user & uses that input as the time to be counted down until it reaches 1.
Time
- a module in the Python standard library used for various time-related functions.
1. Clone this repository.
Run this command in your terminal:
git clone https://github.com/m3mentomor1/Console-based_Countdown_Timer.git
(Optional: You can also Fork
this repository.)
2. Go to the repository's main directory.
Run this command in your terminal:
cd Console-based_Countdown_Timer