Skip to content

Commit 294d291

Browse files
authored
Added Readme file
1 parent 040ffd5 commit 294d291

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RandomPassword/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
### Random Password Generator
2+
Another code snippet where we are going to generate random password which accepts user input by use two libraries:
3+
* random
4+
* string
5+
6+
For instance, when the program runs, it will ask the user to input how many number of password and the length of password to be generated.
7+
to generate a combiantion of letters, numbers and special keys to generate random passwords for us to use
8+
9+
### Sample Output:
10+
11+
![](https://github.com/larymak/Python-project-Scripts/blob/main/RandomPassword/password1.png)

0 commit comments

Comments
 (0)