programming-starters-project icon indicating copy to clipboard operation
programming-starters-project copied to clipboard

Added Password Strength Checker project in Python

Open SHEEFANIGAR opened this issue 2 months ago • 0 comments

Pull Request

##Title Added Password Strength Checker project in Python[Hacktoberfest-accepted]

Description

This PR adds a beginner-friendly Password Strength Checker in Python. It checks whether a password is strong, moderate, or weak based on length, character types, and symbols. Useful for learning string handling, regex, and logic in Python.

Checklist

  • [x] I have tested these changes locally.
  • [x] I have added appropriate comments in the code, particularly in complex sections.
  • [x] I have updated the documentation if needed.
  • [x] My code follows the project's coding style guidelines.
  • [ ] I have added/modified tests to cover the changes.

Suggested Labels: Hacktoberfest-accepted

SHEEFANIGAR avatar Oct 10 '25 15:10 SHEEFANIGAR