Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 826 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 826 Bytes

password_generator

Password Generator: A simple, yet useful, aleatory password generator.

Programmed in Python 3.8.5, uses CLI.

Details:

This password generator includes the following elements:

  • Capital letters.
  • Small letters.
  • Numbers.
  • Basic signs and symbols.

Instructions:

  • Password must contain at least 8 digits.
  • Password must contain at least 1 digit of each element (Capital letters, Small letters, Numbers, Basic signs and symbols)

Run:

  • Password generation:

  • Password generation showing what happens when the user does not follow the instructions: