Skip to content

Commit ceb52ca

Browse files
authored
Create README.md
1 parent 86e00af commit ceb52ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Random_Password_Generator/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Random Password Generator
2+
3+
This is a simple Python script that generates random passwords based on user-defined criteria. It can be used to generate strong and secure passwords for various applications and accounts.
4+
5+
6+
![password](https://github.com/soorjya/Python_Mini_Projects/assets/99492724/40b3fb5a-78f0-47d8-8cdc-20434982fb35)
7+
8+
## Features
9+
10+
- Generates random passwords of specified length
11+
- Allows customization of password criteria:
12+
- Include uppercase letters (A-Z)
13+
- Include lowercase letters (a-z)
14+
- Include numbers (0-9)
15+
- Include special characters
16+
- Provides a user-friendly command-line interface (CLI)

0 commit comments

Comments
 (0)