Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 612 Bytes

File metadata and controls

14 lines (10 loc) · 612 Bytes

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 , the length of password to be generated and the generation mode code to generate random passwords for us to use.

There three generation code, the default code is 0: (1) Only Number (2) Don't use punctuation (0) All ascii character

Sample Output: