/passwordLocker

An application that will help us manage our passwords and even generate new passwords

Primary LanguagePython

passwordLocker

An application that will help us manage our passwords and even generate new passwords

Author

Description

On Average, a person has at least 7 different accounts he or she has signed into, be it email, social media, entertainment or job portal accounts. It becomes really hard to remember all those passwords and even create new ones. This application will help us manage our passwords and even generate new passwords for us.

A user will be able to:

  • Create an account with their details - log in and password.
  • Store their existing login credentials.
  • Generate a password for a new credential/account.

Prerequisites

The following are needed for the application to run on a local computer:

  • python version 3.6
  • pyperclip

Getting Started

  • Clone this repository to your local computer.
  • you should have python3.6 installed in your computer.
  • Go to the terminal enter git clone https://github.com/evelyne250/passwordLocker.git
  • Run python3.6 run.py code in the terminal to launch.
  • Once you launch, You can either create a new account, or login or exit the application.
  • Once logged in, you can:
     1: add credentials.
     2: create new credentials.
     3: find credentials.
     4: copy credentials.
     5: delete credentials
     5: exit.

Technologies used

  • python version 3.6

License

MIT License

Licensed under MIT License

Copyright (c) 2019 evelyne250