Skip to content

This is a simple Python project that checks the strength of a password based on multiple factors like length, uppercase/lowercase usage, numbers, and special characters. It helps users ensure their passwords are strong and secure. ✅ Built using basic Python logic ✅ Includes real-time feedback on password strength

Notifications You must be signed in to change notification settings

Gajal-codes/Password-_strength_checker.ipynb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

🔐 Password Strength Checker

This is a beginner-friendly Python project developed on a mobile device (Redmi 2 📱) that checks the strength of passwords based on multiple criteria.

💡 Features:

  • Checks for:
    • Length of the password
    • Use of uppercase and lowercase letters
    • Presence of numbers
    • Presence of special characters
  • Gives feedback: Weak, Medium, or Strong
  • Fully written in Python using basic logic

🛠️ Built With:

  • Python (no external libraries used)
  • Written and tested on Redmi 2 (Android) using mobile IDE

📱 Special Note:

This project was created entirely using a Redmi 2 smartphone — showing that learning and building has no limits! 🚀

🚀 How to Run:

  1. Open the password_strength_checker.ipynb file
  2. Run it using any Python IDE or Jupyter Notebook (even on mobile using apps like Pydroid or Juno)
  3. Enter a password to check its strength

📂 Project Structure:

password_strength_checker.ipynb
README.md

📚 Skills Used:

  • Python Basics
  • String handling
  • Conditional logic

About

This is a simple Python project that checks the strength of a password based on multiple factors like length, uppercase/lowercase usage, numbers, and special characters. It helps users ensure their passwords are strong and secure. ✅ Built using basic Python logic ✅ Includes real-time feedback on password strength

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published