Skip to content

Commit 4f8b71f

Browse files
Update README.md
1 parent 5c7a6a4 commit 4f8b71f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Random Password Generator/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ This script uses only the standard library, so no additional installations are n
1111
## How to Install
1212
1. Clone the Repository:
1313
```bash
14-
git clone https://github.com/yourusername/random-password-generator.git
15-
cd random-password-generator
14+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
1615
```
1716
## How to Run the Script
1817
1. Navigate to the Directory:
1918
```bash
20-
cd path/to/random-password-generator
19+
cd Simple-Python-Mini-Projects/Random\ Password\ Generator
2120
```
2221
2. Run the Script:
2322
```bash
24-
python random_password_generator.py
23+
python password_generator.py
2524
```
25+
2626
## Example Output
2727
When you run the script, you will get a randomly generated password printed to the console. For example:
2828
```bash
2929
A@1b2C3d4E!5f6G
30-
```
30+
```

0 commit comments

Comments
 (0)