We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6686bb commit ec55037Copy full SHA for ec55037
Password Strength Checker/README.md
@@ -19,7 +19,7 @@ A simple Python CLI tool to check the strength of a password using regular expre
19
20
1. **Clone the repository**:
21
```bash
22
- git clone https://github.com/your-username/password-strength-checker.git
+ git clone https://github.com/Aakash02A/password-strength-checker.git
23
cd password-strength-checker
24
```
25
@@ -40,13 +40,8 @@ python password_checker.py
40
41
Then enter your password when prompted:
42
43
-bash
44
-Copy
45
-Edit
46
🔐 Password Strength Checker
47
-
48
Enter your password: MyP@ssw0rd
49
50
Password Strength: 🟢 Strong
51
52
---
0 commit comments