Skip to content

Files

Latest commit

9138754 · Jul 19, 2021

History

History
This branch is 920 commits behind larymak/Python-project-Scripts:main.

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: