@@ -9,7 +9,7 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
9
9
- Key Features:
10
10
- Handles user input.
11
11
- Provides error handling for invalid inputs or division by zero.
12
- - Concepts Used: Functions, conditionals, and loops.
12
+ - Concepts Used: Functions, conditionals, and loops.
13
13
14
14
---
15
15
@@ -28,43 +28,52 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
28
28
- Simple password generation.
29
29
- Customizable length.
30
30
- Concepts Used: String manipulation, random module.
31
-
31
+
32
32
---
33
33
34
34
### 4. GuessTheNumber
35
35
- A number-guessing game where the user guesses a randomly generated number within a given range.
36
36
- Key Features:
37
37
- Provides hints for higher or lower.
38
38
- Allows multiple attempts.
39
- - Concepts Used: Random module, loops, and conditionals.
39
+ - Concepts Used: Random module, loops, and conditionals.
40
+
41
+ ---
40
42
41
43
### 5. HangmanGame
42
44
- A classic hangman game where the player guesses letters to form a word.
43
45
- Key Features:
44
46
- Tracks wrong guesses.
45
47
- Displays the word with correctly guessed letters.
46
48
- Concepts Used: Lists, loops, and string manipulation.
49
+
50
+ ---
47
51
48
52
### 6. Hard Level Password Generator
49
53
- Generates complex passwords with letters, numbers, and special characters for enhanced security.
50
54
- Key Features:
51
55
- Customizable password length and complexity.
52
56
- Concepts Used: Random module, string methods.
53
57
58
+ ---
59
+
54
60
### 7. HigherLowerGame
55
61
- A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
56
62
- Key Features:
57
63
- Interactive gameplay.
58
64
- Compares numerical values.
59
65
- Concepts Used: Functions, conditionals.
60
66
67
+ ---
68
+
61
69
### 8. LoveCalculator
62
70
- A fun program that calculates the "love percentage" between two names.
63
71
- Key Features:
64
72
- Takes two names as input.
65
73
- Calculates a random "compatibility score."
66
74
- Concepts Used: String manipulation, random module.
67
-
75
+
76
+ ---
68
77
69
78
### 9. RockPaperScissorsGame
70
79
- 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,
73
82
- Determines the winner based on the game rules.
74
83
- Concepts Used: Random module, conditionals.
75
84
85
+ ---
86
+
76
87
### 10. Silent Auction Program
77
88
- Simulates a silent auction where multiple users can place bids, and the program determines the winner.
78
- Key Features:
89
+ - Key Features:
79
90
- Tracks user bids.
80
91
- Declares the highest bidder as the winner.
81
- Concepts Used: Dictionaries , loops, functions.
92
+ - Concepts Used: Dictionaries , loops, functions.
0 commit comments