Skip to content

Commit 25fe061

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

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,72 +6,72 @@ Welcome to my Python Projects repository! This collection includes 10 projects,
66

77
### 1. CalculatorProject
88
- A simple calculator program that performs basic arithmetic operations (addition, subtraction, multiplication, division).
9-
Key Features:
9+
- 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

1616
### 2. CoffeeMachine
1717
- Simulates a coffee machine that allows users to order coffee, manage resources, and view a report of available ingredients.
18-
Key Features:
18+
- Key Features:
1919
- Menu-driven interface.
2020
- Tracks resources like water, milk, and coffee beans.
21-
Concepts Used: Dictionaries, loops, and functions.
21+
- Concepts Used: Dictionaries, loops, and functions.
2222

2323
---
2424

2525
### 3. Easy Level Password Generator
2626
- Generates random passwords with letters and numbers for secure account creation.
27-
Key Features:
27+
- Key Features:
2828
- Simple password generation.
2929
- Customizable length.
30-
Concepts Used: String manipulation, random module.
30+
- Concepts Used: String manipulation, random module.
3131

3232
---
3333

3434
### 4. GuessTheNumber
3535
- A number-guessing game where the user guesses a randomly generated number within a given range.
36-
Key Features:
36+
- 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.
4040

4141
### 5. HangmanGame
4242
- A classic hangman game where the player guesses letters to form a word.
43-
Key Features:
43+
- Key Features:
4444
- Tracks wrong guesses.
4545
- Displays the word with correctly guessed letters.
46-
Concepts Used: Lists, loops, and string manipulation.
46+
- Concepts Used: Lists, loops, and string manipulation.
4747

4848
### 6. Hard Level Password Generator
4949
- Generates complex passwords with letters, numbers, and special characters for enhanced security.
50-
Key Features:
50+
- Key Features:
5151
- Customizable password length and complexity.
52-
Concepts Used: Random module, string methods.
52+
- Concepts Used: Random module, string methods.
5353

5454
### 7. HigherLowerGame
5555
- A game where users guess whether one entity has a higher or lower value compared to another (e.g., higher social media followers).
56-
Key Features:
56+
- Key Features:
5757
- Interactive gameplay.
5858
- Compares numerical values.
59-
Concepts Used: Functions, conditionals.
59+
- Concepts Used: Functions, conditionals.
6060

6161
### 8. LoveCalculator
6262
- A fun program that calculates the "love percentage" between two names.
63-
Key Features:
63+
- Key Features:
6464
- Takes two names as input.
6565
- Calculates a random "compatibility score."
66-
Concepts Used: String manipulation, random module.
66+
- Concepts Used: String manipulation, random module.
6767

6868

6969
### 9. RockPaperScissorsGame
7070
- A simple implementation of the classic "Rock, Paper, Scissors" game.
71-
Key Features:
71+
- Key Features:
7272
- Allows user and computer to play.
7373
- Determines the winner based on the game rules.
74-
Concepts Used: Random module, conditionals.
74+
- Concepts Used: Random module, conditionals.
7575

7676
### 10. Silent Auction Program
7777
- Simulates a silent auction where multiple users can place bids, and the program determines the winner.

0 commit comments

Comments
 (0)