Skip to content

Commit a9052ad

Browse files
Update README.md
1 parent ce32801 commit a9052ad

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

README.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# 🔐 Password Generator (Python)
22

3-
<h5>A simple Python script that uses the random module to generate strong, secure passwords.</h5>
4-
--------------------------
3+
A simple Python script that uses the random module to generate strong, secure passwords.
54

6-
✅ Features
5+
<img width="713" height="269" alt="Screenshot (80)" src="https://github.com/user-attachments/assets/b13d294d-bbd6-4447-9ec4-0e48b139a919" />
6+
7+
8+
9+
### ✅ Features
710

811
Random password generation
912

@@ -12,3 +15,18 @@ Supports uppercase, lowercase, digits, and special characters
1215
User-defined password length
1316

1417
Lightweight and easy to use
18+
19+
### 🚀 How to Run
20+
```
21+
python password_generator.py
22+
```
23+
24+
### ✅ Requirements
25+
26+
Python 3.x
27+
28+
No external libraries needed — uses only the built‑in random module
29+
30+
### Why Use This
31+
32+
You need strong passwords to protect your accounts. This script helps generate them quickly without repeating patterns or predictable sequences.

0 commit comments

Comments
 (0)