An open API service indexing awesome lists of open source software.

https://github.com/machariamark/password-locker

This is an great application that will help manage your passwords and even generate new passwords.
https://github.com/machariamark/password-locker

Last synced: about 1 year ago
JSON representation

This is an great application that will help manage your passwords and even generate new passwords.

Awesome Lists containing this project

README

          

# Password Locker

#### 07.10.2019

#### AUTHOR ~ **Mark Muchiri Macharia**

## DESCRIPTION
This is an application where by the user can manage his/her passwords and even generate new passwords.

## FEATURES
A user can ;
* create a password locker account.
* store their already existing account credentials.
* create new account credentials.
* opt to put in a password of their choosing for the new credential account.
* view their various account credentials and their passwords.
* delete a credentials account.

## PREREQUISITES
In oder to utilize a feature listed above include the following.

Linux platform :

Different flavors of Linux use different package managers for installation of new packages.

On Ubuntu Linux, Python 3 is installed using the following command from the terminal.

######
$sudo apt-get install python3-minimal

## CONTRIBUTING
Want to contribute? Lovely!

To fix a bug or enhance an existing module, follow these steps:

* Fork the repo
* Create a new branch (git checkout -b improve-feature)
* Make the appropriate changes in the files
* Add changes to reflect the changes made
* Commit your changes (git commit -am 'Improve feature')
* Push to the branch (git push origin improve-feature)
* Create a Pull Request

### BDD
| BEHAVIOUR | INPUT | OUTPUT |
| -------------| :--------:| -----------|
|Creating account|**INPUT >>** ac | New credentials |
|Displays credentials|**INPUT >>** dc | USER NAME >> ACC NAME >> PASS >> |
|Finds credentials|**INPUT >>** fc | Enter the account you want to search for |
|Exits the App |**INPUT >>** ex | Cheers Mate |

## NO KNOWN BUGS
No known bugs.

## TECHNOLOGIES USED
* Python

## SUPPORT AND CONTACT DETAILS
* EMAIL ME @ official1offmark@gmail.com
* CHECK OUT MY WORK @ https://github.com/MachariaMark/

### LICENCE
[MITlicense](LICENSE) 2019 **MARK MUCHIRI MACHARIA**