Skip to content

Commit 6852642

Browse files
Improve README formatting and content clarity
Updated README.md to enhance formatting and clarity.
1 parent 629bcad commit 6852642

File tree

1 file changed

+27
-33
lines changed

1 file changed

+27
-33
lines changed

stopwatch-timer/README.md

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
1-
# Stopwatch & Timer
1+
<h1 align="center"> Stopwatch & Timer (Python)</h1>
22

3-
A simple command-line Stopwatch and Timer application built using Python’s time and threading modules.
3+
<p align="center">
4+
A lightweight, command-line <b>Stopwatch & Timer</b> application built with Python’s <b>time</b> and <b>threading</b> modules.
5+
Perfect for tracking time or setting countdowns directly from your terminal.
6+
</p>
47

5-
## 📌 Features
8+
<p align="center">
9+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.x-blue?style=for-the-badge&logo=python"></a>
10+
<a href="#"><img src="https://img.shields.io/badge/Platform-Terminal-orange?style=for-the-badge&logo=windowsterminal"></a>
11+
<a href="https://github.com/mantrapatil03/python-beginner-friendly-projects/stargazers"><img src="https://img.shields.io/github/stars/mantrapatil03/python-beginner-friendly-projects?style=for-the-badge&logo=github"></a>
12+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge&logo=opensourceinitiative"></a>
13+
</p>
14+
## Features
615

7-
Stopwatch: Start and stop with a single press of Enter.
16+
- Stopwatch: Start and stop with a single press of Enter.
17+
- Timer: Set a countdown timer in seconds.
18+
- User Menu: Simple menu interface for easy navigation.
19+
- Graceful Exit: Option to quit anytime.
820

9-
Timer: Set a countdown timer in seconds.
10-
11-
User Menu: Simple menu interface for easy navigation.
12-
13-
Graceful Exit: Option to quit anytime.
14-
15-
## 🚀 How to Run
21+
## How to Run
1622

1723
Clone or download this script.
1824

1925
Open a terminal/command prompt in the script’s folder.
2026

2127
Run the program:
22-
28+
``
2329
python stopwatch_timer.py
24-
25-
## 🎮 Usage
30+
``
31+
## Usage
2632
```
2733
2834
When you run the program, you’ll see a menu:
@@ -34,14 +40,11 @@ Choose an option:
3440
```
3541

3642
Select an option:
43+
1. → Start Stopwatch (Press Enter to stop).
44+
2. → Enter seconds and start a countdown timer.
45+
3. → Exit the program.
3746

38-
1 → Start Stopwatch (Press Enter to stop).
39-
40-
2 → Enter seconds and start a countdown timer.
41-
42-
3 → Exit the program.
43-
44-
## 🛠 Example
47+
## Example
4548

4649
Stopwatch
4750
```
@@ -59,24 +62,15 @@ Timer started for 10 seconds.
5962
Time's up!
6063
```
6164

62-
## 📂 Project Structure
63-
```
64-
stopwatch_timer.py # Main script
65-
66-
README.md # Project documentation
67-
```
68-
## 📖 Requirements
69-
65+
## Requirements
7066
`Python 3.x `(No external libraries required)
7167

72-
## 👨‍💻 Author
73-
68+
## Author
7469
**Mantra Patil**
7570

7671
💼 LinkedIn: https://www.linkedin.com/in/mantrapatil25
7772

7873
techmantrapatil@gmail.com
7974

8075

81-
82-
76+
<h3 align="center">⭐ If you liked this project, give it a star on GitHub! ⭐</h3> <p align="center"> <img src="https://img.shields.io/badge/Keep%20Timing%20%26%20Coding-Python-blue?style=for-the-badge&logo=python"> </p>

0 commit comments

Comments
 (0)