Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/machel54/pass-locker
A python application that allows a user to create a new account , login to the account using their username and password, store passwords with their respective accounts and generate random passwords for the user.
https://github.com/machel54/pass-locker
python3
Last synced: 9 days ago
JSON representation
A python application that allows a user to create a new account , login to the account using their username and password, store passwords with their respective accounts and generate random passwords for the user.
- Host: GitHub
- URL: https://github.com/machel54/pass-locker
- Owner: Machel54
- Created: 2019-10-06T09:02:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T06:46:24.000Z (over 5 years ago)
- Last Synced: 2024-11-16T21:12:35.337Z (2 months ago)
- Topics: python3
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PASSWORD LOCKER
A python application that allows a user to create a new account , login to the account using their username and password, store passwords with their respective accounts and generate random passwords for the user.
### Author
* Machel Nyanumba### setup
#### Cloning
Navigate into the folder you want the application to be
In your terminal, run the commands
> $ git clone https://github.com/Machel54/Pass-Locker
>
> $ cd Password-locker* #### Running the application
> chmod +x password.py
> ./password.py### Technologies used
Python
This application is developed using [python3.6](https://www.python.org)
### BDD
| Behaviour | input | output |
| -------------| :--------:| -----------|
| Display short codes for navigating |**Enter:** cr | Create an account by entering your username and password |
|Prompts user to login after creating an account|**Enter:** Name and password|Login successful|
|Displays short codes for navigating credentials|**Enter:** cc| Enter sitename and username |
|Displays short codes for navigating credentials |**Enter:** dc/fd/cp/ec|Prompts users to display credentials/find credentials/copies credentials/exits the credentional section|### Known Bugs
The copy and find credential option are not functional
### License
This project is Licensed under MIT.
©2019 Copyright.