Skip to content

Files

Latest commit

1a68e9e · Aug 29, 2021

History

History

RandomPassword

README.md

Random Password Generator

Another code snippet where we are going to generate random password which accepts user input by use two libraries:

  • random
  • string

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. to generate a combiantion of letters, numbers and special keys to generate random passwords for us to use

Sample Output: