/passwordlocker

This Is A Simple Password Locker That Allows Users To Safely Store Their Passwords

Primary LanguagePython

PASSWORD LOCKER

This Python application helps a user to store and generate passwords as well as create account profiles. It gives the user the option to generate a random password or write a new one themselves.

Specifications

The user can create a password profile, which records the account and password that the user enters, requests or generates. Use:

newpassword - to create a password profile. The application will automatically save your profile You have the option of generating a password using our random password generator or writing down one of your won.

generatepassword - for using our random password generator. makepassword - to write down one of your own. (The password will be saved for the user should they enter this). You can search a password by account name. for example if your want to find your saved profile for Gmail or Yahoo.

findpassword- for find profile Input the name "Gmail" for Example The program will display your account name and the password

A user can also display all the profiles saved. displaypassword - This will be used for displaying all profiles. All the saved profiles with the passwords that have been store by the user will be displayed. Use "ex" to exit the program.

Setup/Installation Requirements

Clone the repository

Ensure you have python3.6 installed in your computer.

Install pyperclip using the following:

$ python3.6 -m pip install pyperclip

From the terminal navigate to the cloned project folder.

Open terminal and go to the project folder, run $ ./run.py

Debugging

This will be updated as the app goes on. If you find any bug please notify through this email. melissamalala@gmail.com.

This site was build using Python 3.6.

Credits

Melissa Malala

License

Copyright (c) [August 2018] Melissa Malala

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.