https://github.com/machariamark/password-locker-p2
https://github.com/machariamark/password-locker-p2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/machariamark/password-locker-p2
- Owner: MachariaMark
- License: mit
- Created: 2019-11-08T10:54:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T10:31:56.000Z (over 6 years ago)
- Last Synced: 2025-02-02T08:11:18.496Z (over 1 year ago)
- Language: Python
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Password Locker
#### 09.11.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**