Password Locker

This application allows a user to create an account. Login in and save their credentials for other accounts. They can display all accounts credentials at once, search for a specific account or even delete an account. Written in python and only accessed using the terminal. 2019

By Adano Godana

BDD

Behaviour input output
Take user registration details Username and Password Created User
Take user login details Username and Password login user
Create credentials accounts a created account
Display credentials accounts l Returned created accounts list
Delete credentials accounts d delete created account
Find credentials accounts a return found created account
Log Out e Log Out was successful ......
Exit Bye, your credentials are safe

Setup/Installation Requirements

  • Open your browser browser.
  • Load gitHub on your browser.
  • Search for Lorddoyo/.... repository.
  • Fork the data onto your own personal repository
  • Run ./run.py on your terminal

known bugs

No bugs

Technologies Used

Python3.6

Support and contact details

Contact me using my Email:johnkojo7777@gmail.com

License

MIT License Copyright (c) 2019 ADANO GODANA

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.