DEV Community

Cover image for Day 25 of 90 day python series..
momina raheel (Moona)
momina raheel (Moona)

Posted on

Day 25 of 90 day python series..

Building a Password Strength Checker in Python

In this post, I share how I built a simple Python script that evaluates the strength of a user-provided password. It checks for things like character length, case variety, digits, and special characters—then returns a rating of Weak, Moderate, or Strong.

This project was part of my 90 Days Python Series and provided hands-on experience with string handling, loops, and conditionals.

🔗 Explore the code: GitHub Repository

Top comments (0)