Skip to content

Commit eb85305

Browse files
authored
Create readme.md
1 parent 345e03a commit eb85305

File tree

1 file changed

+20
-0
lines changed
  • BasicPythonScripts/Random Password Classifier

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)