Skip to content

Commit 1025538

Browse files
Update README.md
1 parent 99c0d77 commit 1025538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# CodSoft_Python-Programming-Task-03
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.
4-
# User Input: Prompt the user to specify the desired length of the password.
5-
# Generate Password: Use a combination of random characters to generate a password of the specified length.
6-
# Display the Password: Print the generated password on the screen.
4+
User Input: Prompt the user to specify the desired length of the password.
5+
Generate Password: Use a combination of random characters to generate a password of the specified length.
6+
Display the Password: Print the generated password on the screen.
77

88
# Task 3 (Password generator)
99
Creating a password generator using Python and the Tkinter library for a simple graphical user interface (GUI) is a great project

0 commit comments

Comments
 (0)