This program helps you generate strong and random passwords based on your preferences. It offers flexibility in password length and character types while also evaluating the strength of the generated password.
- Custom Password Length: You can choose the length of the password
- Character Selection: You can choose the desired character types to be included in the generated passwords, like lowercase letters, uppercase letters, digits and symbols
- Password Strength Evaluation: After the password is generated, its strength gets evaluated, and classified as Weak, Medium or Strong
- Clipboard Integration: For convenience, the generated password is automatically copied to the clipboard
- Clone the repository
- Install the requirements using
pip install -r requirements.txt
- Run the program using
python main.py
- Run the program and follow the prompts to specify password length and character types
- The program will generate a password based on your preferences
- The password will be automatically copied to the clipboard
- You will receive feedback on the strength of the generated password
The project is licensed under the MIT License