This is a beginner-friendly Python project developed on a mobile device (Redmi 2 📱) that checks the strength of passwords based on multiple criteria.
- 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
- Python (no external libraries used)
- Written and tested on Redmi 2 (Android) using mobile IDE
This project was created entirely using a Redmi 2 smartphone — showing that learning and building has no limits! 🚀
- Open the
password_strength_checker.ipynb
file - Run it using any Python IDE or Jupyter Notebook (even on mobile using apps like Pydroid or Juno)
- Enter a password to check its strength
password_strength_checker.ipynb
README.md
- Python Basics
- String handling
- Conditional logic