Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds a password generation option #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anshkarwasra
Copy link

Related Issue

Closes #10
Type of Change

  • New Feature

  • Bug Fix

  • Code Refactor

  • Documentation Update

Description of Change
add an option for user to generate a random password according to its convenience and has 3 types of complexity :- good,strong.very strong

Implementation Details
added prompt if user wants to generate a random password in main.py choice no.5's block and tweaked validate_password according to complexity requirement (still keeping some necessary constrains) and created a new method generatePassword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement password generation feature
1 participant