File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -197,3 +197,4 @@ SR No | Project | Author
197197100 | [Terminal Based Hangman Game](https://github.com/Python-World/python-mini-projects/tree/master/projects/Terminal_Based_Hangman_Game)| [neohboonyee99](https://github.com/neohboonyee99)
198198101 | [Whatsapp Bot](https://github.com/Python-World/python-mini-projects/tree/master/projects/whatsapp_Bot)| [urmil89](https://github.com/urmil89)
199199102 | [Zip Bruter](https://github.com/Python-World/python-mini-projects/tree/master/projects/Zip_Bruter) | [Erdoğan YOKSUL](https://www.github.com/eredotpkfr)
200+ 103 | [CountDown Timer](https://github.com/Python-World/python-mini-projects/tree/master/projects/Countdown_timer) | [Japneet Kalra](https://github.com/japneetsingh035)
Original file line number Diff line number Diff line change 1+ # Development
2+ Please have python3 installed to run this project on terminal:
3+ [ Python3 Installation] ( https://www.python.org/downloads/ )
4+
5+ # CountDown Timer
6+ <!-- Remove the below lines and add yours -->
7+ Countdown timer made using the Python time module and is a terminal game to countdown the time.
8+
9+ ### Prerequisites
10+ <!-- Remove the below lines and add yours -->
11+ Modules required to be able to use the script successfully
12+ and how to install them.
13+ Please have python3 installed to run this project on terminal:
14+
15+
16+ ### How to run the script
17+ <!-- Remove the below lines and add yours -->
18+ ``` code
19+ python3 main.py
20+ ```
21+ # Example
22+ Enter the time in seconds: 20
23+ 00:20
24+ Timer completed!
25+
26+ ### Screenshot/GIF showing the sample use of the script
27+ <!-- Remove the below lines and add yours -->
28+ ![ example] ( example.png )
29+
30+ ## * Author Name*
31+ <!-- Remove the below lines and add yours -->
32+ [ JapneetSingh] ( https://github.com/japneetsingh035 )
You can’t perform that action at this time.
0 commit comments