Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 610 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 610 Bytes

#PassGenerator

  1. This is a Random Password Generator wrote in Python

#Function:

  1. it takes a number from user (Which is equal-to/greater-then 8).
  2. then it gives a Random Character string which length is decided by the inputed int by user.
  3. if the user-entered int is not equal-to/greater-then 8 then it gives a instruction string "Password length must be up to 8 Characters".