You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# CodSoft_Python-Programming-Task-03
2
2
3
3
# 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.
7
7
8
8
# Task 3 (Password generator)
9
9
Creating a password generator using Python and the Tkinter library for a simple graphical user interface (GUI) is a great project
0 commit comments