Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

password-checker

A Python project that verifies passwords by utilizing length, uppercase, lowercase, special characters, digits, and other rules.

Features

  • Length verification
  • Uppercase perception
  • Lowercase detection
  • Special character identification
  • Digit revelation
  • No Spaces detection
  • No Common Passwords perception
  • Added comments for Final Grouped Output
  • Defined a new function named validate_length
  • Supplemented existing code
  • Appended two return statements with short messages.
  • Put new code and displayed length rule to output using print("-", msg)

Improvements

  • Make a final output that groups every rule
  • Add an example output when the program executes
  • Supplement a score system to see if the password is weak, middle, or strong.

Languages and Websites

  • Python
  • PythonAnywhere

License

MIT License

About

A Python project that verifies passwords by utilizing length, uppercase, lowercase, special characters, digits, and other rules.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors