https://github.com/whynotmax/password-strength-checker
https://github.com/whynotmax/password-strength-checker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/whynotmax/password-strength-checker
- Owner: whynotmax
- Created: 2024-09-13T16:39:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T16:46:40.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T05:38:51.401Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
> This is my first public project. I made this in approx. 20 minutes. Contributions are welcome!
# Password Strength Checker
This project is a Python-based password strength checker. It evaluates the strength of a given password and provides feedback to help users create stronger passwords.
## Features
- Checks password length
- Evaluates the use of uppercase and lowercase letters
- Checks for the inclusion of numbers and special characters
- Provides a strength score and feedback
## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/password-strength-checker.git
```
2. Navigate to the project directory:
```sh
cd password-strength-checker
```
3. (Optional) Create a virtual environment:
```sh
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```
## Usage
Run the password strength checker script:
```sh
python password_strength_checker.py
```
Follow the on-screen instructions to input a password and receive feedback on its strength.
## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contact
For any questions or suggestions, please open an issue or contact the project maintainer at [max@keinesecrets.de](mailto:max@keinesecrets.de).