Skip to content

Commit ef25356

Browse files
Update README.md
1 parent 1025538 commit ef25356

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# Task-03 PASSWORD-GENERATOR :-A password generator is a useful tool that generates strong and random passwords for users. This project aims to create a password generator application using Python, allowing users to specify the length and complexity of the password.
44
User Input: Prompt the user to specify the desired length of the password.
5+
56
Generate Password: Use a combination of random characters to generate a password of the specified length.
7+
68
Display the Password: Print the generated password on the screen.
79

810
# Task 3 (Password generator)

0 commit comments

Comments
 (0)