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

Password Usage Categories for better Organization | Closes Issue #37 #86

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

Conversation

dhokladrijaa
Copy link
Contributor

Related Issue
Closes #37

Type of Change

  • New Feature
  • Documentation Update

Description of Change

  • Created a method to ask for categories of passwords being added.
  • Output for 6 now displays the category when password is retrieved.
  • Added extra feature no. 7, which lists ALL passwords in a specific category.

Implementation Details

  • Code accepts new parameter, of category.When a new password is added, both the password and its associated category are stored in self.password_dict
  • edited get_password and added the method Password: [password], Category: [category]. which will help include both password and category in feature 6.
  • option 7 calls the list_passwords_by_category which lists passwords by their category, by prompting the user and displaying matches.

Demo
image

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.

Introduce password usage categories
1 participant