This app help users to generate passwords and save them for later reference. The app binds the password to a specific account and username. The application requires user to login and also create new accounts.The passwords are retrieved from the application if he/she is logged in and cn only retrieve those cedentials that matches their username.
Behavior | Input | Output |
---|---|---|
Generate password | Enter the username and account generating for without space | Displays username,account e.g gmail and password |
copy passwords | enter username and account without space | displays passwords |
copy password | enter username and account without space | password copied on pyperclip ready to paste |
1. Install python3.6
2. clone this repo
3. Run This:`python3.6 control.py` on console to launch the application.
No bugs so far. If found, email me at ephantusslogan@gmail.com
Incase you want to contribute, kindly feel free to clone the repo from here:
(https://github.com/ephantuskaranja/password_locker.git)
1. HTML
2. Bootstrap
3. Flask framework
4. Python
Contact me on ephantusslogan.com for any comments, reviews or advice.
Copyright (c) Ephantus Karanja MIT 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.