We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 345e03a commit eb85305Copy full SHA for eb85305
BasicPythonScripts/Random Password Classifier/readme.md
@@ -0,0 +1,20 @@
1
+## RANDOM PASSWORD CLASSIFIER
2
+
3
+### AIM
4
+To generate random passwords
5
6
+### PURPOSE
7
+Generating random passwords using python
8
9
+### WORKFLOW
10
+- First we imported the string library
11
+- Then we imported the random module, random import * imports all functions from a module called random, but not random itself
12
+- Then we defined a string 'characters' which is a combination of digits,symbols and letters
13
+- Then we joined them using randint function
14
+- Finally we print the randomly generated password
15
16
+### SETUP
17
+User needs a Python IDE to run the program
18
19
+### FOR ANY DOUBTS
20
+[Linkedin](www.linkedin.com/in/kataria-yash)
0 commit comments