/Password-Locker

An application that allows users to generate and store passwords for various accounts.

Primary LanguagePythonMIT LicenseMIT

Password Locker


Author

Raphael Katana


Date of Release

04 Nov 2018.


Description

Password locker is an application that a user can save, edit and delete his account details.


Prerequisites

  • Python3.6
  • Virtual environment, run the followinng command to install python3.6 -m venv --without-pip venv

BDD

Input Expectation
short_code - na Create new account
short_code - fa Find user account by name.
short_code - da Display all user acounts and their respective credentials
short_code - del Deletes user account
short_code - ex ends the current program and exits

How to run the app

Please run the following command on your terminal on linux to clone our project:

git clone Password-Locker After the operation you will now be able to run the application locally on your computer.


Known bugs

  • By the date of release no bugs were detected or reported
  • Detected any bugs? Please let us know. Send Feedback

Technology used

  • Python3.6

Contributing

  • Git clone Password-Locker
  • Make the necessary changes
  • Run the tests.
  • If everything is OK. Push your changes and make a pull request.

Link to view the app (gh-pages)

Password-Locker


License (MIT License)

This project is licensed under the MIT Open Source license, (c) RKatana