Skip to content

Commit 908ab01

Browse files
authored
Update and rename readme.md to README.md
1 parent 54278e8 commit 908ab01

File tree

1 file changed

+7
-1
lines changed
  • BasicPythonScripts/Random Password Classifier

1 file changed

+7
-1
lines changed

BasicPythonScripts/Random Password Classifier/readme.md renamed to BasicPythonScripts/Random Password Classifier/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ Generating random passwords using python
1212
- Then we defined a string 'characters' which is a combination of digits,symbols and letters
1313
- Then we joined them using randint function
1414
- Finally we print the randomly generated password
15+
### OUTPUT
16+
[Code](https://github.com/yashh18/Awesome_Python_Scripts/blob/main/BasicPythonScripts/Random%20Password%20Classifier/Images/Random_pwd_classifier.py%20-%20Random%20Password%20Classifier%20-%20Visual%20Studio%20Code%2006_10_2021%202_32_59%20pm.png)
1517

16-
### SETUP
18+
[Output](https://github.com/yashh18/Awesome_Python_Scripts/blob/main/BasicPythonScripts/Random%20Password%20Classifier/Images/Random_pwd_classifier.py%20-%20Random%20Password%20Classifier%20-%20Visual%20Studio%20Code%2006_10_2021%202_33_40%20pm.png)
19+
### SETUP INSTRUCTIONS
1720
User needs a Python IDE to run the program
1821

22+
### AUTHOR
23+
YASH KATARIA
24+
1925
### FOR ANY DOUBTS
2026
www.linkedin.com/in/kataria-yash

0 commit comments

Comments
 (0)