Skip to content

Commit f5206a1

Browse files
authored
Update README.md
1 parent 25fe061 commit f5206a1

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
99
- Key Features:
1010
- Handles user input.
1111
- Provides error handling for invalid inputs or division by zero.
12-
- Concepts Used: Functions, conditionals, and loops.
12+
- Concepts Used: Functions, conditionals, and loops.
1313

1414
---
1515

@@ -28,43 +28,52 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
2828
- Simple password generation.
2929
- Customizable length.
3030
- Concepts Used: String manipulation, random module.
31-
31+
3232
---
3333

3434
### 4. GuessTheNumber
3535
- A number-guessing game where the user guesses a randomly generated number within a given range.
3636
- Key Features:
3737
- Provides hints for higher or lower.
3838
- Allows multiple attempts.
39-
- Concepts Used: Random module, loops, and conditionals.
39+
- Concepts Used: Random module, loops, and conditionals.
40+
41+
---
4042

4143
### 5. HangmanGame
4244
- A classic hangman game where the player guesses letters to form a word.
4345
- Key Features:
4446
- Tracks wrong guesses.
4547
- Displays the word with correctly guessed letters.
4648
- Concepts Used: Lists, loops, and string manipulation.
49+
50+
---
4751

4852
### 6. Hard Level Password Generator
4953
- Generates complex passwords with letters, numbers, and special characters for enhanced security.
5054
- Key Features:
5155
- Customizable password length and complexity.
5256
- Concepts Used: Random module, string methods.
5357

58+
---
59+
5460
### 7. HigherLowerGame
5561
- A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
5662
- Key Features:
5763
- Interactive gameplay.
5864
- Compares numerical values.
5965
- Concepts Used: Functions, conditionals.
6066

67+
---
68+
6169
### 8. LoveCalculator
6270
- A fun program that calculates the "love percentage" between two names.
6371
- Key Features:
6472
- Takes two names as input.
6573
- Calculates a random "compatibility score."
6674
- Concepts Used: String manipulation, random module.
67-
75+
76+
---
6877

6978
### 9. RockPaperScissorsGame
7079
- A simple implementation of the classic "Rock, Paper, Scissors" game.
@@ -73,9 +82,11 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
7382
- Determines the winner based on the game rules.
7483
- Concepts Used: Random module, conditionals.
7584

85+
---
86+
7687
### 10. Silent Auction Program
7788
- Simulates a silent auction where multiple users can place bids, and the program determines the winner.
78-
Key Features:
89+
- Key Features:
7990
- Tracks user bids.
8091
- Declares the highest bidder as the winner.
81-
Concepts Used:Dictionaries, loops, functions.
92+
- Concepts Used:Dictionaries, loops, functions.

0 commit comments

Comments
 (0)